Linc Davis wrote: > Setting up mozilla (1.1.0-2) ... > dyld: /sw/lib/mozilla/regxpcom Undefined symbols: > /sw/lib/mozilla/components/libaccessproxy.dylib undefined reference to > _Cut__10nsACStringUiUi expected to be defined in > /sw/lib/mozilla/libxpcom.dylib
This is strange, because it shows that your /sw/lib/mozilla/components/libaccessproxy.dylib has been compiled with c++ from gcc-2. The gcc-3 names for the same symbols are different, for this one probably __ZN10nsACString3CutEjj -- Martin ------------------------------------------------------- This sf.net email is sponsored by: DEDICATED SERVERS only $89! Linux or FreeBSD, FREE setup, FAST network. Get your own server today at http://www.ServePath.com/indexfm.htm _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
