Re: [Fink-users] dx build failure

2004-10-02 Thread Jeremy Erwin
On Oct 1, 2004, at 4:18 PM, Martin Costabel wrote: Viv Kendon wrote: On Thu, 30 Sep 2004, Martin Costabel wrote: [] adds only '-ldf' to the LIBS list. The one-liner perl -pi.bak -e s|LIB_HDF\=.*ldf.*|LIB_HDF='-ldf -lz -ljpeg'|g configure.ac added to the beginning of the dx.info CompileScript

Re: [Fink-users] dx build failure

2004-10-01 Thread Viv Kendon
On Thu, 30 Sep 2004, Martin Costabel wrote: David R. Morrison wrote: [] Seems to me that this needs -lz and -ljpeg so that the linker can properly find the libraries /usr/lib/libz.1.dylib and /sw/lib/libjpeg.62.dylib which contain the symbols in question. I don't know enough about

Re: [Fink-users] dx build failure

2004-10-01 Thread Martin Costabel
Viv Kendon wrote: On Thu, 30 Sep 2004, Martin Costabel wrote: [] adds only '-ldf' to the LIBS list. The one-liner perl -pi.bak -e s|LIB_HDF\=.*ldf.*|LIB_HDF='-ldf -lz -ljpeg'|g configure.ac added to the beginning of the dx.info CompileScript makes dx build correctly. [] Thanks for all this

Re: [Fink-users] dx build failure

2004-09-30 Thread Viv Kendon
On Wed, 29 Sep 2004, Alexander K. Hansen wrote: On Sep 28, 2004, at 6:49 PM, Viv Kendon wrote: Trying to build dx fails as follows: snip mkdir .libs ar cru .libs/libDXEXEC.a libDXEXEC_la-main.o ranlib .libs/libDXEXEC.a creating libDXEXEC.la (cd .libs rm -f libDXEXEC.la ln -s

Re: [Fink-users] dx build failure

2004-09-30 Thread Alexander K. Hansen
On Sep 30, 2004, at 6:43 AM, Viv Kendon wrote: On Wed, 29 Sep 2004, Alexander K. Hansen wrote: On Sep 28, 2004, at 6:49 PM, Viv Kendon wrote: Trying to build dx fails as follows: snip mkdir .libs ar cru .libs/libDXEXEC.a libDXEXEC_la-main.o ranlib .libs/libDXEXEC.a creating libDXEXEC.la (cd .libs

Re: [Fink-users] dx build failure

2004-09-30 Thread David R. Morrison
On Sep 30, 2004, at 6:43 AM, Viv Kendon wrote: On Wed, 29 Sep 2004, Alexander K. Hansen wrote: On Sep 28, 2004, at 6:49 PM, Viv Kendon wrote: [snip] gcc -g -O2 -I/usr/X11R6/include -D_GNU_SOURCE -o dxexec main.o ../dxmods/user.o ../libdx/mem.o ../libdx/memory.o -L/sw/lib

Re: [Fink-users] dx build failure

2004-09-30 Thread Martin Costabel
David R. Morrison wrote: [] Seems to me that this needs -lz and -ljpeg so that the linker can properly find the libraries /usr/lib/libz.1.dylib and /sw/lib/libjpeg.62.dylib which contain the symbols in question. I don't know enough about the build system to speculate about why this isn't

Re: [Fink-users] dx build failure

2004-09-29 Thread Alexander K. Hansen
On Sep 28, 2004, at 6:49 PM, Viv Kendon wrote: Trying to build dx fails as follows: snip mkdir .libs ar cru .libs/libDXEXEC.a libDXEXEC_la-main.o ranlib .libs/libDXEXEC.a creating libDXEXEC.la (cd .libs rm -f libDXEXEC.la ln -s ../libDXEXEC.la libDXEXEC.la) gcc -DHAVE_CONFIG_H -I. -I.

[Fink-users] dx build failure

2004-09-28 Thread Viv Kendon
Trying to build dx fails as follows: snip mkdir .libs ar cru .libs/libDXEXEC.a libDXEXEC_la-main.o ranlib .libs/libDXEXEC.a creating libDXEXEC.la (cd .libs rm -f libDXEXEC.la ln -s ../libDXEXEC.la libDXEXEC.la) gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I./../dpexec -Dmacos -I/sw/include