I'm running into an issue when compiling H5utils on OSX Lion. This is the output from running './configure' (https://gist.github.com/1608811) and this is what I get when I run 'make' (https://gist.github.com/1608814). It looks like there's something going on with libpng, but I'm not sure how to go about fixing things. Has anyone else had this issue?
Thank you, Greggory -- Greggory Rothmeier Optoelectronics Laboratory Department of Physics and Astronomy Georgia State University 29 Peachtree Center Ave. Science Annex 400 Atlanta, GA 30303 (404) 413-6042 (770) 656-1671
checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... /usr/bin/llvm-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/llvm-gcc accepts -g... yes checking for /usr/bin/llvm-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /usr/bin/llvm-gcc... gcc3 checking whether /usr/bin/llvm-gcc and cc understand -c and -o together... yes checking how to run the C preprocessor... /usr/bin/llvm-gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sin in -lm... yes checking for snprintf... yes checking for inflate in -lz... yes checking for png_create_write_struct in -lpng... yes checking for evaluator_get_variables in -lmatheval... no checking for h4toh5... no checking for h5toh4... no checking for jpeg_start_compress in -ljpeg... yes checking for DFSDgetdata in -ldf... no checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking hdf.h usability... no checking hdf.h presence... no checking for hdf.h... no checking hdf/hdf.h usability... no checking hdf/hdf.h presence... no checking for hdf/hdf.h... no checking for H5Fopen in -lhdf5... yes checking for mkoctfile... no checking for v5dCreate in -lv5d... no checking vis5d/v5d.h usability... no checking vis5d/v5d.h presence... no checking for vis5d/v5d.h... no checking vis5d+/v5d.h usability... no checking vis5d+/v5d.h presence... no checking for vis5d+/v5d.h... no checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking for uint16_t... yes checking for uint32_t... yes checking for htons... yes checking size of float... 4 checking for htonl... yes configure: creating ./config.status config.status: creating Makefile config.status: creating h5topng.1 config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands
make all-am /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I/usr/X11/include -O3 -w -pipe -march=core2 -msse4.1 -MT h5totxt.o -MD -MP -MF .deps/h5totxt.Tpo -c -o h5totxt.o h5totxt.c /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I/usr/X11/include -O3 -w -pipe -march=core2 -msse4.1 -MT arrayh5.o -MD -MP -MF .deps/arrayh5.Tpo -c -o arrayh5.o arrayh5.c mv -f .deps/h5totxt.Tpo .deps/h5totxt.Po /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I/usr/X11/include -O3 -w -pipe -march=core2 -msse4.1 -MT h5utils.o -MD -MP -MF .deps/h5utils.Tpo -c -o h5utils.o h5utils.c mv -f .deps/h5utils.Tpo .deps/h5utils.Po /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I/usr/X11/include -O3 -w -pipe -march=core2 -msse4.1 -MT h5fromtxt.o -MD -MP -MF .deps/h5fromtxt.Tpo -c -o h5fromtxt.o h5fromtxt.c mv -f .deps/arrayh5.Tpo .deps/arrayh5.Po mv -f .deps/h5fromtxt.Tpo .deps/h5fromtxt.Po /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I/usr/X11/include -O3 -w -pipe -march=core2 -msse4.1 -MT h5tovtk.o -MD -MP -MF .deps/h5tovtk.Tpo -c -o h5tovtk.o h5tovtk.c /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I/usr/X11/include -O3 -w -pipe -march=core2 -msse4.1 -MT h5topng.o -MD -MP -MF .deps/h5topng.Tpo -c -o h5topng.o h5topng.c mv -f .deps/h5tovtk.Tpo .deps/h5tovtk.Po /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I/usr/X11/include -O3 -w -pipe -march=core2 -msse4.1 -MT writepng.o -MD -MP -MF .deps/writepng.Tpo -c -o writepng.o writepng.c mv -f .deps/h5topng.Tpo .deps/h5topng.Po
_______________________________________________ meep-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

