libtool unknown option #13

Open
opened 2026-01-29 20:30:41 +00:00 by claunia · 1 comment
Owner

Originally created by @kb3ien on GitHub (Jul 29, 2015).

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 gord@gnu.ai.mit.edu, 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.

Originally created by @kb3ien on GitHub (Jul 29, 2015). 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 gord@gnu.ai.mit.edu, 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.
Author
Owner

@davewongillies commented on GitHub (Jul 18, 2018):

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

@davewongillies commented on GitHub (Jul 18, 2018): @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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/shoebill#13