Re: libtool problem with library dependencies on ppc64

2008-10-30 Thread Maynard Johnson
Maynard Johnson wrote: Hello, Peter, I've run into another problem with building the oprofile project that seems like it might be an issue with libtool. Recent versions of binutils have made libbfd I forgot to mention that the libtool version being used in my situation is 2.2.6

Another libtool problem with 64-bit build on a bi-arch system

2008-09-25 Thread Maynard Johnson
+ On this ppc64 system I'm developing on, the 64-bit BFD library is located in /usr/lib64, but as you can see from above, the gcc command is specifying /usr/lib/libbfd.so, which is the 32-bit library. Any idea what could be the problem? Thanks much for the help. -Maynard Johnson

Re: Another libtool problem with 64-bit build on a bi-arch system

2008-09-25 Thread Maynard Johnson
Maynard Johnson wrote: Hi, Peter, I posted to this list last winter regarding some problems I was having integrating libtool into a project (the oprofile project) -- in particular, building 64-bit on a bi-arch system (IBM POWER5). You helped with some usage problems and also provided

libtool causing oprofile build failure when configuring with --with-binutils

2008-07-31 Thread Maynard Johnson
configure.in and add AC_PROG_LIBTOOL (I added it at line 19). 4. Run './autogen.sh'. 5. Run './configure --with-kernel-support --with-binutils=/usr' 6. Run 'make'. You should see the error. I'm using libtool version 1.5.26. Any help would be much appreciated. Thanks. Maynard Johnson

Re: libtool causing oprofile build failure when configuring with --with-binutils

2008-07-31 Thread Maynard Johnson
Peter O'Gorman wrote: Maynard Johnson wrote: Hello, We recently released OProfile 0.9.4, which for the first time includes some libraries that must be installed along with the usual OProfile tools. We introduced the use of libtool in our project to support the installation of these new

Re: bi-arch build problem: cannot build 64-bit libs on ppc64

2008-01-21 Thread Maynard Johnson
Peter O'Gorman wrote: Maynard Johnson wrote: # ./libtool --version ltmain.sh (GNU libtool) 1.5.24 (1.1220.2.455 2007/06/24 02:13:29) Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty

Re: bi-arch build problem: cannot build 64-bit libs on ppc64

2008-01-21 Thread Maynard Johnson
Peter O'Gorman wrote: Maynard Johnson wrote: Peter O'Gorman wrote: Maynard Johnson wrote: # ./libtool --version ltmain.sh (GNU libtool) 1.5.24 (1.1220.2.455 2007/06/24 02:13:29) Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see

Re: bi-arch build problem: cannot build 64-bit libs on ppc64

2008-01-21 Thread Maynard Johnson
Peter O'Gorman wrote: Hi Maynard, I was hoping that your problems would all be gone :) That certainly helped! We're getting further than before, but now failing when building a C++ library as follows: /bin/sh ../../libtool --tag=CXX --mode=link g++ -m64 -o

Re: bi-arch build problem: cannot build 64-bit libs on ppc64

2008-01-21 Thread Maynard Johnson
Peter O'Gorman wrote: Maynard Johnson wrote: Peter O'Gorman wrote: Hi Maynard, I was hoping that your problems would all be gone :) That certainly helped! We're getting further than before, but now failing when building a C++ library as follows: If you patch

Re: bi-arch build problem: cannot build 64-bit libs on ppc64

2008-01-20 Thread Maynard Johnson
Peter O'Gorman wrote: Maynard Johnson wrote: Peter O'Gorman wrote: Maynard Johnson wrote: Hi, I know this topic has been discussed on the mailing list before, but I've not been able to pick out all of the relevant pieces of information to solve the problem for my particular

Re: bi-arch build problem: cannot build 64-bit libs on ppc64

2008-01-19 Thread Maynard Johnson
Peter O'Gorman wrote: Maynard Johnson wrote: Hi, I know this topic has been discussed on the mailing list before, but I've not been able to pick out all of the relevant pieces of information to solve the problem for my particular situation. Hopefully, someone on the list can help. My