[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: BUG: library type search order
From: |
Markus Diesmann |
Subject: |
Re: BUG: library type search order |
Date: |
Thu, 12 Feb 2004 15:44:55 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007 |
Dear Libtool developers,
I was now able to check libtool 1.5.2 on our system.
As you can see from the output of libtool below the error persists.
The search order of libtool still is:
1. library type
2. library path
Thanks for your great tool, fast response, and
interest in our problem.
Greetings,
Markus Diesmann
/bin/sh ../libtool --mode=link g++ -W -Wall -pedantic -Wno-long-long
-O2 -I/opt/scali/include -D_REENTRANT -o net netbrunel.o
./libsynod.a ../librandom/librandom.a -L/opt/scali/lib -lmpi -lm
mkdir .libs
g++ -W -Wall -pedantic -Wno-long-long -O2 -I/opt/scali/include
-D_REENTRANT -o net netbrunel.o ./libsynod.a ../librandom/librandom.a
-L/opt/scali/lib /usr/lib/libmpi.a -lm
-Wl,--rpath -Wl,/usr/nld/lib -Wl,--rpath -Wl,/usr/nld/lib
ls /usr/lib/libmpi*
/usr/lib/libmpi.a /usr/lib/libmpi.la
ls /opt/scali/lib/libmpi*
/opt/scali/lib/libmpi.a /opt/scali/lib/libmpi.so
--
Dr. Markus Diesmann Computational Neurophysics
Tel: +49 (0)761 203 9550 Dept. Neurobiology & Biophysics
Fax: +49 (0)761 203 2860 Biology III, Albert-Ludwigs-University
Mobile: +49 (0)151 12153069 Schaenzlestr. 1, 79104 Freiburg, Germany
- Re: BUG: library type search order, (continued)
- Re: BUG: library type search order, Scott James Remnant, 2004/02/03
- Re: BUG: library type search order, Peter O'Gorman, 2004/02/04
- Re: BUG: library type search order, Gary V . Vaughan, 2004/02/04
- Re: BUG: library type search order, Peter O'Gorman, 2004/02/04
- Re: BUG: library type search order, Gary V. Vaughan, 2004/02/04
- Re: BUG: library type search order, Peter O'Gorman, 2004/02/04
- Re: BUG: library type search order, Scott James Remnant, 2004/02/04
- Re: BUG: library type search order, Peter O'Gorman, 2004/02/04
- Re: BUG: library type search order, Gary V. Vaughan, 2004/02/05
- Re: BUG: library type search order, Peter O'Gorman, 2004/02/05
- Re: BUG: library type search order,
Markus Diesmann <=