libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: shared library linking on Darwin


From: Kevin Ryde
Subject: Re: shared library linking on Darwin
Date: 20 Apr 2001 08:05:02 +1000
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.5

Chris Leishman <address@hidden> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]