At 3:25 AM +0200 4/18/02, Oscar Erlandsson wrote: >Justin Hallett 02-04-18 02.54: > >> I'm gonna assume two things, one if you do echo $QTDIR it isn't set and >> the other is that your not using fink to compile the test which would >> explain this behavior. > >Well now 'echo $QTDIR' returns: > >/sw > >which is in order no? But I'm obviously not using fink to compile the test >-- it's not fink software. But am I completely wrong in assuming it should >work anyway (given that the configure script recognizes qt, and that the >damn thing decides to compile)?
-I/usr/X11R6/include -flat_namespace -LNONE -L/usr/X11R6/lib conftest.C -lqt -lXext -lX11 -lSM That -LNONE looks suspicious. Probably should be /sw/lib or whereever the qt library is. You might consider using a fink info file to do your compiling. Everything is "fink software". Then you could submit the file and others could benefit. -Ben -- http://homepage.mac.com/bhines/ _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
