----- Original Message -----
From: "Andrew W. Hamilton" <[EMAIL PROTECTED]>
Newsgroups: palm-dev-forum
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Thursday, April 06, 2000 10:41 PM
Subject: build-prc fails under linux, works fine under Windows


> My app compiles fine under Windows, but fails in the build-prc stage
> under Linux.  The pilrc and gcc stages work fine.  When build-prc fails
> it gives the following message:
>
> build-prc: error in loading shared libraries: build-prc: undefined
> symbol: _t24_default_alloc_template2b1i0.free_list
>
> I am using identical versions of prc-tools (2.0.1), pilrc, and the 3.5
> sdk on both Windows and Linux, and my code, makefile, and everything
> else are identical on both platforms.  Only difference as far as I can
> tell is the OS.  Linux, by the way, is Mandrake 7.0.
>
It's not a problem in your code, but a version conflict in the prt-tools.

The RPM on the palm.com sites is made for redhat 6.1 and is linked
dinamically with that version of libc and libstdc++. The problem, if I
remember rigth, is that Mandrake 7 use a different (newer) libstdc++ so you
need to recompile the tools.
Please correct me if I'm wrong.

Has someone already recompiled the prc-tools for mandrake 7?

I'm doing to recompile all the stuffs myself at soon as possible (freetime
and HD space).

> Anyone know why identical code and identical build tools would fail
> under Linux but run fine under Windows?
>

Ayea :-|

> Andrew
>
Ciao Pietro



__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to