トップ «前の日記(2002-02-16) 最新 次の日記(2002-02-18)» 月表示 編集

日々の流転


2002-02-17 [長年日記]

λ. ffcall

使い方から見て、alloc_trampolineのプロトタイプは「extern __TR_function alloc_trampoline (__TR_function, void*, void*);」ではなくて、「extern __TR_function alloc_trampoline (__TR_function, void**, void*);」であるべきだと思う。

λ. Gimp-Rubyのついでに作っているモジュールがあるので、そいつで試しにtrampolineを使おうとした。でも、trampoline.aをそいつにリンクしようとすると以下のように言われてしまって、リンク結果がスタティック・ライブラリになってしまう。ELFでは、シェアード・ライブラリにスタティック・ライブラリをリンクする事は出来ないのかな……

*** Warning: This library needs some functionality provided by -ltrampoline.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module librubymod.  Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.