Quoth Andy Ross:

> Some of the missing symbols (slScheduler et. al.) should be found in
> the Plib "sl" library, which for some reason doesn't appear on your
> linker command line.

The reason is that $HOSTTYPE is not "macintosh", it is "powerpc".
I checked 10.0.4 and 10.1 on a TiBook, and 10.2 on a G4 tower, and "uname
-p" reports "powerpc" in all three instances.  So I don't know where
the original value "macintosh" came from.  There are three instances of
'"$HOSTTYPE" = "macintosh"' in configure that need to be changed to
"powerpc".  See below.

I am getting to the final link again, but getting a much different error.
Progress!

# less configure
[...]
# Check for audio support
echo "$as_me:$LINENO: checking for audio support" >&5
echo $ECHO_N "checking for audio support... $ECHO_C" >&6
audio_LIBS=""
if test -r /usr/include/soundcard.h \
        -o -r /usr/include/linux/soundcard.h \
        -o -r /usr/include/machine/soundcard.h \
        -o -r /usr/include/audio.h \
        -o "x$ac_cv_header_windows_h" = "xyes" \
        -o "$HOSTTYPE" = "macintosh"; then


cat >>confdefs.h <<\_ACEOF
#define ENABLE_AUDIO_SUPPORT 1
_ACEOF

    audio_LIBS="-lplibsl -lplibsm"
[...]
# ./configure
[...]
checking for audio support... no
[...]

Regards,

David K. Drum
[EMAIL PROTECTED]

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to