RE: libtool problem when cross compiling net-snmp

2008-01-10 Thread Göran Hillebrink
Thank you for your response. Attached are the logs you asked for. libc is located in /home/goranh/src/etrax/target/crisv32-axis-linux-gnu/lib. /Goran -Original Message- From: Ralf Wildenhues [mailto:[EMAIL PROTECTED] Sent: Wed 1/9/2008 8:51 PM To: Göran Hillebrink Cc: libtoo

Re: make -s

2008-01-10 Thread Richard Hacker
On Thursday 10 January 2008 08:29, Ralf Wildenhues wrote: > For whatever output is left done by libtool I expect that whoever want's > it silenced hard enough will have enough motivation to send a patch to > <[EMAIL PROTECTED]>. That shouldn't bee too difficult. As a hint, make adds 's' to the env

-prefer-pic

2008-01-10 Thread Olly Betts
The output from: libtool --help --mode=compile contains: -prefer-pic try to building PIC objects only -prefer-non-pic try to building non-PIC objects only Firstly, that's poor grammar ("try to build" would be better). Secondly, this seems to be the full extent of the documentation

Re: build check in AIX 5.2 / 5.3 / 6.1 - gcc/g++

2008-01-10 Thread Ralf Wildenhues
Hello Rainer, * Rainer Tammer wrote on Thu, Jan 10, 2008 at 09:39:01AM CET: >>> If you like me to perforce some tests with gcc then I can try that too.. >> >> Yes, that would be great. The systems I test on currently don't have >> g++ or gfortran (or gcj) installed, so if you could test >> ./co

Re: multiple libraries with inter-dependencies and relinking with DESTDIR

2008-01-10 Thread Ralf Wildenhues
Hello Mike, * Mike Frysinger wrote on Mon, Dec 31, 2007 at 09:52:36PM CET: > archives seem to indicate this has always been an issue, and while it's been > getting better over time, it hasnt really been considered "fully fixed". > what i'm looking at here is: > src/one/libone.la: > SOURCE

Re: multiple libraries with inter-dependencies and relinking with DESTDIR

2008-01-10 Thread Mike Frysinger
On Thursday 10 January 2008, Ralf Wildenhues wrote: > Hello Mike, > > * Mike Frysinger wrote on Mon, Dec 31, 2007 at 09:52:36PM CET: > > archives seem to indicate this has always been an issue, and while it's > > been getting better over time, it hasnt really been considered "fully > > fixed". what

Re: make -s

2008-01-10 Thread Ralf Wildenhues
Hello Richard, * Richard Hacker wrote on Thu, Jan 10, 2008 at 01:39:31PM CET: > On Thursday 10 January 2008 08:29, Ralf Wildenhues wrote: > > For whatever output is left done by libtool I expect that whoever want's > > it silenced hard enough will have enough motivation to send a patch to > > <[EM

Re: libtool problem when cross compiling net-snmp

2008-01-10 Thread Ralf Wildenhues
* Göran Hillebrink wrote on Thu, Jan 10, 2008 at 10:17:31AM CET: > > Attached are the logs you asked for. > libc is located in /home/goranh/src/etrax/target/crisv32-axis-linux-gnu/lib. Thanks. So this is indeed the same issue as Mike Frysinger described in

Re: multiple libraries with inter-dependencies and relinking with DESTDIR

2008-01-10 Thread Ralf Wildenhues
* Mike Frysinger wrote on Thu, Jan 10, 2008 at 08:29:29PM CET: > On Thursday 10 January 2008, Ralf Wildenhues wrote: > > * Mike Frysinger wrote on Mon, Dec 31, 2007 at 09:52:36PM CET: > > > when doing `make install DESTDIR=/some/place`, the relinking is fine for > > > libone.la. but when relinking

Re: multiple libraries with inter-dependencies and relinking with DESTDIR

2008-01-10 Thread Mike Frysinger
On Thursday 10 January 2008, Ralf Wildenhues wrote: > * Mike Frysinger wrote on Thu, Jan 10, 2008 at 08:29:29PM CET: > > On Thursday 10 January 2008, Ralf Wildenhues wrote: > > > * Mike Frysinger wrote on Mon, Dec 31, 2007 at 09:52:36PM CET: > > > > when doing `make install DESTDIR=/some/place`, th

Re: make -s

2008-01-10 Thread Mike Frysinger
On Thursday 10 January 2008, Ralf Wildenhues wrote: > * Richard Hacker wrote on Thu, Jan 10, 2008 at 01:39:31PM CET: > > On Thursday 10 January 2008 08:29, Ralf Wildenhues wrote: > > > For whatever output is left done by libtool I expect that whoever > > > want's it silenced hard enough will have e

Re: make -s

2008-01-10 Thread Ralf Wildenhues
* Mike Frysinger wrote on Thu, Jan 10, 2008 at 08:58:09PM CET: > On Thursday 10 January 2008, Ralf Wildenhues wrote: > > > > What I meant was: even with > > make -s LIBTOOLFLAGS=--silent > > > > there will be some leftover output done by libtool. If somebody wants > > to fix that, be invited to

Re: make -s

2008-01-10 Thread Bob Rossi
On Thu, Jan 10, 2008 at 09:30:21PM +0100, Ralf Wildenhues wrote: > * Mike Frysinger wrote on Thu, Jan 10, 2008 at 08:58:09PM CET: > > On Thursday 10 January 2008, Ralf Wildenhues wrote: > > > > > > What I meant was: even with > > > make -s LIBTOOLFLAGS=--silent > > > > > > there will be some left

Re: make -s

2008-01-10 Thread Peter O'Gorman
Bob Rossi wrote: > Well, I might be over simplifying things because I don't understand the > big picture. When I type 'make -s' I assume that the compiler commands > that make kicks off will not be sent to stdout/stderr. You do not see the compiler commands kicked off by make, you see the compile

Problem with libtool

2008-01-10 Thread Richard Graham
I am trying to build Open MPI on the Cray's (Compute Node Linux), and ran into the following problem. In our configure script we get the wl parameter set to -Wl, But when the following part of the build is run: /bin/sh ../../../libtool --tag=CC --mode=link cc -O2 -I/opt/xt-pe/default/include/

Re: make -s

2008-01-10 Thread Mike Frysinger
On Thursday 10 January 2008, Ralf Wildenhues wrote: > * Mike Frysinger wrote on Thu, Jan 10, 2008 at 08:58:09PM CET: > > On Thursday 10 January 2008, Ralf Wildenhues wrote: > > > What I meant was: even with > > > make -s LIBTOOLFLAGS=--silent > > > > > > there will be some leftover output done by

Re: make -s

2008-01-10 Thread Bob Rossi
On Thu, Jan 10, 2008 at 04:15:12PM -0500, Mike Frysinger wrote: > On Thursday 10 January 2008, Ralf Wildenhues wrote: > > * Mike Frysinger wrote on Thu, Jan 10, 2008 at 08:58:09PM CET: > > > On Thursday 10 January 2008, Ralf Wildenhues wrote: > > > > What I meant was: even with > > > > make -s LI

Re: support AIX 6.1 in config.rpath

2008-01-10 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Tue, Jan 08, 2008 at 09:34:37PM CET: > * Rainer Tammer wrote on Tue, Jan 08, 2008 at 05:03:30PM CET: > > > The first part of the test run did produce some errors: > [...] > > did not find the `myfunc' function > > error was: Function not implemented (myfunc) > > did not

Re: Problem with libtool

2008-01-10 Thread Ralf Wildenhues
Hello Richard, * Richard Graham wrote on Thu, Jan 10, 2008 at 10:14:46PM CET: > I am trying to build Open MPI on the Cray's (Compute Node Linux), and ran > into the following problem. In our configure script we get the wl parameter > set to -Wl, > > But when the following part of the build is ru

Re: make -s

2008-01-10 Thread Bob Friesenhahn
On Thu, 10 Jan 2008, Bob Rossi wrote: Well, I might be over simplifying things because I don't understand the big picture. When I type 'make -s' I assume that the compiler commands that make kicks off will not be sent to stdout/stderr. I do expect that if the user has some stuff in the Makefile t