|
From: Ethan A M. <merritt@u.washington.edu> - 2008-09-04 16:04:28
|
On Thursday 04 September 2008, Daniel Farrell wrote: > Hello, > > I received this error while configure 4.2.3 on MacOS 10.5.4 with 2x > Dual-Core Xeon processors... think it could be a 64 bit problem (see > snippet #1). The same error is repeated for all the other headers; The only thing I can think of that would generate such error messages is if your compiler installation is incomplete. Does your machine in fact have a dirent.h installed? (normally in /usr/include/dirent.h and/or in /usr/include/sys/dirent.h) Are you able to compile other packages besides gnuplot? > errno.h, float.h, limits.h ... etc. Unfortunately, this seems to > yields a make fail (see snippet #2). I've never normally had any > problems building gnuplot before on my iMac. Is the iMac also running 10.5.4? > > cc1: error: invalid option argument '-ObjC' > This again points to a compiler problem. Do you in fact have gcc installed? What do you get as output from gcc -v > Regards, > > Daniel > > --------------- > > ___ > > snippet #1 > ___ > configure: WARNING: dirent.h: present but cannot be compiled > configure: WARNING: dirent.h: check for missing prerequisite headers? > configure: WARNING: dirent.h: see the Autoconf documentation > configure: WARNING: dirent.h: section "Present But Cannot Be Compiled" > configure: WARNING: dirent.h: proceeding with the preprocessor's result > configure: WARNING: dirent.h: in the future, the compiler will take precedence > configure: WARNING: ## ---------------------------------- ## > configure: WARNING: ## Report this to the gnuplot lists. ## > configure: WARNING: ## ---------------------------------- ## > > > ___ > > snippet #2 > ___ > make all-recursive > Making all in config > make[2]: Nothing to be done for `all'. > Making all in m4 > make[2]: Nothing to be done for `all'. > Making all in term > make[2]: Nothing to be done for `all'. > Making all in src > Making all in wxterminal > make[3]: Nothing to be done for `all'. > if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term > -DBINDIR=\"/usr/local/bin\" > -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.2\" > -DGNUPLOT_PS_DIR=\"/usr/local/share/gnuplot/4.2/PostScript\" > -DCONTACT=\"http://sourceforge.net/projects/gnuplot\" > -DHELPFILE=\"/usr/local/share/gnuplot/4.2/gnuplot.gih\" > -I/usr/X11/include -g -O2 -ObjC -MT alloc.o -MD -MP -MF > ".deps/alloc.Tpo" -c -o alloc.o alloc.c; \ > then mv -f ".deps/alloc.Tpo" ".deps/alloc.Po"; else rm -f > ".deps/alloc.Tpo"; exit 1; fi > cc1: error: invalid option argument '-ObjC' > make[3]: *** [alloc.o] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > -- Ethan A Merritt Biomolecular Structure Center University of Washington, Seattle 98195-7742 |