Ask a Question related to Sun Solaris, Design and Development.
-
Ghazan Haider #1
SDL libraries dont install on Solaris 9 Ultra 5
Has anyone successfully installed the SDL ([url]www.libsdl.org[/url]) libraries
onto their Solaris 9 based machine? Ive tried all the 'required'
libraries including svgalib and eventually get an SDL installation
that either has no video device or crashes. Ive tried gcc 2.96, 3.2
and forte. Tried changing makes and reinstalling all the GNU tools as
well.
Sorry if this post appears out of place, SDL has no group of its own
and this is a Solaris specific problem.
Ghazan Haider Guest
-
How can I install the DBI on Solaris
Here are what I have been trying to install DBI module on my Solaris 8 box: 1) I'd tried using different perl version. i.e. 5.8.0, 5.8.3. (they... -
need help with pkg-get and pkgadm for solaris on an Ultra Sparc 10
I'm trying to use pkg-get and/or pkgadm on a ultra sparc 10. When I run the applications I get the errors below. With pkg-get : ---- begin... -
Name suggestions requested for Perl module for Solaris door libraries
"ASARI Hirotsugu" <asarih@cpan.org> wrote in message news:acbe028e.0308231605.4a91e3e8@posting.google.com... If (but only if) you're sure that... -
DB2 8.1 Install on Solaris 9
Having downloaded the DB2_V81_ESE_SUN_3264_NLV.tar file for solaris from the IBM website and another ftp server, I can unpack the tar file which... -
solaris install on vmware
hi, anybody try this successfully? --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com).... -
Lars Tunkrans #2
Re: SDL libraries dont install on Solaris 9 Ultra 5
Ghazan Haider wrote:
Well I did build it as on of the subsystems required by KDE 3.1> Has anyone successfully installed the SDL ([url]www.libsdl.org[/url]) libraries
> onto their Solaris 9 based machine? Ive tried all the 'required'
> libraries including svgalib and eventually get an SDL installation
> that either has no video device or crashes. Ive tried gcc 2.96, 3.2
> and forte. Tried changing makes and reinstalling all the GNU tools as
> well.
>
> Sorry if this post appears out of place, SDL has no group of its own
> and this is a Solaris specific problem.
I dont think I tested it on its own. KDE is happy with it.
I did this - on a SUNBlade 100 Solaris 9 12/02 at the time.
../configure --disable-alsa --disable-esd --disable-nasm --with-x
--enable-video-aalib --enable-dlopen --disable-joystick
With more or less this environment
LD_LIBRARY_PATH=/usr/lib:/usr/openwin/lib:/usr/dt/lib:/usr/local/lib:/usr/sfw/lib:/opt/sfw/lib:/usr/local/qt/lib:/usr/local/kde/lib
PATH=/usr/bin:/usr/sbin:/usr/ccs/bin:/usr/openwin/bin:/opt/SUNWspro/bin:/usr/local/bin:/usr/sfw/bin:/opt/sfw/bin
CC=/opt/SUNWspro/bin/cc
CXX=/opt/SUNWspro/bin/CC
CPPFLAGS="-I/usr/local/include -I/usr/sfw/include -I/opt/sfw/include"
LDFLAGS="-L//usr/local/lib -R/usr/local/lib -L/usr/sfw/lib -R/usr/sfw/lib -L/opt/sfw/lib -R/opt/sfw/lib"
CFLAGS="-xO4 -xmemalign=8s -xprefetch=auto,explicit -xtarget=ultra2 -xarch=v8plusa"
CXXFLAGS="-xO4 -xmemalign=8s -xprefetch=auto,explicit -xtarget=ultra2 -xarch=v8plusa"
export PATH CC CXX CPPFLAGS LDFLAGS CFLAGS CXXFLAGS LD_LIBRARY_PATH
This is whats in the libsdl at the moment.
$ /usr/ccs/bin/ar -t libSDL.a
SDL.o
SDL_error.o
SDL_fatal.o
SDL_getenv.o
SDL_loadso.o
dummy.lo
SDL_audio.lo
SDL_audiocvt.lo
SDL_audiodev.lo
SDL_audiomem.lo
SDL_mixer.lo
SDL_wave.lo
SDL_diskaudio.lo
SDL_artsaudio.lo
SDL_sunaudio.lo
SDL_RLEaccel.lo
SDL_blit.lo
SDL_blit_0.lo
SDL_blit_1.lo
SDL_blit_A.lo
SDL_blit_N.lo
SDL_bmp.lo
SDL_cursor.lo
SDL_gamma.lo
SDL_pixels.lo
SDL_surface.lo
SDL_stretch.lo
SDL_video.lo
SDL_yuv.lo
SDL_yuv_sw.lo
SDL_yuv_mmx.lo
SDL_nullevents.lo
SDL_nullmouse.lo
SDL_nullvideo.lo
SDL_x11dga.lo
SDL_x11events.lo
SDL_x11gamma.lo
SDL_x11gl.lo
SDL_x11image.lo
SDL_x11modes.lo
SDL_x11mouse.lo
SDL_x11video.lo
SDL_x11wm.lo
SDL_x11yuv.lo
XF86VMode.lo
XF86DGA2.lo
XF86DGA.lo
Xv.lo
Xinerama.lo
SDL_aaevents.lo
SDL_aamouse.lo
SDL_aavideo.lo
SDL_events.lo
SDL_expose.lo
SDL_quit.lo
SDL_active.lo
SDL_keyboard.lo
SDL_mouse.lo
SDL_resize.lo
SDL_cdrom.lo
SDL_syscdrom.lo
SDL_thread.lo
SDL_systhread.lo
SDL_sysmutex.lo
SDL_syssem.lo
SDL_syscond.lo
SDL_timer.lo
SDL_systimer.lo
SDL_endian.lo
SDL_rwops.lo
--
================================================== ======
Lars Tunkrans
smtp: lars dot tunkrans at bredband dot net
--------------------------------------------------------
Lars Tunkrans Guest
-
Dave Uhring #3
Re: SDL libraries dont install on Solaris 9 Ultra 5
On Wed, 06 Aug 2003 02:19:47 +0200, Lars Tunkrans wrote:
The binaries would not build on Solaris 9 4/03. I had to use my backup to> Ghazan Haider wrote:>>> Has anyone successfully installed the SDL ([url]www.libsdl.org[/url]) libraries
>> onto their Solaris 9 based machine? Ive tried all the 'required'
>> libraries including svgalib and eventually get an SDL installation
>> that either has no video device or crashes. Ive tried gcc 2.96, 3.2
>> and forte. Tried changing makes and reinstalling all the GNU tools as
>> well.
>>
>> Sorry if this post appears out of place, SDL has no group of its own
>> and this is a Solaris specific problem.
> Well I did build it as on of the subsystems required by KDE 3.1
> I dont think I tested it on its own. KDE is happy with it.
>
> I did this - on a SUNBlade 100 Solaris 9 12/02 at the time.
restore them. OTOH, I did not spend any time trying to fix the sources or
Makefiles since I did have the backup.
Dave Uhring Guest



Reply With Quote

