Welcome to iraf.net Sunday, May 12 2024 @ 11:40 AM GMT


 Forum Index > Help Desk > Systems New Topic Post Reply
 xdimsum for cygwin
   
Mattias Ergon
 04/11/2009 09:34PM (Read 4511 times)  
+----
Newbie

Status: offline


Registered: 04/11/2009
Posts: 7
Hi!I'll try to make the xdimsum package for cygwin but fails in the link step. The cause is undefined references to 1) _pow_ii and other symbols that seems to be defined in libf2c.a
2) _fegetexceptflag and other symbols that seems to be defined in libmingwex.aActually, I got more or less the same result when trying to compile a small test task with xc so I seem to have a general problem linking iraf tasks. If anyone has any idea of what's wrong or knows where you can get a xdimsum binary for cygwin it would be greatly appreciated./Mattias Ergon (Stockholm University)Full log follows:Subdirectory src/xdsrc is up to date
Library libpkg.a is up to date
Object x_xdimsum.o is up to date
xc -Nz -p xdimsum x_xdimsum.o libpkg.a -lxtools -o xx_xdimsum.e
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: auto-importing has been activated without --enable-auto-import specified on the command line.
This should work unless it involves constant data structures referencing symbols from auto-imported DLLs./home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(plssize.o):plssize.cFrown.text+0xfc): undefined reference to `_pow_ii'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(pmseti.o):pmseti.cFrown.text+0x75): undefined reference to `_pow_ii'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(plglpi.o):plglpi.cFrown.text+0xfa): undefined reference to `_pow_ii'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(plglri.o):plglri.cFrown.text+0x144): undefined reference to `_pow_ii'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(qpfopen.o):qpfopen.cFrown.text+0x3d2): undefined reference to `_i_nint'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(wftnx.o):wftnx.cFrown.text+0xb20): undefined reference to `_d_mod'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(wftnx.o):wftnx.cFrown.text+0xf33): undefined reference to `_d_mod'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(wfzpn.o):wfzpn.cFrown.text+0x82d): undefined reference to `_i_dnnt'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(wfzpn.o):wfzpn.cFrown.text+0x11dc): undefined reference to `_d_mod'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(wfzpn.o):wfzpn.cFrown.text+0x15ef): undefined reference to `_d_mod'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(wfzpx.o):wfzpx.cFrown.text+0xd99): undefined reference to `_i_dnnt'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(wfzpx.o):wfzpx.cFrown.text+0x1748): undefined reference to `_d_mod'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(wfzpx.o):wfzpx.cFrown.text+0x1b5b): undefined reference to `_d_mod'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(wfzea.o):wfzea.cFrown.text+0x999): undefined reference to `_d_mod'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(wfzea.o):wfzea.cFrown.text+0xda9): undefined reference to `_d_mod'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(wftsc.o):wftsc.cFrown.text+0x1451): undefined reference to `_d_mod'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(wftsc.o):wftsc.cFrown.text+0x1866): more undefined references to `_d_mod' follow
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(wfmspec.o):wfmspec.cFrown.text+0xc02): undefined reference to `_i_dnnt'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(wfmspec.o):wfmspec.cFrown.text+0xdad): undefined reference to `_pow_dd'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(wfmspec.o):wfmspec.cFrown.text+0xecd): undefined reference to `_i_dnnt'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(wfmspec.o):wfmspec.cFrown.text+0xffd): undefined reference to `_d_lg10'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(wfmspec.o):wfmspec.cFrown.text+0x1248): undefined reference to `_i_dnnt'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(wfmspec.o):wfmspec.cFrown.text+0x1297): undefined reference to `_i_dnnt'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(wfmspec.o):wfmspec.cFrown.text+0x1327): undefined reference to `_i_dnnt'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(wfmspec.o):wfmspec.cFrown.text+0x1343): undefined reference to `_i_dnnt'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(wfmspec.o):wfmspec.cFrown.text+0x143e): undefined reference to `_i_dnnt'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(wfmspec.o):wfmspec.cFrown.text+0x1954): more undefined references to `_i_dnnt' follow
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(wfgls.o):wfgls.cFrown.text+0x11ae): undefined reference to `_d_mod'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(wfgls.o):wfgls.cFrown.text+0x15b6): undefined reference to `_d_mod'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(idbpstr.o):idbpstr.cFrown.text+0x13f): undefined reference to `_i_dnnt'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(idbpstr.o):idbpstr.cFrown.text+0x18a): undefined reference to `_i_dnnt'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(idbpstr.o):idbpstr.cFrown.text+0x1df): undefined reference to `_i_dnnt'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(idbpstr.o):idbpstr.cFrown.text+0x251): undefined reference to `_i_dnnt'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(idbpstr.o):idbpstr.cFrown.text+0x27b): undefined reference to `_i_dnnt'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(idbpstr.o):idbpstr.cFrown.text+0x2cc): more undefined references to `_i_dnnt' follow
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(plgsize.o):plgsize.cFrown.text+0x62): undefined reference to `_pow_ii'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(fxfrfits.o):fxfrfits.cFrown.text+0x2743): undefined reference to `_i_dnnt'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(wfgsurfit.o):wfgsurfit.cFrown.text+0x1279): undefined reference to `_pow_di'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(wfgsurfit.o):wfgsurfit.cFrown.text+0x12a4): undefined reference to `_pow_di'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(wfgsurfit.o):wfgsurfit.cFrown.text+0x131f): undefined reference to `_i_dnnt'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(wfgsurfit.o):wfgsurfit.cFrown.text+0x1354): undefined reference to `_i_dnnt'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(wfgsurfit.o):wfgsurfit.cFrown.text+0x15ad): undefined reference to `_i_dnnt'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(imgetl.o):imgetl.cFrown.text+0x48): undefined reference to `_i_dnnt'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(plplri.o):plplri.cFrown.text+0x126): undefined reference to `_pow_ii'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(plplpi.o):plplpi.cFrown.text+0x126): undefined reference to `_pow_ii'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(plplps.o):plplps.cFrown.text+0x126): undefined reference to `_pow_ii'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a(plplrs.o):plplrs.cFrown.text+0x126): undefined reference to `_pow_ii'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libsys.a(parg.o):parg.cFrown.text+0x1c5): undefined reference to `_i_dnnt'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libsys.a(parg.o):parg.cFrown.text+0x35d): undefined reference to `_i_dnnt'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libsys.a(stopen.o):stopen.cFrown.text+0x9e): undefined reference to `_i_nint'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libsys.a(stopen.o):stopen.cFrown.text+0x11d): undefined reference to `_i_nint'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libsys.a(ctod.o):ctod.cFrown.text+0x206): undefined reference to `_pow_ri'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libsys.a(ctod.o):ctod.cFrown.text+0x333): undefined reference to `_pow_di'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libsys.a(ctod.o):ctod.cFrown.text+0x3f2): undefined reference to `_pow_di'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libsys.a(ctor.o):ctor.cFrown.text+0x8a): undefined reference to `_d_lg10'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libsys.a(xtoc.o)Angrytoc.cFrown.text+0x51): undefined reference to `_r_imag'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libsys.a(dtoc.o):dtoc.cFrown.text+0x174): undefined reference to `_pow_ri'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libsys.a(dtoc3.o):dtoc3.cFrown.text+0x356): undefined reference to `_pow_ri'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libsys.a(dtcscl.o):dtcscl.cFrown.text+0x21): undefined reference to `_pow_di'
/home/Mattias-Ergon/iraf/iraf/unix/bin.cygwin/libos.a(zzepro.o):zzepro.cFrown.text+0x19): undefined reference to `_fegetexceptflag'
/home/Mattias-Ergon/iraf/iraf/unix/bin.cygwin/libos.a(zzepro.o):zzepro.cFrown.text+0x5b): undefined reference to `_feclearexcept'
/home/Mattias-Ergon/iraf/iraf/unix/bin.cygwin/libos.a(zzepro.o):zzepro.cFrown.text+0x84): undefined reference to `_fegetexceptflag'
/home/Mattias-Ergon/iraf/iraf/unix/bin.cygwin/libos.a(zzepro.o):zzepro.cFrown.text+0xaa): undefined reference to `_fesetexceptflag'
/home/Mattias-Ergon/iraf/iraf/unix/bin.cygwin/libos.a(zzstrt.o):zzstrt.cFrown.text+0x8f): undefined reference to `_feclearexcept'
/home/Mattias-Ergon/iraf/iraf/unix/bin.cygwin/libos.a(zxwhen.o):zxwhen.cFrown.text+0x1cb): undefined reference to `_feclearexcept'
Info: resolving __timezone by linking to __imp___timezone (auto-import)
collect2: ld returned 1 exit status
Warning, mkpkg line 7: module `relink' not found or returned error
move `xx_xdimsum.e' to `xdimsumbin$x_xdimsum.e'
$move: file `xx_xdimsum.e' not found
Warning, mkpkg line 20: error moving file xx_xdimsum.e
Warning, mkpkg line 8: module `install' not found or returned error
Warning, mkpkg line 7: module `update@src' not found or returned error

 
Profile Email
 Quote
fitz
 04/11/2009 09:34PM  
AAAAA
Admin

Status: offline


Registered: 09/30/2005
Posts: 4040
Firstly, I've put an XDIMSUM binary for Cygwin on the downloads page for you and didn't see any problems with the compilation.I've never seen the message about 'auto-importing has been activated ....." but this may be the cause of the problem if it is keeping the f2c library from linking correctly. IRAF uses its own version of the F2C binary and libf2c.a that should be picked up automatically so long as you have the $iraf and $IRAFARCH environment variables set to allow compilation. You might try reinstalling the GCC compiler from a different site in case something went wrong originally. Something else to try is to cd to the xdimsum$src directory and try linking with [code:1:880de5ab3c]xc -dv -Nz -p xdimsum x_xdimsum.o libpkg.a -lxtools -o xx_xdimsum.e[/code:1:880de5ab3c]And make sure the path to all the iraf libraries look correct, and that indeed you have a libf2c.a in the $iraf/unix/bin.cygwin directory.-Mike

 
Profile Email
 Quote
Mattias Ergon
 04/11/2009 09:34PM  
+----
Newbie

Status: offline


Registered: 04/11/2009
Posts: 7
Hi!Thanks a lot for the xdimsum binary! I've installed it and it works just fine!About the linking problem i've tried to compile my simple test script with the d and v flags set. As far as I can see the libf2c.a is not linked. The paths to the iraf libraries seems to be correct however. Full log follows here:[code:1:a995f5a22b]cd /home/Mattias-Ergon/test
setenv iraf /home/Mattias-Ergon/iraf/iraf/
setenv IRAFARCH cygwin
source $iraf/unix/hlib/irafuser.csh
xc -dv test.x...test.x:
debug: /home/Mattias-Ergon/iraf/iraf/unix/bin.cygwin/xpp.e -R test.x
sys_runtask:
t_test:
debug: /home/Mattias-Ergon/iraf/iraf/unix/bin.cygwin/rpp.e test.r >test.f
/home/Mattias-Ergon/iraf/iraf/unix/hlib/f77.sh -c -u -x -f2c /home/Mattias-Ergon/iraf/iraf/unix/bin.cygwin/f2c.e -O -v -I/home/Mattias-Ergon/iraf/iraf/unix/hlib/libc test.f
invalid parameter -v
test.f:
sysruk:
ttest:
link:
gcc -Wl,--defsym,mem_=0 -o T_test.e -v -I/home/Mattias-Ergon/iraf/iraf/unix/hlib/libc test.o /home/Mattias-Ergon/iraf/iraf/bin.cygwin/libmain.o /home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a /home/Mattias-Ergon/iraf/iraf/bin.cygwin/libsys.a /home/Mattias-Ergon/iraf/iraf/bin.cygwin/libvops.a /home/Mattias-Ergon/iraf/iraf/unix/bin.cygwin/libos.a -lm
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /managed/gcc-build/final-v3-bootstrap/gcc-3.4.4-999/configure --verbose --program-suffix=-3 --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls --without-included-gettext --enable-version-specific-runtime-libs --without-x --enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter --disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm --disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization --enable-libstdcxx-debug
Thread model: posix
gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
/usr/lib/gcc/i686-pc-cygwin/3.4.4/collect2.exe -Bdynamic --dll-search-prefix=cyg -o T_test.e /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../crt0.o -L/usr/lib/gcc/i686-pc-cygwin/3.4.4 -L/usr/lib/gcc/i686-pc-cygwin/3.4.4 -L/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../.. --defsym mem_=0 test.o /home/Mattias-Ergon/iraf/iraf/bin.cygwin/libmain.o /home/Mattias-Ergon/iraf/iraf/bin.cygwin/libex.a /home/Mattias-Ergon/iraf/iraf/bin.cygwin/libsys.a /home/Mattias-Ergon/iraf/iraf/bin.cygwin/libvops.a /home/Mattias-Ergon/iraf/iraf/unix/bin.cygwin/libos.a -lm -lgcc -lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32 -lgcc
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: auto-importing has been activated without --enable-auto-import specified on the command line.
This should work unless it involves constant data structures referencing symbols from auto-imported DLLs./home/Mattias-Ergon/iraf/iraf/bin.cygwin/libsys.a(stopen.o):stopen.c:(.text+0x9e): undefined reference to `_i_nint'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libsys.a(stopen.o):stopen.c:(.text+0x11d): undefined reference to `_i_nint'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libsys.a(parg.o):parg.c:(.text+0x1c5): undefined reference to `_i_dnnt'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libsys.a(parg.o):parg.c:(.text+0x35d): undefined reference to `_i_dnnt'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libsys.a(xtoc.o):xtoc.c:(.text+0x51): undefined reference to `_r_imag'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libsys.a(dtoc.o):dtoc.c:(.text+0x174): undefined reference to `_pow_ri'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libsys.a(dtoc3.o):dtoc3.c:(.text+0x356): undefined reference to `_pow_ri'
/home/Mattias-Ergon/iraf/iraf/bin.cygwin/libsys.a(dtcscl.o):dtcscl.c:(.text+0x21): undefined reference to `_pow_di'
/home/Mattias-Ergon/iraf/iraf/unix/bin.cygwin/libos.a(zzepro.o):zzepro.c:(.text+0x19): undefined reference to `_fegetexceptflag'
/home/Mattias-Ergon/iraf/iraf/unix/bin.cygwin/libos.a(zzepro.o):zzepro.c:(.text+0x5b): undefined reference to `_feclearexcept'
/home/Mattias-Ergon/iraf/iraf/unix/bin.cygwin/libos.a(zzepro.o):zzepro.c:(.text+0x84): undefined reference to `_fegetexceptflag'
/home/Mattias-Ergon/iraf/iraf/unix/bin.cygwin/libos.a(zzepro.o):zzepro.c:(.text+0xaa): undefined reference to `_fesetexceptflag'
/home/Mattias-Ergon/iraf/iraf/unix/bin.cygwin/libos.a(zzstrt.o):zzstrt.c:(.text+0x8f): undefined reference to `_feclearexcept'
/home/Mattias-Ergon/iraf/iraf/unix/bin.cygwin/libos.a(zxwhen.o):zxwhen.c:(.text+0x1cb): undefined reference to `_feclearexcept'
Info: resolving __timezone by linking to __imp___timezone (auto-import)
collect2: ld returned 1 exit status[/code:1:a995f5a22b]

 
Profile Email
 Quote
fitz
 04/11/2009 09:34PM  
AAAAA
Admin

Status: offline


Registered: 09/30/2005
Posts: 4040
Could you please go to the $iraf/unix/bin.cygwin directory and post the output of an "ls -l" command? Not only is the libf2c.a missing from the link line, but the libcompat.a library from that directory as well.Also, is this an IRAF you got from this site or someplace else (I know that somewhere on the net somebody's posted installation instructions for a version we had nothing to do with).-Mike

 
Profile Email
 Quote
Mattias Ergon
 04/11/2009 09:34PM  
+----
Newbie

Status: offline


Registered: 04/11/2009
Posts: 7
Hi!I've dowloaded IRAF V2.14.1 from iraf.noao.edu. The content in the $iraf/unix/bin.cygwin directory is as follows:[code:1:d32ebc7ef9]cd $iraf/unix/bin.cygwin
ls -l...total 2208
-rwsr-xr-x 1 Mattias-Ergon Ingen 15830 Sep 9 2008 alloc.e
drwxr-xr-x+ 2 Mattias-Ergon Ingen 0 Sep 16 2008 arch_includes
-rwxr-xr-x 1 Mattias-Ergon Ingen 221696 Dec 3 2007 f2c.e
-rw-r--r-- 1 Mattias-Ergon Ingen 4737 Feb 3 2006 f2c.h
-rwxr-xr-x 1 Mattias-Ergon Ingen 25823 Sep 9 2008 generic.e
-rw-r--r-- 1 Mattias-Ergon Ingen 35388 Sep 9 2008 libboot.a
-rw-r--r-- 1 Mattias-Ergon Ingen 1564 Apr 15 2006 libcompat.a
-rw-r--r-- 1 Mattias-Ergon Ingen 149014 Apr 13 2006 libf2c.a
-rw-r--r-- 1 Mattias-Ergon Ingen 129346 Sep 9 2008 libos.a
-rwxr-xr-x 1 Mattias-Ergon Ingen 207878 Sep 9 2008 mkpkg.e
-rw-r--r-- 1 Mattias-Ergon Ingen 2141 Sep 9 2008 pllseg.h
-rw-r--r-- 1 Mattias-Ergon Ingen 2452 Sep 9 2008 plrseg.h
-rwxr-xr-x 1 Mattias-Ergon Ingen 170873 Sep 9 2008 rmbin.e
-rwxr-xr-x 1 Mattias-Ergon Ingen 171014 Sep 9 2008 rmfiles.e
-rwxr-xr-x 1 Mattias-Ergon Ingen 83821 Sep 9 2008 rpp.e
-rwxr-xr-x 1 Mattias-Ergon Ingen 186107 Sep 9 2008 rtar.e
-rwxr-xr-x 1 Mattias-Ergon Ingen 17176 Sep 9 2008 sgi2gif.e
-rwxr-xr-x 1 Mattias-Ergon Ingen 19505 Sep 9 2008 sgi2uapl.e
-rwxr-xr-x 1 Mattias-Ergon Ingen 18141 Sep 9 2008 sgi2ueps.e
-rwxr-xr-x 1 Mattias-Ergon Ingen 11920 Sep 9 2008 sgi2uhpgl.e
-rwxr-xr-x 1 Mattias-Ergon Ingen 12745 Sep 9 2008 sgi2uhplj.e
-rwxr-xr-x 1 Mattias-Ergon Ingen 15105 Sep 9 2008 sgi2uimp.e
-rwxr-xr-x 1 Mattias-Ergon Ingen 10923 Sep 9 2008 sgi2uptx.e
-rwxr-xr-x 1 Mattias-Ergon Ingen 14036 Sep 9 2008 sgi2uqms.e
-rwxr-xr-x 1 Mattias-Ergon Ingen 12510 Sep 9 2008 sgi2xbm.e
-rwxr-xr-x 1 Mattias-Ergon Ingen 15562 Sep 9 2008 sgidispatch.e
-rwxr-xr-x 1 Mattias-Ergon Ingen 190854 Sep 9 2008 wtar.e
-rwxr-xr-x 1 Mattias-Ergon Ingen 180984 Sep 9 2008 xc.e
-rwxr-xr-x 1 Mattias-Ergon Ingen 236995 Sep 9 2008 xpp.e
-rwxr-xr-x 1 Mattias-Ergon Ingen 39145 Sep 9 2008 xyacc.e[/code:1:d32ebc7ef9]

 
Profile Email
 Quote
fitz
 04/11/2009 09:34PM  
AAAAA
Admin

Status: offline


Registered: 09/30/2005
Posts: 4040
Try creating the following symbolic link and redefining your environment:[code:1:6dcccc6188]
ln -s /home/Mattias-Ergon/iraf/ /iraf
setenv iraf /iraf/iraf/ <---- trailing '/' required
setenv IRAFARCH cygwin
source $iraf/unix/hlib/irafuser.csh
[/code:1:6dcccc6188]I have a feeling the '-' in the pathname is messing up the bits of filename translation that go on when mapping the f2c/compat libraries into paths. As far as I can tell, this is the only difference between your broken system and my working one.-Mike

 
Profile Email
 Quote
Mattias Ergon
 04/11/2009 09:34PM  
+----
Newbie

Status: offline


Registered: 04/11/2009
Posts: 7
Hi again!Unfortunately changing $iraf doesn't help. So it looks like we're stuck. Maybe I should try to reinstall both cygwin and iraf in case something went wrong during installations. Thanks for you help anyway!

 
Profile Email
 Quote
   
Content generated in: 0.22 seconds
New Topic Post Reply

Normal Topic Normal Topic
Sticky Topic Sticky Topic
Locked Topic Locked Topic
New Post New Post
Sticky Topic W/ New Post Sticky Topic W/ New Post
Locked Topic W/ New Post Locked Topic W/ New Post
View Anonymous Posts 
Anonymous users can post 
Filtered HTML Allowed 
Censored Content 
dog allergies remedies cialis 20 mg chilblain remedies


Privacy Policy
Terms of Use

User Functions

Login