Lives 2.6.1 can't compile with --disable-static
LiVES is a Video Editing System. It is designed to be simple to use, y
Brought to you by:
gfinch
When I add --disable-static to ./configure Lives can't compile.
libtool: link: gcc -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o sendOSC sendOSC-htmsocket.o sendOSC-sendOSC.o ../../libOSC/client/.libs/libOSC_client.a -ldl
gcc: error: ../../libOSC/client/.libs/libOSC_client.a: No such file or directory
Full build log http://koji.russianfedora.pro/kojifiles/work/tasks/787/70787/build.log
Yes, that makes sense, since LiVES builds a custom version of libOSC and hence it needs to link to it statically.
Please send a patch if you want, I have no idea how to fix this. Most probably you would need to alter something in libOSC/Makefile.am to ignore the disable.