SDL libraries dont install on Solaris 9 Ultra 5

Ask a Question related to Sun Solaris, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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)....
  3. #2

    Default Re: SDL libraries dont install on Solaris 9 Ultra 5

    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.



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

  4. #3

    Default Re: SDL libraries dont install on Solaris 9 Ultra 5

    On Wed, 06 Aug 2003 02:19:47 +0200, Lars Tunkrans wrote:
    > 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.
    The binaries would not build on Solaris 9 4/03. I had to use my backup to
    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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139