Loadable modules with FSF compilers on Darwin MacOS X

2007-07-16 Thread Bill Northcott
There is a problem building loadable modules on Darwin/MacOS X using libtool and FSF compilers. A typical build failure looks like this: /bin/sh ../../../libtool --tag=CXX --mode=link /usr/local/gcc4.0/ bin/g++ -g -O2 -o basefunctions.la -rpath /usr/local/lib/jags/ modules -no-undefined -m

Re: Loadable modules with FSF compilers on Darwin MacOS X

2007-07-16 Thread Bill Northcott
Forget that last message. The problem I have is definitely in the compiler driver gcc/g++ Apologies Bill On 17/07/2007, at 4:00 PM, Bill Northcott wrote: There is a problem building loadable modules on Darwin/MacOS X using libtool and FSF compilers. ___