Re: library search path when compiling python

2009-07-08 Thread nn
On Jul 7, 4:06 pm, Christian Heimes wrote: > nn wrote: > > I am trying to compile python with ssl support but the libraries are > > not in /usr/lib but in /opt/freeware/lib. How do I add that folder to > > the default library search path? > > > It looks like configure --libdir=DIR might do the job

Re: library search path when compiling python

2009-07-07 Thread Christian Heimes
nn wrote: > I am trying to compile python with ssl support but the libraries are > not in /usr/lib but in /opt/freeware/lib. How do I add that folder to > the default library search path? > > It looks like configure --libdir=DIR might do the job but I don't want > to replace the default lib search

library search path when compiling python

2009-07-07 Thread nn
I am trying to compile python with ssl support but the libraries are not in /usr/lib but in /opt/freeware/lib. How do I add that folder to the default library search path? It looks like configure --libdir=DIR might do the job but I don't want to replace the default lib search path, just add an add