Re: fixing linkage against uninstalled libtool archives on macos?

2008-11-11 Thread Peter O'Gorman
On 11-Nov-08, at 6:16 AM, Andy Wingo wrote: Hi, I posted a message to bug-libtool that hasn't gotten a response: http://lists.gnu.org/archive/html/bug-libtool/2008-11/msg00012.html In short, "libtool --tag=CC --mode=link gcc ... /path/to/libfoo.la" does not do the right thing on Mac OS

Re: libtool problem with library dependencies on ppc64

2008-11-11 Thread Peter O'Gorman
On 7-Nov-08, at 12:47 PM, Maynard Johnson wrote: Peter, I installed the same distro on a 32-bit Intel machine today and got the same problem. So my hunch that this was a 64bit-only problem was wrong. To restate the question . . . When only a libbfd.a is available for linking (i.e., no l

Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-11 Thread Jan Leimbach
Hello, i just tried to run the "Hello World" example c++ project in Kdevelop as i got the output below. Can anyone support me please and tell me what i did wrong? If you need more information, please tell me. Thanks in advance. Jan ../libtool: line 832: X--tag=CXX: command not found ../libtoo

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-11 Thread Ralf Wildenhues
Hello Jan, * Jan Leimbach wrote on Tue, Nov 11, 2008 at 10:22:10PM CET: > > i just tried to run the "Hello World" example c++ project in Kdevelop > as i got the output below. > > Can anyone support me please and tell me what i did wrong? You are mixing an ltmain.sh file from Libtool 1.5.x with

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-11 Thread Jan Leimbach
Hallo Ralf, danke für Deine schnelle Antwort. Da ich recht neu in der Programmierung unter Linux bin, wird mich Deine Antwort sicher ein paar Tage beschäftigt halten =) Wünsche Dir einen schönen Abend... Grüße Jan On Tue, Nov 11, 2008 at 10:37 PM, Ralf Wildenhues <[EMAIL PROTECTED]>wrote: > H

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-11 Thread Dan Nicholson
Hi Ralf, On Tue, Nov 11, 2008 at 1:37 PM, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > > The macro files may have been copied into your package with 'libtoolize > --install', or 'aclocal --install', or their contents copied into the > aclocal.m4 file from aclocal. All of this may have been caused

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-11 Thread Ralf Wildenhues
Hello Dan, * Dan Nicholson wrote on Tue, Nov 11, 2008 at 10:46:59PM CET: > On Tue, Nov 11, 2008 at 1:37 PM, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > > > > The macro files may have been copied into your package with 'libtoolize > > --install', or 'aclocal --install', or their contents copied in

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-11 Thread Dan Nicholson
On Tue, Nov 11, 2008 at 1:49 PM, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > Hello Dan, > > * Dan Nicholson wrote on Tue, Nov 11, 2008 at 10:46:59PM CET: >> On Tue, Nov 11, 2008 at 1:37 PM, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: >> > >> > The macro files may have been copied into your package

fixing linkage against uninstalled libtool archives on macos?

2008-11-11 Thread Andy Wingo
Hi, I posted a message to bug-libtool that hasn't gotten a response: http://lists.gnu.org/archive/html/bug-libtool/2008-11/msg00012.html In short, "libtool --tag=CC --mode=link gcc ... /path/to/libfoo.la" does not do the right thing on Mac OS with libtool 2.2.6a. Can I get confirmation of th

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-11 Thread Rafał Mużyło
This is exactly the place, where using Gentoo pays off. You learn some very unsual things, while you do. The problem here is KDevelop. It's using autotools in a such hacky way, that the only sane way to fix it, is to manually set things up. It adds a dir, with a lot of old m4 macros, that autore

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-11 Thread Ralf Wildenhues
* Rafał Mużyło wrote on Wed, Nov 12, 2008 at 03:10:36AM CET: > > The problem here is KDevelop. It's using autotools > in a such hacky way, that the only sane way to fix it, > is to manually set things up. > > It adds a dir, with a lot of old m4 macros, that autoreconf > detects but libtoolize doe

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]

2008-11-11 Thread William Pursell
Rafał Mużyło wrote: The problem here is KDevelop. It's using autotools in a such hacky way, that the only sane way to fix it, is to manually set things up. Is there a good reason not to ship the autotools with a script to build a template directory? (This probably belongs on the autoconf list