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
_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool