shoebill
shoebill copied to clipboard
libtool unknown option
libtool -static -v -o ../intermediates/libshoebill_core.a.x86_64 ../intermediates/atrap_tab.o ../intermediates/coff.o ../intermediates/exception.o ../intermediates/macii_symbols.o ../intermediates/redblack.o ../intermediates/scsi.o ../intermediates/video.o ../intermediates/filesystem.o ../intermediates/alloc_pool.o ../intermediates/toby_frame_buffer.o ../intermediates/sound.o ../intermediates/ethernet.o ../intermediates/SoftFloat/softfloat.o ../intermediates/adb.o ../intermediates/mc68851.o ../intermediates/mem.o ../intermediates/via.o ../intermediates/floppy.o ../intermediates/core_api.o ../intermediates/fpu.o ../intermediates/cpu.o ../intermediates/dis.o libtool: unrecognized option `-static' libtool --version libtool (GNU libtool) 2.4.2 Written by Gordon Matzigkeit [email protected], 1996
Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
http://lists.gnu.org/archive/html/bug-libtool/2001-09/msg00015.html
This suggests that the libtool used was probably a BSD version.
@kb3ien I'm assuming you're attempting to build this under Linux. The Makefile
only works under macOS. To build on Linux run lin_build.sh
script in the sdl-gui
directory. On Ubuntu I installed the packages build-essential
, libsdl2-dev
, & uuid-dev
to get it compiled.