Hello friends. I am trying to get Qt up and running and I am encountering some problems that are probably traceable to my .login environmental variables. After setting up Qt (either with sudo fink install Qt or sudo dselect) I set $QTDIR, $PATH, $MANPATH, and $LD_INCLUDE_PATH a la the installation documentation.
source .login produces: LD_INCLUDE_PATH: Undefined variable. I assume that this springs from Apple's not-quite-so standard development conventions. Trying to compile the standard Qt "hello world" produces another linker symptom: /usr/bin/ld: Undefined symbols: __._11QPushButton __._12QApplication __7QString.shared_null ___11QPushButtonRC7QStringP7QWidgetPCc ___12QApplicationRiPPc ___7QStringPCc _deleteSelf__11QStringData _exec__12QApplication _resize__11QPushButtonii _setMainWidget__12QApplicationP7QWidget _show__7QWidget I have tried to manually include the correct libraries using the -l switch. Has anyone else set this up?? What environmental variables have you set? Are there any other tricks I am missing? Thanks! Sean _____________________________________________________________ Sean Burke MIT PSFC NW-246 Cambridge, MA 02139 617-253-4233 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
