[ioquake3] ioquake3 Solaris 10 - libSDL-1.2.so.0

2011-12-05 Thread Sonny Bladen
Hello, Been having a go at running ioquake3 on a SunBlade 2500, currently have a XVR-1200 in this machine. I have downloaded the ioquake3 packages and have instelled them, when attempting to execute ioquake3.sh the following is received: # ./ioquake3.sh ld.so.1: ioquake3.sparc: fatal: libSDL-

Re: [ioquake3] ioquake3 Solaris 10 - libSDL-1.2.so.0

2011-12-05 Thread Luis Lezcano Airaldi
You have to tell the compiler that SDL is in /opt/lib with -L/opt/lib beacuse that's not the standard location for libraries. You'll have to modify the Makefile I think. Regards. ___ ioquake3 mailing list ioquake3@lists.ioquake.org http://lists.ioquake.or

Re: [ioquake3] ioquake3 Solaris 10 - libSDL-1.2.so.0

2011-12-05 Thread Thilo Schulz
On Monday, 5. December 2011 19:08:34 Sonny Bladen wrote: > # grep libSDL-1.2.so.0 /var/sadm/install/contents > /opt/lib/libSDL-1.2.so.0=libSDL-1.2.so.0.7.0 s none AARDsdl > /opt/lib/libSDL-1.2.so.0.7.0 f none 0755 root other 1215776 580 1099870738 > AARDsdl /opt/lib/libSDL.so=libSDL-1.2.so.0.7.0 s

Re: [ioquake3] ioquake3 Solaris 10 - libSDL-1.2.so.0

2011-12-05 Thread Lally Singh
LD_LIBRARY_PATH works. 2011/12/5 Thilo Schulz > On Monday, 5. December 2011 19:08:34 Sonny Bladen wrote: > > # grep libSDL-1.2.so.0 /var/sadm/install/contents > > /opt/lib/libSDL-1.2.so.0=libSDL-1.2.so.0.7.0 s none AARDsdl > > /opt/lib/libSDL-1.2.so.0.7.0 f none 0755 root other 1215776 580 > 109

Re: [ioquake3] ioquake3 Solaris 10 - libSDL-1.2.so.0

2011-12-05 Thread vincent
On Mon, 5 Dec 2011, Sonny Bladen wrote: Hi Sonny, That perhaps something I overlooked with the binary packages. Try placing a copy of the libSDL-1.2* stuff under /usr/local/lib, perhaps that will help (I won't be able to boot my U45 until tomorrow so I won't know for sure). Best regards, V

Re: [ioquake3] ioquake3 Solaris 10 - libSDL-1.2.so.0

2011-12-05 Thread Sonny Bladen
Vincent, Following your suggestion and copying the libSDL-1.2* files from /opt/lib to /usr/local/lib worked, had to do the same with a number of other files. So far everything seems to be working just fine, going to go play some Quake now! Thank you. Date: Mon, 5 Dec 2011 21:35:37 +0100 From