Could someone help me out with the error here...my guess is that I need to
recompile a lib or two (jpeg, z)?? and then try again...??

Many thanks in advance.

I have 10.2.3, Dec Dev tools, Apple's X11 including SDK, and did a fink
selfupdate-cvs a couple of days ago, but not an update-all because I don't
have the compile time free right now.  I ran the perl script to fix the
apple X11 library problems just before trying this compile (previously I
have installed most things from binaries, but have compiled when binaries
weren't available).  This is the first problem I've hit in a while.

I am trying to compile the latest dx...it failed as follows
(apologies for the extra line-wrapping):

Making all in dxexec
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I./../dpexec -Dmacos
-I/sw/include -I/usr/X11R6/include  -no-cpp-precomp -I/usr/X11R6/include
-D_GNU_SOURCE -c `test -f 'main.c' || echo './'`main.c
rm -f libDXEXEC.a
ar cru libDXEXEC.a main.o 
ranlib libDXEXEC.a
gcc  -no-cpp-precomp -I/usr/X11R6/include -D_GNU_SOURCE  -L/sw/lib -o
dxexec  main.o ../dpexec/libDPEXEC.a ../dxmods/libDXMODS.a
../libdx/libLIBDX.a ../hwrender/libHW.a ../hwrender/opengl/libOPENGL.a
-lnetcdf -ldf -lXpm -ltiff -ldl -lXm -lXp -lGLU -lGL -lm -lXext -lXt -lX11
-lxm -lxt -lSM -lICE -L/usr/X11R6/lib -lpthread 
ld: /sw/lib/libdf.a(cdeflate.o) illegal reference to symbol: _deflate
defined in indirectly referenced dynamic library /usr/lib/libz.1.1.3.dylib
ld: /sw/lib/libdf.a(dfjpeg.omake[3]: *** [dxexec] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
) illegal reference to symbol: _jpeg_destroy_compress defined in
indirectly referenced dynamic library /sw/lib/libjpeg.62.dylib
ld: warning suggest use of -bind_at_load, as lazy binding may result in
errors or different symbols being used
symbol _XauDisposeAuth used from dynamic library
/usr/X11R6/lib/libX11.dylib(AuDispose.o) not from earlier dynamic library
/usr/X11R6/lib/libXp.6.dylib(AuDispose.o)
symbol _XauReadAuth used from dynamic library
/usr/X11R6/lib/libX11.dylib(AuRead.o) not from earlier dynamic library
/usr/X11R6/lib/libXp.6.dylib(AuRead.o)
### execution of make failed, exit code 2
Failed: compiling dx-4.2.0-10 failed

FWIW (nothing probably) this is the error I got before running the fix X11
libs perl script...it is subtlely different, but doesn't give me the
impression the lib problems are to blame...??

Making all in dxexec
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I./../dpexec -Dmacos
-I/sw/include -I/usr/X11R6/include  -no-cpp-precomp -I/usr/X11R6/include
-D_GNU_SOURCE -c `test -f 'main.c' || echo './'`main.c
rm -f libDXEXEC.a
ar cru libDXEXEC.a main.o 
ranlib libDXEXEC.a
gcc  -no-cpp-precomp -I/usr/X11R6/include -D_GNU_SOURCE  -L/sw/lib -o
dxexec  main.o ../dpexec/libDPEXEC.a ../dxmods/libDXMODS.a
../libdx/libLIBDX.a ../hwrender/libHW.a ../hwrender/opengl/libOPENGL.a
-lnetcdf -ldf -lXpm -ltiff -ldl -lXm -lXp -lGLU -lGL -lm -lXext -lXt -lX11
-lxm -lxt -lSM -lICE -L/usr/X11R6/lib -lpthread 
ld: /sw/lib/libdf.a(cdeflate.o) illegal reference to symbol: _deflate
defined in indirectly referenced dynamic library /usr/lib/libz.1.1.3.dylib
ld: /sw/lib/libdf.a(dfjpeg.o) illegal reference to symbol:
_jpeg_destroy_compress defined in indirectly referenced dynamic library
/sw/lib/libjpeg.62.dylib
ld: warning suggest use of -bind_at_load,make[3]: *** [dxexec] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
 as lazy binding may result in errors or different symbols being used
symbol _XauDisposeAuth used from dynamic library
/usr/X11R6/lib/libX11.dylib(AuDispose.o) not from earlier dynamic library
/usr/X11R6/lib/libXp.6.2.dylib(AuDispose.o)
symbol _XauReadAuth used from dynamic library
/usr/X11R6/lib/libX11.dylib(AuRead.o) not from earlier dynamic library
/usr/X11R6/lib/libXp.6.2.dylib(AuRead.o)
### execution of make failed, exit code 2
Failed: compiling dx-4.2.0-10 failed






-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to