unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
@ 2008-08-21 18:46 beck.koenigsbach-stein
  2008-08-22 22:46 ` Ludovic Courtès
  0 siblings, 1 reply; 5+ messages in thread
From: beck.koenigsbach-stein @ 2008-08-21 18:46 UTC (permalink / raw)
  To: bug-guile

Compiling guile I get this error:
#####
gcc -pthread -Wall -Wmissing-prototypes -Werror .libs/guileS.o -pthread -o .libs/guile guile-guile.o -Wl,--export-dynamic  ./.libs/libguile.so //lib/libgmp.so //lib/libltdl.so -ldl -lgmp -lcrypt -lm -lltdl  -Wl,--rpath -Wl,//libguile-guile.o: In function `main':guile.c:(.text+0x26): undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'collect2: ld returned 1 exit status
#####

With:gcc version 4.4.0
libtool-2.2.2
glibc-2.7
kernel-2.6.26.2

I can't solve this error. HELP!




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
  2008-08-21 18:46 undefined reference to `lt__PROGRAM__LTX_preloaded_symbols' beck.koenigsbach-stein
@ 2008-08-22 22:46 ` Ludovic Courtès
  0 siblings, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2008-08-22 22:46 UTC (permalink / raw)
  To: bug-guile

Hi,

beck.koenigsbach-stein@freenet.de writes:

> Compiling guile I get this error:
> #####
> gcc -pthread -Wall -Wmissing-prototypes -Werror .libs/guileS.o -pthread -o .libs/guile guile-guile.o -Wl,--export-dynamic  ./.libs/libguile.so //lib/libgmp.so //lib/libltdl.so -ldl -lgmp -lcrypt -lm -lltdl  -Wl,--rpath -Wl,//libguile-guile.o: In function `main':guile.c:(.text+0x26): undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'collect2: ld returned 1 exit status
> #####
>
> With:gcc version 4.4.0
> libtool-2.2.2

That's because you're using Libtool 2.2.  For now, we are still using
1.5.26, but that will hopefully change soon.

Thanks,
Ludovic.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
@ 2008-10-19  0:18 pgrainge
  2008-10-19 17:18 ` Andy Wingo
  0 siblings, 1 reply; 5+ messages in thread
From: pgrainge @ 2008-10-19  0:18 UTC (permalink / raw)
  To: bug-guile


I'm trying to install guile 1.8.5 on Ubuntu 8.0.4 (Hardy) and I am
getting  "undefined reference to `lt__PROGRAM__LTX_preloaded_symbols' "
when I make. I have libtools 2.2.6a which I have freshly downloaded and
built.. I tried the patch suggested for 1.8.4 by Marijn Schouten and
reran configure, but no change in the result.

I tried earlier versions of both libraries hoping that may help me, but
no luck there either. (libtool 2.2.2 and guile 1.8.3)

Can anyone please point me in the right direction? either a news group
to ask or a change I can make...

Thanks
Phil Grainger





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
  2008-10-19  0:18 pgrainge
@ 2008-10-19 17:18 ` Andy Wingo
  2008-10-22 15:09   ` Ludovic Courtès
  0 siblings, 1 reply; 5+ messages in thread
From: Andy Wingo @ 2008-10-19 17:18 UTC (permalink / raw)
  To: pgrainge; +Cc: bug-guile

On Sun 19 Oct 2008 02:18, pgrainge@tpg.com.au writes:

> I'm trying to install guile 1.8.5 on Ubuntu 8.0.4 (Hardy) and I am
> getting  "undefined reference to `lt__PROGRAM__LTX_preloaded_symbols' "
> when I make. I have libtools 2.2.6a which I have freshly downloaded and
> built.. I tried the patch suggested for 1.8.4 by Marijn Schouten and
> reran configure, but no change in the result.

I could be wrong, but I don't think that Guile works with libtool 2.x
yet. I am ignorant as to why. Why don't you just use the libtool that
comes with Hardy? That one should work fine.

Andy
-- 
http://wingolog.org/




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
  2008-10-19 17:18 ` Andy Wingo
@ 2008-10-22 15:09   ` Ludovic Courtès
  0 siblings, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2008-10-22 15:09 UTC (permalink / raw)
  To: bug-guile

Hi,

Andy Wingo <wingo@pobox.com> writes:

> On Sun 19 Oct 2008 02:18, pgrainge@tpg.com.au writes:
>
>> I'm trying to install guile 1.8.5 on Ubuntu 8.0.4 (Hardy) and I am
>> getting  "undefined reference to `lt__PROGRAM__LTX_preloaded_symbols' "
>> when I make. I have libtools 2.2.6a which I have freshly downloaded and
>> built.. I tried the patch suggested for 1.8.4 by Marijn Schouten and
>> reran configure, but no change in the result.
>
> I could be wrong, but I don't think that Guile works with libtool 2.x
> yet. I am ignorant as to why. Why don't you just use the libtool that
> comes with Hardy? That one should work fine.

Right, I use 1.5.26 here.

Thanks,
Ludo'.





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-10-22 15:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-21 18:46 undefined reference to `lt__PROGRAM__LTX_preloaded_symbols' beck.koenigsbach-stein
2008-08-22 22:46 ` Ludovic Courtès
  -- strict thread matches above, loose matches on Subject: below --
2008-10-19  0:18 pgrainge
2008-10-19 17:18 ` Andy Wingo
2008-10-22 15:09   ` Ludovic Courtès

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).