Bug #1095
closedsolaris compile error
Description
gmaker2: Entering directory `/export/home/beheer/lighttpd-1.5.0/src'
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DLIBRARY_DIR="\"/usr/local/lib\"" -I. -I. -I.. -D_REENTRANT -D+EXTENSIONS_+ -I/opt/sfw/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -mt -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_flv_streaming.lo -MD -MP -MF ".deps/mod_flv_streaming.Tpo" -c -o mod_flv_streaming.lo mod_flv_streaming.c; \
then mv -f ".deps/mod_flv_streaming.Tpo" ".deps/mod_flv_streaming.Plo"; else rm -f ".deps/mod_flv_streaming.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -DLIBRARY_DIR=\"/usr/local/lib\" -I. -I. -I.. -D_REENTRANT -D+EXTENSIONS_+ -I/opt/sfw/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -mt -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_flv_streaming.lo -MD -MP -MF .deps/mod_flv_streaming.Tpo -c mod_flv_streaming.c -fPIC -DPIC -o .libs/mod_flv_streaming.o
cc1: error: invalid option `t'
Updated by stbuehler almost 17 years ago
- Status changed from New to Fixed
- Resolution set to invalid
I don't think that is lightys fault, use
find /usr/lib/pkgconfig | xargs grep -n -e \-mt | less
to find libraries which set the flag '-mt' and break gcc (i guess it is gthread, see http://osdir.com/ml/web.bluefish.devel/2006-04/msg00006.html); they should probably use -pthread instead.
Also available in: Atom