Thread: problem with SAC installation on Cygwin

Started: 2014-11-22 00:52:42
Last activity: 2014-12-01 17:45:07
Topics: SAC Help
ebatsi
2014-11-22 00:52:42
Hello,

I am trying to install SAC on Cygwin for 64 bit Windows 7.
When i am runing the command: make install i am getting the following:

make install
Making install in src
make[1]: Entering directory
'/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a/src'
make[2]: Entering directory
'/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a/src'
test -z "/usr/local/sac/bin" || /usr/bin/mkdir -p "/usr/local/sac/bin"
/usr/bin/install -c sac.exe '/usr/local/sac/bin'
test -z "/usr/local/sac/lib" || /usr/bin/mkdir -p "/usr/local/sac/lib"
/usr/bin/install -c -m 644 libsacio.a libsac.a '/usr/local/sac/lib'
( cd '/usr/local/sac/lib' && ranlib libsacio.a )
( cd '/usr/local/sac/lib' && ranlib libsac.a )
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory
'/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a/src'
make[1]: Leaving directory
'/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a/src'
Making install in utils
make[1]: Entering directory
'/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a/utils'
make[2]: Entering directory
'/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a/utils'
test -z "/usr/local/sac/bin" || /usr/bin/mkdir -p "/usr/local/sac/bin"
/usr/bin/install -c sgftops.exe sgfswap.exe saclst.exe sacswap.exe
bbfswap.exe unvis.exe '/usr/local/sac/bin'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory
'/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a/utils'
make[1]: Leaving directory
'/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a/utils'
Making install in t
make[1]: Entering directory
'/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a/t'
make[2]: Entering directory
'/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a/t'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory
'/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a/t'
make[1]: Leaving directory
'/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a/t'
make[1]: Entering directory
'/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a'
make[2]: Entering directory
'/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a'
test -z "/usr/local/sac/bin" || /usr/bin/mkdir -p "/usr/local/sac/bin"
/usr/bin/install -c bin/sacinit.sh bin/sacinit.csh bin/sgftoeps.csh
bin/sgftox.csh bin/sac-config '/usr/local/sac/bin'
make install-data-hook
make[3]: Entering directory
'/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a'
/usr/bin/install -c -d /usr/local/sac/utils
cd .; \
for d in macros CHANGES Editline.license HISTORY License README
utils/saclst.c utils/sacswap.c utils/sgftops.c utils/sac.h
utils/bbfswap.c utils/sgfswap.c utils/Makefile.utils utils/readsac.m
utils/writesac.m utils/padcat.m utils/getsacdata.m utils/unvis.c
utils/README_utils lib/README_lib include doc/examples doc/README aux;
do \
for f in `(find $d -type d)`; do \
/usr/bin/install -c -d /usr/local/sac/$f; \
done; \
for f in `(find $d -type f)`; do \
/usr/bin/install -c -m 644 $f /usr/local/sac/$f; \
done; \
done; \
cd -
find: ‘aux’: No such file or directory
find: ‘aux’: No such file or directory
/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a
( cd /usr/local/sac/lib && rm -f sacio.a )
( cd /usr/local/sac/lib && ln -s libsacio.a sacio.a )
make dist-hook
make[4]: Entering directory
'/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a'
test ! -d sac-101.6a || rm -rf `find sac-101.6a -name CVS -type d `
test ! -d sac-101.6a/inc || rm -rf `find sac-101.6a/inc -name config.h
`
make[4]: Leaving directory
'/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a'
make[3]: Leaving directory
'/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a'
make[2]: Leaving directory
'/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a'
make[1]: Leaving directory
'/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a'



I am guessing that the problem is that the aux file is missing.
Could you please tell me how can i fix this problem in order to install
properly SAC on Cygwin?

