bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] python and gnubg


From: Øystein Johansen
Subject: Re: [Bug-gnubg] python and gnubg
Date: Sat, 12 Jul 2003 23:25:00 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130

Joern Thyssen wrote:

I link with python22.lib, which should be equalent.

Then I try:
nm python22.lib | grep Error

00000000 I __imp__Py_FatalError
00000000 T _Py_FatalError

I think it's a bit strange.....

Yes, I get a gazillion symbols from:

nm /usr/lib/python1.5/config/libpython1.5.a | grep Error | egrep '(C|T)'

on my box.
It's a bit starnge. I try unistalling Python-2.2.3 and then install Python-1.5.3 instead. Then I get a gazillion symbols from nm. But I still can't link gnubg. Now it complains:

Info: resolving _PyExc_StandardError by linking to __imp__PyExc_StandardError (a
uto-import)
Info: resolving _PyExc_ValueError by linking to __imp__PyExc_ValueError (auto-im
port)
Info: resolving _PyInt_Type by linking to __imp__PyInt_Type (auto-import)
Info: resolving _PyFloat_Type by linking to __imp__PyFloat_Type (auto-import)
fu000001.o(.idata$3+0xc): undefined reference to `unknown_iname'
fu000003.o(.idata$3+0xc): undefined reference to `unknown_iname'
fu000004.o(.idata$3+0xc): undefined reference to `unknown_iname'
fu000005.o(.idata$3+0xc): undefined reference to `unknown_iname'
fu000007.o(.idata$3+0xc): undefined reference to `unknown_iname'
fu000008.o(.idata$3+0xc): more undefined references to `unknown_iname' follow nmth000000.o(.idata$4+0x0): undefined reference to `_nm__PyExc_StandardError'
nmth000002.o(.idata$4+0x0): undefined reference to `_nm__PyExc_ValueError'
nmth000006.o(.idata$4+0x0): undefined reference to `_nm__PyInt_Type'
nmth000009.o(.idata$4+0x0): undefined reference to `_nm__PyFloat_Type'
make: *** [gnubg] Error 1

-Øystein







reply via email to

[Prev in Thread] Current Thread [Next in Thread]