Hi, Am Sonntag, 06.07.03 um 21:47 Uhr schrieb Paul: > Hi, > > Just checked and I wrote yesterday > > g++ /Users/ralf/helloworld.cpp -o hello -O2 -I$QTDIR/include > -L$QTDIR/lib -lqt
after changing to ralf# g++ /Users/ralf/helloworld.cpp -o hello -O2 -I$QTDIR/include/qt -L$QTDIR/lib -lqt I get ld: can't locate file for: -lqt :-( same without -L$QTDIR/lib and with -L$QTDIR/lib/qt3-plugins -lqt You told me to use ldconfig, but I don't have that. What are the files it looks for in -L$QTDIR/lib, is it lgt? Idon't have a file like this. Ralf