Thank you in advance,
E.B.

  • Brian Savage
    2014-12-01 17:45:07
    Dear Evangelia Batsi,

    My guess is that you unpacked the distribution under Windows, not Cygwin. Windows does not like files to be named "aux". Try and unpacking the source under Cygwin and see if the "aux" file shows up.

    Brian

    On Nov 21, 2014, at 10:52 AM, ebatsi wrote:

    Hello,

    I am trying to install SAC on Cygwin for 64 bit Windows 7.
    When i am runing the command: make install i am getting the following:

    make install
    Making install in src
    make[1]: Entering directory '/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a/src'
    make[2]: Entering directory '/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a/src'
    test -z "/usr/local/sac/bin" || /usr/bin/mkdir -p "/usr/local/sac/bin"
    /usr/bin/install -c sac.exe '/usr/local/sac/bin'
    test -z "/usr/local/sac/lib" || /usr/bin/mkdir -p "/usr/local/sac/lib"
    /usr/bin/install -c -m 644 libsacio.a libsac.a '/usr/local/sac/lib'
    ( cd '/usr/local/sac/lib' && ranlib libsacio.a )
    ( cd '/usr/local/sac/lib' && ranlib libsac.a )
    make[2]: Nothing to be done for 'install-data-am'.
    make[2]: Leaving directory '/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a/src'
    make[1]: Leaving directory '/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a/src'
    Making install in utils
    make[1]: Entering directory '/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a/utils'
    make[2]: Entering directory '/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a/utils'
    test -z "/usr/local/sac/bin" || /usr/bin/mkdir -p "/usr/local/sac/bin"
    /usr/bin/install -c sgftops.exe sgfswap.exe saclst.exe sacswap.exe bbfswap.exe unvis.exe '/usr/local/sac/bin'
    make[2]: Nothing to be done for 'install-data-am'.
    make[2]: Leaving directory '/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a/utils'
    make[1]: Leaving directory '/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a/utils'
    Making install in t
    make[1]: Entering directory '/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a/t'
    make[2]: Entering directory '/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a/t'
    make[2]: Nothing to be done for 'install-exec-am'.
    make[2]: Nothing to be done for 'install-data-am'.
    make[2]: Leaving directory '/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a/t'
    make[1]: Leaving directory '/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a/t'
    make[1]: Entering directory '/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a'
    make[2]: Entering directory '/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a'
    test -z "/usr/local/sac/bin" || /usr/bin/mkdir -p "/usr/local/sac/bin"
    /usr/bin/install -c bin/sacinit.sh bin/sacinit.csh bin/sgftoeps.csh bin/sgftox.csh bin/sac-config '/usr/local/sac/bin'
    make install-data-hook
    make[3]: Entering directory '/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a'
    /usr/bin/install -c -d /usr/local/sac/utils
    cd .; \
    for d in macros CHANGES Editline.license HISTORY License README utils/saclst.c utils/sacswap.c utils/sgftops.c utils/sac.h utils/bbfswap.c utils/sgfswap.c utils/Makefile.utils utils/readsac.m utils/writesac.m utils/padcat.m utils/getsacdata.m utils/unvis.c utils/README_utils lib/README_lib include doc/examples doc/README aux; do \
    for f in `(find $d -type d)`; do \
    /usr/bin/install -c -d /usr/local/sac/$f; \
    done; \
    for f in `(find $d -type f)`; do \
    /usr/bin/install -c -m 644 $f /usr/local/sac/$f; \
    done; \
    done; \
    cd -
    find: ‘aux’: No such file or directory
    find: ‘aux’: No such file or directory
    /home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a
    ( cd /usr/local/sac/lib && rm -f sacio.a )
    ( cd /usr/local/sac/lib && ln -s libsacio.a sacio.a )
    make dist-hook
    make[4]: Entering directory '/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a'
    test ! -d sac-101.6a || rm -rf `find sac-101.6a -name CVS -type d `
    test ! -d sac-101.6a/inc || rm -rf `find sac-101.6a/inc -name config.h `
    make[4]: Leaving directory '/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a'
    make[3]: Leaving directory '/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a'
    make[2]: Leaving directory '/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a'
    make[1]: Leaving directory '/home/ebatsi/sac_software/sac-101.6a_source/sac-101/sac-101.6a'



    I am guessing that the problem is that the aux file is missing.
    Could you please tell me how can i fix this problem in order to install properly SAC on Cygwin?

    Thank you in advance,
    E.B.
    _______________________________________________
    sac-help mailing list
    sac-help<at>iris.washington.edu
    http://www.iris.washington.edu/mailman/listinfo/sac-help



12:05:25 v.01697673