Re: [MPB-discuss] fortran won't play nice with C

2006-05-22 Thread Jethro Bell
Thank you for the help. I think I was getting tripped up on the FLIBS issue (I hadn't set FLIBS at all). Now the environment looks like: FLIBS=-L/sw/lib/gcc/powerpc-apple-darwin8.6.0/3.4.3 -L/sw/lib/gcc/powerpc-apple-darwin8.6.0/3.4.3/../../.. -lm -lfrtbegin -lg2c -lSystem LDFLAGS=-L/sw/lib

Re: [MPB-discuss] fortran won't play nice with C

2006-05-22 Thread Steven G. Johnson
On Mon, 22 May 2006, Jethro Bell wrote: checking for ctl_get_vector3 in -lctl... no configure: error: Couldn't find the required libctl library. [...] libctl.a does appear in the places where I think it is supposed to (/sw/lib/libctl.a and /sw/lib/libctl.la). You can look in the config.log

Re: [MPB-discuss] fortran won't play nice with C

2006-05-22 Thread Jethro Bell
So I find: configure:8042: checking for ctl_get_vector3 in -lctl configure:8079: cc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-qual - Wpointer-arith -Wcast-align -pedantic -I/sw/include -I/sw/include -L/Users/me/libctl-301_compiled/lib -L/sw/lib conftest.c -lctl -L/sw/lib -lguile -lm