unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* FW: Mac Intel Leopard guile 1.8.4 link fails
@ 2008-02-23 19:57 Neil Jerram
  2008-02-25 10:43 ` Torbjorn Granlund
  2008-02-26 13:14 ` Hans Aberg
  0 siblings, 2 replies; 8+ messages in thread
From: Neil Jerram @ 2008-02-23 19:57 UTC (permalink / raw)
  To: gmp-bugs; +Cc: bug-guile

Hi there!

Guile uses GMP as you may know, and one of our MacOS users has
reported the following link error, which appears to be related to GMP.

ld: warning codegen in ___gmpn_popcount (offset 0x00000007) prevents  
image from loading in dyld shared cache
ld: warning codegen in ___gmpn_popcount (offset 0x0000000E) prevents  
image from loading in dyld shared cache
ld: warning codegen in ___gmpn_popcount (offset 0x00000015) prevents  
image from loading in dyld shared cache
ld: warning codegen in ___gmpn_hamdist (offset 0x00000007) prevents  
image from loading in dyld shared cache
ld: warning codegen in ___gmpn_hamdist (offset 0x0000000E) prevents  
image from loading in dyld shared cache
ld: warning codegen in ___gmpn_hamdist (offset 0x00000015) prevents  
image from loading in dyld shared cache
ld: absolute addressing (perhaps -mdynamic-no-pic) used in  
___gmpn_add_n from /usr/local/lib/libgmp.a(add_n.o) not allowed in  
slidable image
collect2: ld returned 1 exit status

Can you help us understand and/or fix this?

Thanks,
    Neil





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

* Re: FW: Mac Intel Leopard guile 1.8.4 link fails
  2008-02-23 19:57 FW: Mac Intel Leopard guile 1.8.4 link fails Neil Jerram
@ 2008-02-25 10:43 ` Torbjorn Granlund
  2008-02-25 21:39   ` Neil Jerram
  2008-02-26 13:14 ` Hans Aberg
  1 sibling, 1 reply; 8+ messages in thread
From: Torbjorn Granlund @ 2008-02-25 10:43 UTC (permalink / raw)
  To: Neil Jerram; +Cc: bug-guile, gmp-bugs

There is nothing a poor GMP developer can do about a bug report
like this.

Neil Jerram <neil@ossau.uklinux.net> writes:

  Hi there!

  Guile uses GMP as you may know, and one of our MacOS users has
  reported the following link error, which appears to be related to GMP.

  ld: warning codegen in ___gmpn_popcount (offset 0x00000007) prevents
  image from loading in dyld shared cache
  ld: warning codegen in ___gmpn_popcount (offset 0x0000000E) prevents
  image from loading in dyld shared cache
  ld: warning codegen in ___gmpn_popcount (offset 0x00000015) prevents
  image from loading in dyld shared cache
  ld: warning codegen in ___gmpn_hamdist (offset 0x00000007) prevents
  image from loading in dyld shared cache
  ld: warning codegen in ___gmpn_hamdist (offset 0x0000000E) prevents
  image from loading in dyld shared cache
  ld: warning codegen in ___gmpn_hamdist (offset 0x00000015) prevents
  image from loading in dyld shared cache
  ld: absolute addressing (perhaps -mdynamic-no-pic) used in
  ___gmpn_add_n from /usr/local/lib/libgmp.a(add_n.o) not allowed in
  slidable image
  collect2: ld returned 1 exit status

  Can you help us understand and/or fix this?

If you file a proper bug report, with all the facts and with a test
case, then we can perhaps help.

http://gmplib.org/manual/Reporting-Bugs.html

-- 
Torbjörn

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

* Re: FW: Mac Intel Leopard guile 1.8.4 link fails
  2008-02-25 10:43 ` Torbjorn Granlund
@ 2008-02-25 21:39   ` Neil Jerram
  2008-02-25 22:07     ` Roger Mc Murtrie
  0 siblings, 1 reply; 8+ messages in thread
From: Neil Jerram @ 2008-02-25 21:39 UTC (permalink / raw)
  To: Torbjorn Granlund; +Cc: bug-guile, gmp-bugs

Torbjorn Granlund <tg@swox.com> writes:

> If you file a proper bug report, with all the facts and with a test
> case, then we can perhaps help.
>
> http://gmplib.org/manual/Reporting-Bugs.html

That's fair enough.  I guess I was hoping that this was something
you've seen before, and so could throw some light on without a "proper
bug report".

Given that it isn't, we'll work on the proper reporting!

Regards,
      Neil





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

* Re: Mac Intel Leopard guile 1.8.4 link fails
  2008-02-25 21:39   ` Neil Jerram
@ 2008-02-25 22:07     ` Roger Mc Murtrie
  2008-02-26  8:31       ` Neil Jerram
  0 siblings, 1 reply; 8+ messages in thread
From: Roger Mc Murtrie @ 2008-02-25 22:07 UTC (permalink / raw)
  To: Neil Jerram; +Cc: bug-guile

Hi Neil.

I wonder if its got something to do with my GMP version:
/usr/local/lib/libgmp.3.4.2.dylib

Regards
Roger

On 26/02/2008, at 8:39 AM, Neil Jerram wrote:

> Torbjorn Granlund <tg@swox.com> writes:
>
>> If you file a proper bug report, with all the facts and with a test
>> case, then we can perhaps help.
>>
>> http://gmplib.org/manual/Reporting-Bugs.html
>
> That's fair enough.  I guess I was hoping that this was something
> you've seen before, and so could throw some light on without a "proper
> bug report".
>
> Given that it isn't, we'll work on the proper reporting!
>
> Regards,
>      Neil
>
>




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

* Re: Mac Intel Leopard guile 1.8.4 link fails
  2008-02-25 22:07     ` Roger Mc Murtrie
