I am trying to compile qt 4.3.3 (or 4.3.1) on RH9 with mysql.
I keep getting an error:
from the command/usr/bin/ld: cannot find -lm]
which to me says that some autotool is failing and is writing -lm] when it should be -lmg++ -Wl,-rpath,/usr/local/Trolltech/Qt-4.3.3/lib -o mysql mysql.o -L/usr/lib/mysql -lz -lcrypt -lnsl -lm -lm] -lmysql -lmysqlclient
I cannot find anyone else who has had the same problem (nor can I effectively search because google strips the ']' from the query).
I've tried modifying the config.tests scripts, which contain the bug, but they are always overwritten by configure.
How do I bypass or fix this? If I could stop the autotools from overwriting the make files then I could circumvent the bug...
-chris
Bookmarks