On Sun, May 14, 2006 at 04:00:59PM +0200, Jean-Marc Lasgouttes wrote: > >>>>> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: > > Enrico> There is no problem in the final link stage, because libtool > Enrico> is used. This is independent of --with-x or --without-x. I get > Enrico> it right in both cases. The problem is in the recognition of > Enrico> the "Qt library name" when configuring. If those libraries are > Enrico> missing, the link fails and qt is not recognized. > > So: what are the libraries that are missing in qt3-x11 when > recognizing the library name?
If you mean the minimum set of libraries to be specified for the link test to succeed, then I don't know. Furthermore, hardcoding the name of these libraries is plain wrong. The right way is using libtool. -- Enrico