Nicholas Riley wrote:
> I was doing a 'fink reinstall' on librep because it had the usual
> ncurses issues on Jaguar, but it will not compile for me:
> 
> gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -g -O0 unix_dl.c  -fno-common -DPIC -o 
>unix_dl.lo

This line is strange. For me, it looks like

gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -no-cpp-precomp -I/sw/include 
-g -O0 unix_dl.c  -fno-common -DPIC -o unix_dl.lo

Notice the -no-cpp-precomp -I/sw/include. If they are not there, it is 
not surprising that you get errors.

> unix_dl.c:60: header file 'dlfcn.h' not found
> cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode

In the 10.2 tree, there is version librep-0.14.8, but I don't think that 
0.14.7 should give you this kind of error. What version of automake do 
you have installed?

-- 
Martin






-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to