Subject: using gcc3 may need libtool rebuilt
To: None <tech-pkg@netbsd.org>
From: Jeremy C. Reed <reed@reedmedia.net>
List: tech-pkg
Date: 01/15/2003 11:41:22
Using gcc3 and using old libtool (built with gcc-2.95.3) causes qt3-libs
to not build. (This is under Linux with glibc.)

For example, it caused many make errors like:
 make[3]: libqmng.so: Command not found
 make[3]: [../../../imageformats/libqmng.so] Error 127 (ignored)

But the make did finish successfully.

I rebuilt libtool-base-1.4.20010614nb11 (using gcc 3.2.1) and those errors
went away.

Although with both builds, I received:
 mv: cannot stat `libqt-mt.so.3.0.6': No such file or directory
 mv: cannot stat `libqjpeg.so': No such file or directory
 mv: cannot stat `libqmng.so': No such file or directory
But it installed fine. (I am now building KDE to test.)

I noticed this same issue was also discussed on current-users in December
with subject: "pkgsrc/x11/qt3-tools build broken?"

The lang/gcc3/MESSAGE maybe should include a note about libtool may need
to be updated.

Or maybe something could check the libtool?

   Jeremy C. Reed
   http://bsd.reedmedia.net/