I've just upgraded from Mac 10.5 to 10.6. Trunk compiles fine, but branch gives me this error:
/bin/sh ../libtool --tag=CXX --mode=link g++ -g -O3 -isysroot /Developer/SDKs/MacOSX10.5.sdk -Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -L/usr/local/lib -o lyx main.o ASpell.o ISpell.o SpellBase.o BiblioInfo.o Box.o Dimension.o PrinterParams.o Thesaurus.o liblyxcore.la liblyxmathed.la liblyxinsets.la frontends/liblyxfrontends.la frontends/qt4/liblyxqt4.la liblyxgraphics.la support/liblyxsupport.la ../boost/liblyxboost.la ../intl/libintl.a -liconv -Wl,-framework -Wl,CoreFoundation -laspell -liconv -lz -framework ApplicationServices -framework Carbon -framework AppKit -lQtGui -lQtCore -lz -lm libtool: link: cannot find the library `/usr/lib/libiconv.la' or unhandled argument `/usr/lib/libiconv.la' I'm not sure about 10.5, but 10.6 has libiconv.dylib in /usr/lib, but no libiconv.la. Any suggestions for what to do? BH