mirror of
https://github.com/pruten/shoebill.git
synced 2026-07-08 18:06:12 +00:00
libtool unknown option #13
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@davewongillies commented on GitHub (Jul 18, 2018):
@kb3ien I'm assuming you're attempting to build this under Linux. The
Makefileonly works under macOS. To build on Linux runlin_build.shscript in thesdl-guidirectory. On Ubuntu I installed the packagesbuild-essential,libsdl2-dev, &uuid-devto get it compiled.