Chris Leishman <[EMAIL PROTECTED]> writes:
> 
> Everything compiles ok, but the dlopen fails with the error "not a
> Mach-O MH_BUNDLE file type" (this error message is output by dlcompat
> when NSCreateObjectFileImageFromFile returns
> NSObjectFileImageInapproriateFile).

Perhaps the backtick quoting problem (other thread) is making it miss
out on -bundle, instead using -dynamiclib, due to the test in
archive_cmds being evaluated too early.  You might want to check the
cc command that gets run.

_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to