Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: eos.vss.fsi.com: ford owned process doing -bs Date: Sat, 1 Nov 2003 09:36:24 -0600 (CST) From: Brian Ford X-X-Sender: ford AT eos To: Alex Vinokur cc: cygwin AT cygwin DOT com Subject: Re: C++ Compilers : Comparative Performance Testsuite In-Reply-To: Message-ID: References: <157-1772867639 DOT 20031030154714 AT familiehaase DOT de> <43-1680745334 DOT 20031031172236 AT familiehaase DOT de> <118743930094 DOT 20031101014819 AT familiehaase DOT de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sat, 1 Nov 2003, Alex Vinokur wrote: > $ gcc -o foo -lstlport > /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../../i686-pc-cygwin/bin/ld: cannot find -lstlport > collect2: ld returned 1 exit status > > Where should one put stlport libraries ? > /usr/lib for Cygwin, /usr/lib/mingw32 for mingw, or possibly the /usr/local variants would be more correct since this is a local addition. You would then need a -L/usr/local/lib[/mingw], I think. Or, just add the -L/path/to/where/you/have/them. > ===> Note! There is no 'lib' under 'usr'. > It should be there and be the same as /lib via mount. What does mount -m say? ford AT fordpc /usr/lib $ mount -m mount -f -s -b "G:/cygwin/usr/X11R6/lib/X11/fonts" "/usr/X11R6/lib/X11/fonts" mount -f -s -b "G:/cygwin/bin" "/usr/bin" mount -f -s -b "G:/cygwin/lib" "/usr/lib" mount -f -s -b "G:/cygwin" "/" mount -s -b --change-cygdrive-prefix "/cygdrive" Use mount to add it. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/