Hmmm... ./configure fails now with this: checking for gcc... gcc checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details.
The log file shows that it's not an option my gcc recognizes: gcc version 4.0.1 (Apple Inc. build 5465) configure:3268: $? = 0 configure:3275: gcc -V >&5 gcc-4.0: argument to `-V' is missing configure:3278: $? = 1 configure:3301: checking for C compiler default output file name configure:3328: gcc -I/opt/local/include -fgnu89-inline -L/opt/local/lib confte st.c >&5 cc1: error: unrecognized command line option "-fgnu89-inline" Thanks for looking into this, Craig > [EMAIL PROTECTED] writes: > >> ld: duplicate symbol _gsl_rng_get in src/math/libpspp_math.a(random.o) >> and >> src/ui/terminal/libui.a(src_ui_terminal_libui_a-main.o) > > Hmm, this is likely a recurrence of the problem with "inline" in > GSL. I thought that we'd solved this problem. > > I'd recommend trying to configure with -fgnu89-inline, e.g.: > ./configure CFLAGS=-fgnu89-inline > -- > "GNU does not eliminate all the world's problems, > only some of them." > --Richard Stallman > > _______________________________________________ Pspp-users mailing list Pspp-users@gnu.org http://lists.gnu.org/mailman/listinfo/pspp-users