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

2011-12-07 Thread DerSaidin
As changing linker default paths was mentioned on Linux, I'll note you can also do this on Solaris with crle: http://blogs.oracle.com/rie/entry/changing_search_paths_with_crle As the blog notes, be careful that you don't remove the existing search paths. Also changing that is rarely a good idea, a

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

2011-12-06 Thread uZu
Le 06/12/2011 17:13, Patrick Baggett a écrit : On Tue, Dec 6, 2011 at 4:56 AM, Simon McVittie mailto:smcv-ioqua...@pseudorandom.co.uk>> wrote: On Tue, 06 Dec 2011 at 10:32:01 +0100, vinc...@cojot.name wrote: > I just checked my binaries and /usr/local/l

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

2011-12-06 Thread Patrick Baggett
On Tue, Dec 6, 2011 at 4:56 AM, Simon McVittie < smcv-ioqua...@pseudorandom.co.uk> wrote: > On Tue, 06 Dec 2011 at 10:32:01 +0100, vinc...@cojot.name wrote: > > I just checked my binaries and /usr/local/lib doesn't seem hard-coded: > > Paths in the dynamic linker's default search path don't need t

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

2011-12-06 Thread vincent
Just a quick follow-up, Upon further inspection it appears I -do- have hard-coded paths in my ioquake3 binaries: root@ergoth:[~][547]# elfdump -d /usr/local/share/games/quake3/ioquake3.sparc |grep -i path [14] RUNPATH 0xc51c /usr/local/lib:/usr/sfw/lib [15

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

2011-12-06 Thread Simon McVittie
On Tue, 06 Dec 2011 at 10:32:01 +0100, vinc...@cojot.name wrote: > I just checked my binaries and /usr/local/lib doesn't seem hard-coded: Paths in the dynamic linker's default search path don't need to be hard-coded into binaries; paths not in the default search path do. On GNU (glibc) systems, th

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

2011-12-06 Thread vincent
100 From: vinc...@cojot.name To: ioquake3@lists.ioquake.org Subject: Re: [ioquake3] ioquake3 Solaris 10 - libSDL-1.2.so.0 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,

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

2011-12-05 Thread Sonny Bladen
From: vinc...@cojot.name To: ioquake3@lists.ioquake.org Subject: Re: [ioquake3] ioquake3 Solaris 10 - libSDL-1.2.so.0 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

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 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 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 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