Subject | Re: Build UDF under mac os X Tiger |
---|---|
Author | Moreno Vandelli |
Post date | 2008-01-22T10:29:17Z |
With a command line like this:
module's symbol. I try to specify a ".def" file with the
object's list to export, but it don't works.
Since "fbudf" build correctly without special "export
macro" (there is a "#define ISC_EXPORT" in the code),
could someone tell me where I'm wrong?
Thank you in advance
>> libtool -dynamic -L/Library/Frameworks/Firefox.framework/Libraries \it compiles, but, now, I'm not able to export all the
>> -lSystem -lib_util -o rfunc.dylib (...) rmd5c.o
module's symbol. I try to specify a ".def" file with the
object's list to export, but it don't works.
Since "fbudf" build correctly without special "export
macro" (there is a "#define ISC_EXPORT" in the code),
could someone tell me where I'm wrong?
Thank you in advance