libtool
[Top][All Lists]
Advanced

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

-F parameter appears not to be passed in OS X


From: Matthew Landauer
Subject: -F parameter appears not to be passed in OS X
Date: Tue, 02 Aug 2005 13:58:40 +0930
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050716)

Using libtool 1.5.18 on OS X 10.4:

% libtool --mode=link g++ -module -o foo.la -rpath /usr/local/lib -F/foo -framework frame

Runs:

g++ ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/foo.0.0.0.so -bundle -framework frame

But would expect it to be something like:

g++ ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/foo.0.0.0.so -bundle -F/foo -framework frame

The -F parameter (to give an extra path to the frameworks) seems to be thrown away. Am I doing something wrong or is there a problem with libtool?

Thanks!
Matthew

--
Dr. Matthew Landauer
Visual Appliance Limited www.visualappliance.com
+61 (0)8 8223 1268






reply via email to

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