Cat_7 wrote:
Hi,
You need to install SDL libraries as well.
Instructions on compiling are here on the forum somewhere. I'll dig them up once I get home.
Best,
Cat_7
AFAIK I have installed SDL - according to apt:
Code:
# aptitude search sdl|grep ^i
i A libsdl-console - console that can be added to any SDL appli
i libsdl-console-dev - development files for libsdl-console
i A libsdl-gfx1.2-4 - drawing and graphical effects extension fo
i libsdl-gfx1.2-dev - development files for SDL_gfx
i A libsdl-image1.2 - image loading library for Simple DirectMed
i libsdl-image1.2-dev - development files for SDL 1.2 image loadin
i A libsdl-mixer1.2 - mixer library for Simple DirectMedia Layer
i libsdl-mixer1.2-dev - development files for SDL1.2 mixer library
i A libsdl-net1.2 - network library for Simple DirectMedia Lay
i libsdl-net1.2-dev - Development files for SDL network library
i libsdl-pango-dev - text rendering with Pango in SDL applicati
i A libsdl-pango1 - text rendering with Pango in SDL applicati
i A libsdl-sge - extension of graphic functions for the SDL
i libsdl-sge-dev - development files for libsdl-sge
i A libsdl-sound1.2 - Decoder of several sound file formats for
i libsdl-sound1.2-dev - Development files for SDL_sound
i A libsdl-ttf2.0-0 - ttf library for Simple DirectMedia Layer w
i libsdl-ttf2.0-dev - development files for SDL ttf library (ver
i libsdl1.2-dev - Simple DirectMedia Layer development files
i libsdl1.2debian - Simple DirectMedia Layer
i libsdl1.2debian-alsa - Simple DirectMedia Layer (with X11 and ALS
btw. There's a small but subtle error with your SheepShaver_src_2504102010.tar.gz tarball:
when you do a "make links" you end up with
SheepShaver/src/slirp/slirp -> ../../BasiliskII/src/slirp
rather than
SheepShaver/src/slirp -> ../../BasiliskII/src/slirp
I believe this is because Sheepshaver/src already contains an empty directory called slirp
Thanks again!