 |
 |
unix and osx coexistence.
|
 |
|
 |
|
Dedicated MacNNer
Join Date: Sep 2003
Location: Louisiana, US
Status:
Offline
|
|
how can I link the /sw folder to something else so that when I try to build an application from source that needs qt, it will look for it in the /sw folder? I have already installed qt via fink, and don't want to install it again. does that need to be added to my path or something?
|
|
|
| |
|
|
|
 |
|
 |
|
Grizzled Veteran
Join Date: Jan 2002
Location: Melbourne, Australia
Status:
Offline
|
|
I asssume the Qt libraries are in /sw/lib or something similar, if this is the case you can usually add this path the list of directories searched for libraries using a parameter to the configure script of whatever you're trying to compile. I forget the exact paremeter name but ./configure --help will tell you.
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Dec 2001
Location: Atlanta, GA, USA
Status:
Offline
|
|
Most source will allow you to specify where to look for includes and libraries. The ultimate goal is to get -I/sw/include -L/sw/lib in your CFLAGS. Read the documentation on the source you're compiling for specifics. There's probably an --qt-includes-dir or --qt-libs-dir configure option.
|
|
Mac Pro 2x 2.66 GHz Dual core, Apple TV 160GB, two Windows XP PCs
|
| |
|
|
|
 |
|
 |
|
Dedicated MacNNer
Join Date: Jul 2002
Location: Norway
Status:
Offline
|
|
|
|
|
Mac Pro 2 x 2.8 GHz Quad-Core, Nvidia GeForce 8800GT
|
| |
|
|
|
 |
|
 |
|
Dedicated MacNNer
Join Date: Sep 2003
Location: Louisiana, US
Status:
Offline
|
|
well on linux it can be done with ./configure --prefix=/blah/blah/blah. I didn't think to do that.
I'm amazed at how close the two systems are. I honestly expected much different. Glad I "switched"
|
|
|
| |
|
|
|
 |
|
 |
|
Dedicated MacNNer
Join Date: Sep 2003
Location: Louisiana, US
Status:
Offline
|
|
Thanks for the link Johnny_B! exactly what I needed!
|
|
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |