Sdl-1.2.0 & irix

allow: post

Hi there. I’m trying to upgrade to sdl-1.2.0 on my Irix6.5 machine.
It builds and installs fine but when I try to compile something, even
the test programs that comes with it I get this:

checking for SDL - version >= 1.2.0… 150041:./conftest: rld: Error:
unresolvable symbol in /usr/local/SDL/lib/libSDL-1.2.so.1:
SDL_UnRLESurface

…and the same for:

SDL_SYS_TimerInit
SDL_SYS_StartTimer
SDL_RLESurface
SDL_SYS_TimerQuit
SDL_RLEAlphaBlit
SDL_RLEBlit
SDL_TranslateUNICODE
SDL_PrivateKeyboard
SDL_SYS_CDQuit
SDL_SYS_CDInit
SDL_ResetKeyboard
SDL_numjoysticks
SDL_CheckKeyRepeat
SDL_JoystickUpdate
SDL_KeyboardInit
X11_LeaveFullScreen
X11_EnterFullScreen
SDL_GetKeyState
SDL_GetModState
SDL_GetTicks
X11_SwapVidModeGamma
X11_CheckMouseModeNoLock
X11_RefreshDisplay
SDL_ConvertAudio
SDL_mutexP
SDL_AllocAudioMem
SDL_FreeAudioMem
X11_bootstrap
SDL_mutexV
SDL_BuildAudioCVT
SDL_DestroyMutex
SDL_CreateMutex
SDL_StartTicks
SDL_JoystickInit
SDL_Delay
SDL_SYS_StopTimer

The last version I build and have working is sdl-1.1.3. I’ve been
playing a bit with the configure options for it with no success. Is
there something I’m obviously doing wrong? Has anyone else out there
managed to compile it under Irix?

Thanks.

/Jeppe

Hi there. I’m trying to upgrade to sdl-1.2.0 on my Irix6.5 machine.
It builds and installs fine but when I try to compile something, even
the test programs that comes with it I get this:

checking for SDL - version >= 1.2.0… 150041:./conftest: rld: Error:
unresolvable symbol in /usr/local/SDL/lib/libSDL-1.2.so.1:
SDL_UnRLESurface

i’ve been able to install and run SDL-1.2 on irix6.5 just fine.
i used gcc 2.8.1 to do the compiling. didn’t do anything fancy
with the config, just “–libdir=/usr/local/lib32 --disable-esdtest”

i’m pretty sure i didn’t even need to disable the esdtest, but
i just threw it in to configure and didn’t try it the other way.

perhaps first make sure the old library is completely removed?

i was able to configure/compile/run several of the test programs
as well as compile and run my python wrapper against it. it seems
pretty solid.

allow: post

Pete Shinners wrote:

i’ve been able to install and run SDL-1.2 on irix6.5 just fine.
i used gcc 2.8.1 to do the compiling. didn’t do anything fancy
with the config, just “–libdir=/usr/local/lib32 --disable-esdtest”

i’m pretty sure i didn’t even need to disable the esdtest, but
i just threw it in to configure and didn’t try it the other way.

perhaps first make sure the old library is completely removed?

i was able to configure/compile/run several of the test programs
as well as compile and run my python wrapper against it. it seems
pretty solid.

Oh, I’ll try again. Did you use the --prefix flag at all? The whole
thing builds fine but I can’t build anything else with it. I’m gonna try
to install it straight to /usr/local and see if that makes any
difference.

Thanks.

/Jeppe