@ 2008-02-26  8:31       ` Neil Jerram
       [not found]         ` <01FE054A-13D0-4FCC-B351-57AA0128BAEB@iinet.net.au>
  0 siblings, 1 reply; 8+ messages in thread
From: Neil Jerram @ 2008-02-26  8:31 UTC (permalink / raw)
  To: Roger Mc Murtrie; +Cc: bug-guile

Roger Mc Murtrie <rogermc@iinet.net.au> writes:

> Hi Neil.
>
> I wonder if its got something to do with my GMP version:
> /usr/local/lib/libgmp.3.4.2.dylib
>
> Regards
> Roger

Maybe.  What release version of GMP does that correspond to?  (Note
that shared library numbers are not necessarily the same as release
numbers.)

     Neil





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

* Re: Mac Intel Leopard guile 1.8.4 link fails
  2008-02-23 19:57 FW: Mac Intel Leopard guile 1.8.4 link fails Neil Jerram
  2008-02-25 10:43 ` Torbjorn Granlund
@ 2008-02-26 13:14 ` Hans Aberg
  1 sibling, 0 replies; 8+ messages in thread
From: Hans Aberg @ 2008-02-26 13:14 UTC (permalink / raw)
  To: Neil Jerram; +Cc: bug-guile, gmp-bugs

On 23 Feb 2008, at 20:57, Neil Jerram wrote:

> Guile uses GMP as you may know, and one of our MacOS users has
> reported the following link error, which appears to be related to GMP.

Have you tried Guile 1.8.1 in MacPorts? - It seems to work on PPC G4.

   Hans Aberg

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

* Re: Mac Intel Leopard guile 1.8.4 link fails
       [not found]         ` <01FE054A-13D0-4FCC-B351-57AA0128BAEB@iinet.net.au>
@ 2008-02-27 22:38           ` Roger Mc Murtrie
  2008-03-03 22:26             ` Neil Jerram
  0 siblings, 1 reply; 8+ messages in thread
From: Roger Mc Murtrie @ 2008-02-27 22:38 UTC (permalink / raw)
  To: Neil Jerram; +Cc: bug-guile

Well, Maybe not!
For gmp-4.2.2 I just did
./configure
make
sudo make install

then for guile-1.8.4
./configure
make
Success!
make check
All tests passed.

Mysterious!
Regards

Roger


On 28/02/2008, at 9:11 AM, Roger Mc Murtrie wrote:

> The release version appears to be gmp-4.2.2
>
> Roger
>
> On 26/02/2008, at 7:31 PM, Neil Jerram wrote:
>
>> Roger Mc Murtrie <rogermc@iinet.net.au> writes:
>>
>>> Hi Neil.
>>>
>>> I wonder if its got something to do with my GMP version:
>>> /usr/local/lib/libgmp.3.4.2.dylib
>>>
>>> Regards
>>> Roger
>>
>> Maybe.  What release version of GMP does that correspond to?  (Note
>> that shared library numbers are not necessarily the same as release
>> numbers.)
>>
>>    Neil
>




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

* Re: Mac Intel Leopard guile 1.8.4 link fails
  2008-02-27 22:38           ` Roger Mc Murtrie
@ 2008-03-03 22:26             ` Neil Jerram
  0 siblings, 0 replies; 8+ messages in thread
From: Neil Jerram @ 2008-03-03 22:26 UTC (permalink / raw)
  To: Roger Mc Murtrie; +Cc: bug-guile

Roger Mc Murtrie <rogermc@iinet.net.au> writes:

> Well, Maybe not!
> For gmp-4.2.2 I just did
> ./configure
> make
> sudo make install
>
> then for guile-1.8.4
> ./configure
> make
> Success!
> make check
> All tests passed.
>
> Mysterious!
> Regards

Well that's good news.  I'm sure there are subtle build
inconsistencies that might account for the problem that you were
getting before, so I won't worry about that further until and unless
it happens consistently again.

Many thanks for all your help with reporting and testing!

Regards,
     Neil






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

end of thread, other threads:[~2008-03-03 22:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-23 19:57 FW: Mac Intel Leopard guile 1.8.4 link fails Neil Jerram
2008-02-25 10:43 ` Torbjorn Granlund
2008-02-25 21:39   ` Neil Jerram
2008-02-25 22:07     ` Roger Mc Murtrie
2008-02-26  8:31       ` Neil Jerram
     [not found]         ` <01FE054A-13D0-4FCC-B351-57AA0128BAEB@iinet.net.au>
2008-02-27 22:38           ` Roger Mc Murtrie
2008-03-03 22:26             ` Neil Jerram
2008-02-26 13:14 ` Hans Aberg

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).