Try removing: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE from the Makefile.config --- On Tue, 2/7/12, Karl Schleicher <k_schl...@hotmail.com> wrote: |
-----Inline Attachment Follows----- |
On 2/7/12, Gery . <game...@hotmail.com> wrote:
>
> try uncommented everything that says CYGWIN
>
cp $CWPROOT/src/Makefile.config_generic $CWPROOT/src/Makefile.config
Reg's suggestion of taking out the "64 bit" references is a good start.
This worked. Now I am trying to make xtinstall. That fails because I donot have the X11 include files.
In pariticular I get:
$ make xtinstall
cd ./Xtcwp; make
make[1]: Entering directory `/home/karl/su/src/Xtcwp'
cd include ; make
make[2]: Entering directory `/home/karl/su/src/Xtcwp/include'
make[2]: `INSTALL' is up to date.
make[2]: Leaving directory `/home/karl/su/src/Xtcwp/include'
cd lib ; make
make[2]: Entering directory `/home/karl/su/src/Xtcwp/lib'
gcc -c -I/home/karl/su/include -I/usr/X11/include -g -std=c99 -Wall -pedantic -Wno-long-long -DCWP_LITTLE_ENDIAN Axes.c
In file included from Axes.c:72:
/home/karl/su/include/Xtcwp/Xtcwp.h:15:22: X11/Xlib.h: No such file or directory
/home/karl/su/include/Xtcwp/Xtcwp.h:16:23: X11/Xutil.h: No such file or directory
/home/karl/su/include/Xtcwp/Xtcwp.h:17:23: X11/Xatom.h: No such file or directory
/home/karl/su/include/Xtcwp/Xtcwp.h:18:27: X11/Intrinsic.h: No such file or directory
/home/karl/su/include/Xtcwp/Xtcwp.h:19:28: X11/IntrinsicP.h: No such file or directory
/home/karl/su/include/Xtcwp/Xtcwp.h:20:28: X11/StringDefs.h: No such file or directory
/home/karl/su/include/Xtcwp/Xtcwp.h:21:23: X11/CoreP.h: No such file or directory
This is more involved than I expected. I'll have to shelve any more work on this until Monday
Thanks,
Karl
send me /usr/include/rpc/xdr.h |
Karl, Please be sure to document this on the wiki when you get it resolved. It's been a pretty common source of trouble for people. Also make sure John gets the corrected Makefile.config for future releases. Have Fun! Reg |
--- On Tue, 2/7/12, Karl Schleicher <k_schl...@hotmail.com> wrote: |
|
Akshaycollect2: error: ld returned 1 exit status
Makefile:16: recipe for target '/home/bala/SeisUnix-master/bin/vpluszf' failed
make[2]: *** [/home/bala/SeisUnix-master/bin/vpluszf] Error 1
make[2]: Leaving directory '/home/bala/SeisUnix-master/src/Fortran/Vplusz'
Makefile:6: recipe for target 'INSTALL' failed
make[1]: *** [INSTALL] Error 2
make[1]: Leaving directory '/home/bala/SeisUnix-master/src/Fortran'
Makefile:126: recipe for target 'finstall' failed
make: *** [finstall] Error 2