Hi Trevor,
Having some trouble compiling on OS X 10.4.10
% uname -a
Darwin names-computer.local 8.10.1 Darwin Kernel Version 8.10.1: Wed
May 23 16:33:00 PDT 2007; root:xnu-792.22.5~1/RELEASE_I386 i386 i386
Output from 'make':
[..cut..]
Making all in ODS-Polls
make[2]: Nothing to be done for `all'.
Making all in ODS-WebMail
make[2]: Nothing to be done for `all'.
Making all in ODS-Wiki
Making all in plugin
make all-am
/bin/sh ../../../bin/libtool.macosx --tag=CC --mode=link gcc -g -O2 -
s -o wikiv.la -rpath /usr/local/virtuoso-opensource/lib/virtuoso/
hosting -module -avoid-version -export-dynamic -export-symbols
wikiv.exp wikiv_la-wikiv.lo wikiv_la-maclex.lo wikiv_la-wikilex.lo
wikiv_la-import_gate_virtuoso.lo -lm
sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < wikiv.exp
> .libs/wikiv-symbols.expsym
gcc -bundle -undefined dynamic_lookup -o .libs/wikiv.so .libs/
wikiv_la-wikiv.o .libs/wikiv_la-maclex.o .libs/wikiv_la-
wikilex.o .libs/wikiv_la-import_gate_virtuoso.o -lm
/usr/bin/ld: flag: -undefined dynamic_lookup can't be used with
MACOSX_DEPLOYMENT_TARGET environment variable set to: 10.1
collect2: ld returned 1 exit status
make[4]: *** [wikiv.la] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
As per the README file, please add the following flag to your CCFLAGS
setting when configuring:
CFLAGS="-O -mmacosx-version-min=10.4" ./configure ........
alternatively, set the following environment variable:
export MACOSX_DEPLOYMENT_TARGET=10.4
and you can continue your build.
Note that the README file also gives detailed instructions on building
Universal versions of Virtuoso on Mac OS X.
Best regards,
Patrick
--
Patrick van Kleef Email : <vos.ad...@openlinksw.com>
Virtuoso Maintainer Web : <http://virtuoso.openlinksw.com>
OpenLink Software