maccatalan
Registered
Hi.
I just installed successfully Qt 3.1.2 on my Mac OS X.2.6
Perfect.
I just compiles successfully a little Qt 'hello world' example ... here's the command to do that :
And when I want to execute this newly compiled program here's what I get :
However when I do a ls into the /usr/lib folder I find the requiered library as a symbolic link to the one located into /usr/local/qt/lib
The environment variables ($QTDIR, ...) are good ...
I don't understand what's wrong there. I tryed to restart but still the same error.
Any suggestion ?
Thank you for your help,
Pierre
PS: I also tryed to execute the program into the XFree Server (X11, Apple implementation) and still the same. I say that because I don't know - can't find it into Trolltech documentations - if the Qt/Mac is for X11 or Quartz ...
I just installed successfully Qt 3.1.2 on my Mac OS X.2.6
Perfect.
I just compiles successfully a little Qt 'hello world' example ... here's the command to do that :
Code:
c++ -L$QTDIR/lib -I$QTDIR/include -lqt slidenumber.cpp -o SlideNumber
And when I want to execute this newly compiled program here's what I get :
Code:
dyld: /Users/pierre/SlideNumber can't open library: libqt.3.1.2.dylib (No such file or directory, errno = 2)
Trace/BPT trap
However when I do a ls into the /usr/lib folder I find the requiered library as a symbolic link to the one located into /usr/local/qt/lib
The environment variables ($QTDIR, ...) are good ...
I don't understand what's wrong there. I tryed to restart but still the same error.
Any suggestion ?
Thank you for your help,
Pierre
PS: I also tryed to execute the program into the XFree Server (X11, Apple implementation) and still the same. I say that because I don't know - can't find it into Trolltech documentations - if the Qt/Mac is for X11 or Quartz ...