[daip] COMLNK

Amy Mioduszewski amiodusz at nrao.edu
Wed Feb 13 13:36:12 EST 2008


Danielle,

It looks like it can't find subroutines.  In AIPS things are separated into 
directories according to what groups of subroutines they need.  You can't do 
that so the subroutine libraries should be in the MBIGN.OPT.  What is in your 
MBIGN.OPT?  If you modified an existing task just tell me what that was and I 
can tell you what needs to go in the .OPT file.

Cheers,

Amy

Danielle Fenech wrote:
> 
> 
> =================================================
> Danielle Fenech
> Jodrell Bank Observatory,
> Macclesfield,
> Cheshire,
> SK11 9DL,
> United Kingdom
> 
> Phone (direct)     : +44 (0)1477 572658
> Phone (Switchboard): +44 (0)1477 571321
> Email : dfenech at jb.man.ac.uk
> Email : Danielle.Fenech at postgrad.manchester.ac.uk
> Email : dfenech2003 at yahoo.co.uk
> =================================================
> 
> 
> I'm trying to use COMLNK to add a task for use in aips and I'm having 
> some trouble with lists of undefined references when I try to run it, 
> though it seems to compile alright. (I've included the output from 
> running COMLNK below.)
> 
> Do you have any possible suggestions?
> 
> Thanks,
> 
> Danielle Fenech
> 
> 
> 
> [dfenech at localhost aipstasks]$ COMLNK MBIGN.FOR MBIGN.OPT
> COMLNK    : Date       Wed Feb 13 15:10:55 GMT 2008
> PP        : Preprocess /home/dfenech/aipstasks/MBIGN.FOR
> PP        : into       /home/dfenech/aipstasks/MBIGN.f
> FC        : Date       Wed Feb 13 15:10:56 GMT 2008
> FC        : Interpret  FC  \
> FC        :            /home/dfenech/aipstasks/MBIGN.f
> FC        : as         LIST=FALSE PURGE=FALSE
> FC        : plus       /opt/intel/fc/9.0/bin/ifort -c -axNP -w90 -w95 -cm -ip 
> -save -align all -O3 \
> FC        :            /home/dfenech/aipstasks/MBIGN.f
> /home/dfenech/aipstasks/MBIGN.f(1): (col. 15) remark: MAIN__ has been targeted 
> for automatic cpu dispatch.
> /home/dfenech/aipstasks/MBIGN.f(238): (col. 18) remark: mbigin_ has been 
> targeted for automatic cpu dispatch.
> /home/dfenech/aipstasks/MBIGN.f(884): (col. 18) remark: senduv_ has been 
> targeted for automatic cpu dispatch.
> /home/dfenech/aipstasks/MBIGN.f(1366): (col. 18) remark: diddle_ has been 
> targeted for automatic cpu dispatch.
> /home/dfenech/aipstasks/MBIGN.f(1195): (col. 18) remark: mbihis_ has been 
> targeted for automatic cpu dispatch.
> FC        : Compile of /home/dfenech/aipstasks/MBIGN.f
> FC        : ends successfully.
> FC        : Ends successfully
> LINK      : Date is... Wed Feb 13 15:10:57 GMT 2008
> LINK      : Interpret  LINK MBIGN.OPT \
> LINK      :            /home/dfenech/aipstasks/MBIGN.o
> LINK      : as         PURGE=TRUE REPLACE=TRUE SAVE=TRUE STRIP=FALSE
> LINK      : plus       /opt/intel/fc/9.0/bin/ifort \
> LINK      :            /home/dfenech/aipstasks/MBIGN.o \
> LINK      :            /local/aips/31DEC07/LINUX/LIBR/APLSUB/SUBLIB \
> LINK      :            /local/aips/31DEC07/LINUX/LIBR/APLLINUX/SUBLIB \
> LINK      :            /local/aips/31DEC07/LINUX/LIBR/JUNKAPL/SUBLIB \
> LINK      :            /local/aips/31DEC07/LINUX/LIBR/JUNKLIN/SUBLIB \
> LINK      :            -lsvml -Vaxlib -L/usr/local/lib -Xlinker -rpath -Xlinker 
> /local/aips/31DEC07/LINUX/LIBR/INTELCMP -O3 -static-libcxa -save -align all 
> -axNP \
> LINK      :            -o /home/dfenech/aipstasks/MBIGN.EXE
> ifort: command line remark #10010: option '-static-libcxa' is deprecated and 
> will be removed in a future release. See '-help depreca
> ted'
> /home/dfenech/aipstasks/MBIGN.o(.text+0x303): In function `MAIN__.J':
> : undefined reference to `coptab_'
> /home/dfenech/aipstasks/MBIGN.o(.text+0x661): In function `MAIN__.A':
> : undefined reference to `coptab_'
> /home/dfenech/aipstasks/MBIGN.o(.text+0x750): In function `mbigin_.J':
> : undefined reference to `selini_'
> /home/dfenech/aipstasks/MBIGN.o(.text+0xfaa): In function `mbigin_.J':
> : undefined reference to `fqmatc_'
> /home/dfenech/aipstasks/MBIGN.o(.text+0x1035): In function `mbigin_.J':
> : undefined reference to `uvget_'
> /home/dfenech/aipstasks/MBIGN.o(.text+0x1098): In function `mbigin_.J':
> : undefined reference to `uvget_'
> /home/dfenech/aipstasks/MBIGN.o(.text+0x1508): In function `mbigin_.A':
> : undefined reference to `selini_'
> /home/dfenech/aipstasks/MBIGN.o(.text+0x1d05): In function `mbigin_.A':
> : undefined reference to `fqmatc_'
> /home/dfenech/aipstasks/MBIGN.o(.text+0x1d8f): In function `mbigin_.A':
> : undefined reference to `uvget_'
> /home/dfenech/aipstasks/MBIGN.o(.text+0x1df2): In function `mbigin_.A':
> : undefined reference to `uvget_'
> /home/dfenech/aipstasks/MBIGN.o(.text+0x22be): In function `senduv_.J':
> : undefined reference to `uvget_'
> /home/dfenech/aipstasks/MBIGN.o(.text+0x24c1): In function `senduv_.J':
> : undefined reference to `rnxini_'
> /home/dfenech/aipstasks/MBIGN.o(.text+0x2502): In function `senduv_.J':
> : undefined reference to `uvget_'
> /home/dfenech/aipstasks/MBIGN.o(.text+0x2792): In function `senduv_.J':
> : undefined reference to `rnxupd_'
> /home/dfenech/aipstasks/MBIGN.o(.text+0x2b78): In function `senduv_.J':
> : undefined reference to `uvget_'
> /home/dfenech/aipstasks/MBIGN.o(.text+0x2b98): In function `senduv_.J':
> : undefined reference to `rnxcls_'
> /home/dfenech/aipstasks/MBIGN.o(.text+0x2c76): In function `senduv_.A':
> : undefined reference to `uvget_'
> /home/dfenech/aipstasks/MBIGN.o(.text+0x2e79): In function `senduv_.A':
> : undefined reference to `rnxini_'
> /home/dfenech/aipstasks/MBIGN.o(.text+0x2ebb): In function `senduv_.A':
> : undefined reference to `uvget_'
> /home/dfenech/aipstasks/MBIGN.o(.text+0x315c): In function `senduv_.A':
> : undefined reference to `rnxupd_'
> /home/dfenech/aipstasks/MBIGN.o(.text+0x3500): In function `senduv_.A':
> : undefined reference to `uvget_'
> /home/dfenech/aipstasks/MBIGN.o(.text+0x3520): In function `senduv_.A':
> : undefined reference to `rnxcls_'
> /home/dfenech/aipstasks/MBIGN.o(.text+0x3e3e): In function `mbihis_.J':
> : undefined reference to `coptab_'
> /home/dfenech/aipstasks/MBIGN.o(.text+0x4120): In function `mbihis_.A':
> : undefined reference to `coptab_'
> LINK      : Status from /opt/intel/fc/9.0/bin/ifort is 1
> LINK      : Link of    /home/dfenech/aipstasks/MBIGN.o
> LINK      : dies from wimpy compiler
> LINK      : Dies of unnatural causes.
> COMLNK    : Link failed!
> COMLNK    : Deleted    /home/dfenech/aipstasks/MBIGN.o
> COMLNK    : Deleted    /home/dfenech/aipstasks/MBIGN.f
> COMLNK    : Dies of unnatural causes
> 
> 
> 
> 
> =================================================
> Danielle Fenech
> Jodrell Bank Observatory,
> Macclesfield,
> Cheshire,
> SK11 9DL,
> United Kingdom
> 
> Phone (direct)     : +44 (0)1477 572658
> Phone (Switchboard): +44 (0)1477 571321
> Email : dfenech at jb.man.ac.uk
> Email : Danielle.Fenech at postgrad.manchester.ac.uk
> Email : dfenech2003 at yahoo.co.uk
> =================================================
> 
> _______________________________________________
> Daip mailing list
> Daip at listmgr.cv.nrao.edu
> http://listmgr.cv.nrao.edu/mailman/listinfo/daip
> 




More information about the Daip mailing list