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