Ben Abbott wrote: > On Apr 10, 2008, at 9:54 PM, Peter O'Gorman wrote: >> Ok, I guess that you will be doing this as part of the install >> phase, so: >> >> gcc -o %i/lib/libamd.0.dylib -dynamiclib \ >> -install_name %p/lib/libamd.0.dylib *.o > > When I tried to create the dylib version for cholmod, I encountered an > "unidentified symbol" error for those symbols that are in other > libraries, cholmod for example. > > How do I tell gcc to ignore the missing symbols?
-undefined dynamic_lookup Peter -- Peter O'Gorman http://pogma.com ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Fink-devel mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.devel
