Hi,

I'm trying to build BRL-CAD under Mac OS 10.6.

I've run:

./autogen.sh
./configure --enable-all --prefix=<my local dir>
make

And then I get this error: http://pastebin.com/FwPQ5tJq

This seems to be an issue with zlib. I tried compiling the file adler32.c
directly:

gcc -c adler32.c

And got the same error. I downloaded the source code of zlib-1.2.5 (which I
think is the same version of the one in src/other/libz) and executing the
previous command works.

I noticed there are two files on original the zlib source (after running
their ./configure), that are missing on src/other/libz: zlib.pc and zconf.h.
Since there are the corresponding zlib.pc.in and zconf.h.in, I thought that
this could be some problem with the ./configure command.

Any ideas on how to solve this issue?

Thanks,

PS. I also tried building running ./configure without --enable-all. It
worked, but mged seg-fault'ed before any windows were loaded.
------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
BRL-CAD Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-users

Reply via email to