[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nel] STLPort, again. :)
From: |
Cedric Valignat |
Subject: |
Re: [Nel] STLPort, again. :) |
Date: |
Wed, 8 Aug 2001 12:43:34 +0200 |
User-agent: |
Mutt/1.2.5i |
Hello,
Zane wrote:
>
> [...]
> configures were ran the exact same way on the same system today). Is the
> latest CVS version relying on a newer version of STLPort or is there a bug
> with the latest configure script?
I changed NeL and NeLNS configure.in files recently and i forgot to commit
the new INSTALL file and send a mail about it ... sorry ...
Now you have 3 options for STLPort. You can either use :
--with-stlport=<path_to_the_install_directory>
e.g.: --with-stlport=~/install
this will look for headers file in the ~/install/stlport directory
and library files in the ~/install/stlport/lib directory.
or
--with-stlport-include=<path_to_the_headers_directory>
e.g.: --with-stlport-include=~/install/stlport
this will look for the header files in the ~/install/stlport
directory
--with-stlport-lib=<path_to_the_lib_directory>
e.g.: --with-stlport-lib=~/install/lib
this will look for the library files in the ~/install/lib directory
Actually if you are using --with-stlport-include you must use
--with-stlport-lib too ... i will fix that for a situation like yours where
libraries files are installed in a default directory like /usr