SDL 1.2.10 and Iconv 1.9.2

Hi,

I encounter some troubles between the latest stable SDL and the latest
Iconv library.

Two examples:

When I launch Tremulous (a FPS game under GNU/Linux) I got:
tremulous: symbol lookup error: /usr/local/lib/libSDL-1.2.so.0:
undefined symbol: libiconv_open

When I compile the latest theora codec:
/usr/local/lib/libSDL.so: undefined reference to libiconv_open' /usr/local/lib/libSDL.so: undefined reference tolibiconv_close’
/usr/local/lib/libSDL.so: undefined reference to `libiconv’
collect2: ld returned 1 exit status

Can you help me ?
Do I have to downgrade the Iconv library ?

Regards–
ZikZak

The problem is that SDL is not linked with iconv, but somewhere use it
application linked with SDL are not linked to iconv too so you must
link again your app using SDL or remove iconv of your environment
beforce compiling SDL.On 5/31/06, ZikZak wrote:

Hi,

I encounter some troubles between the latest stable SDL and the latest
Iconv library.

Two examples:

When I launch Tremulous (a FPS game under GNU/Linux) I got:
tremulous: symbol lookup error: /usr/local/lib/libSDL-1.2.so.0:
undefined symbol: libiconv_open

When I compile the latest theora codec:
/usr/local/lib/libSDL.so: undefined reference to libiconv_open' /usr/local/lib/libSDL.so: undefined reference tolibiconv_close’
/usr/local/lib/libSDL.so: undefined reference to `libiconv’
collect2: ld returned 1 exit status

Can you help me ?
Do I have to downgrade the Iconv library ?

Regards

ZikZak


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl

Hi,

I encounter some troubles between the latest stable SDL and the latest
Iconv library.

Two examples:

When I launch Tremulous (a FPS game under GNU/Linux) I got:
tremulous: symbol lookup error: /usr/local/lib/libSDL-1.2.so.0:
undefined symbol: libiconv_open

What Linux distribution are you using?

-Sam Lantinga, Senior Software Engineer, Blizzard Entertainment

I am using Slackware but installed manualy iconv.
If you need more information I can send you whatever file you need I
build SDL from source and I still have all the files somewhere.On 6/26/06, Sam Lantinga wrote:

Hi,

I encounter some troubles between the latest stable SDL and the latest
Iconv library.

Two examples:

When I launch Tremulous (a FPS game under GNU/Linux) I got:
tremulous: symbol lookup error: /usr/local/lib/libSDL-1.2.so.0:
undefined symbol: libiconv_open

What Linux distribution are you using?

    -Sam Lantinga, Senior Software Engineer, Blizzard Entertainment

SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl

I am using Slackware but installed manualy iconv.

This is fixed in subversion, thanks!

-Sam Lantinga, Senior Software Engineer, Blizzard Entertainment

You are welcome, I let open the account if you want to test other
things letter :)On 6/26/06, Sam Lantinga wrote:

I am using Slackware but installed manualy iconv.

This is fixed in subversion, thanks!

    -Sam Lantinga, Senior Software Engineer, Blizzard Entertainment

SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl