[daip] Looking for a specific library

Arnaud Collioud Arnaud.Collioud at obs.u-bordeaux1.fr
Mon May 30 10:28:52 EDT 2011


Thanks for your answer! I am making some progresses. I included the APLLINUX/SUBLIB  library, but now  I have new missing functions (fserch_,getrls_, getnum_,etc.). Maybe one library is still missing...
I attached the log below.
Best regards,
Arnaud

> COMLNK MK4INL.OPT MK4IN
COMLNK    : Date       lun. mai 30 16:00:08 CEST 2011
COMLNK    : Substitute /logiciels/MK4/LINUX/MK4IN.FOR
COMLNK    : for        /logiciels/MK4/LINUX/MK4IN
PP        : Preprocess /logiciels/MK4/LINUX/MK4IN.FOR
PP        : into       /logiciels/MK4/LINUX/MK4IN.f
FC        : Date       lun. mai 30 16:00:08 CEST 2011
FC        : Interpret  FC  \
FC        :            /logiciels/MK4/LINUX/MK4IN.f
FC        : as         LIST=FALSE PURGE=FALSE
FC        : plus       /usr/bin/gfortran -c -fno-automatic -Wall -O2 \
FC        :            /logiciels/MK4/LINUX/MK4IN.f
Warning: Nonconforming tab character in column 2 of line 7037
/logiciels/MK4/LINUX/MK4IN.f:285.4:

999  STOP                                                              
   1
Warning: Label 999 at (1) defined but not used
/logiciels/MK4/LINUX/MK4IN.f:3712.4:

1020  FORMAT ('Speed of light (m/s): ', D17.10)                         
   1
Warning: Label 1020 at (1) defined but not used
/logiciels/MK4/LINUX/MK4IN.f:4624.5:

1012 FORMAT ('Warning. Got wrong FQID ',I5)                            
    1
Warning: Label 1012 at (1) defined but not used
/logiciels/MK4/LINUX/MK4IN.f:5187.4:

999  RETURN                                                            
   1
Warning: Label 999 at (1) defined but not used
/logiciels/MK4/LINUX/MK4IN.f:5854.5:

1002 FORMAT ('MK4CLS: ERROR ',I3,' CLEARING OUTPUT FILE STATUS')       
    1
Warning: Label 1002 at (1) defined but not used
/logiciels/MK4/LINUX/MK4IN.f:5903.4:

999  RETURN                                                            
   1
Warning: Label 999 at (1) defined but not used
/logiciels/MK4/LINUX/MK4IN.f:7542.4:

999  RETURN                                                            
   1
Warning: Label 999 at (1) defined but not used
/logiciels/MK4/LINUX/MK4IN.f:7639.4:

999  RETURN                                                            
   1
Warning: Label 999 at (1) defined but not used
FC        : Compile of /logiciels/MK4/LINUX/MK4IN.f
FC        : ends successfully.
FC        : Ends successfully
LINK      : Date is... lun. mai 30 16:00:10 CEST 2011
LINK      : Interpret  LINK MK4INL.OPT \
LINK      :            /logiciels/MK4/LINUX/MK4IN.o
LINK      : as         PURGE=TRUE REPLACE=TRUE SAVE=TRUE STRIP=TRUE
LINK      : plus       /usr/bin/gfortran \
LINK      :            /logiciels/MK4/LINUX/MK4IN.o \
LINK      :            /logiciels/aips/aipsroot/31DEC07/LINUX/LIBR/APLNOT/SUBLIB \ 
LINK      :            /logiciels/aips/aipsroot/31DEC07/LINUX/LIBR/APLSUB/SUBLIB \ 
LINK      :            /logiciels/aips/aipsroot/31DEC07/LINUX/LIBR/APLSUB/SUBLIB \ 
LINK      :            /logiciels/aips/aipsroot/31DEC07/LINUX/LIBR/APLNOT/SUBLIB \ 
LINK      :            /logiciels/aips/aipsroot/31DEC07/LINUX/LIBR/APLLINUX/SUBLIB \ 
LINK      :            libm4aipL.a \ 
LINK      :            /logiciels/Hops/x86_64-3.3/lib/hops/libafio.a \ 
LINK      :            /logiciels/Hops/x86_64-3.3/lib/hops/libdfio.a \ 
LINK      :            /logiciels/Hops/x86_64-3.3/lib/hops/libvex.a \ 
LINK      :            /logiciels/Hops/x86_64-3.3/lib/hops/libmk4util.a \ 
LINK      :             -s \
LINK      :            -o /logiciels/MK4/LINUX/MK4IN.EXE
/logiciels/aips/aipsroot/31DEC07/LINUX/LIBR/APLLINUX/SUBLIB(ZCLOSE.o): In function `zclose_':
ZCLOSE.f:(.text+0x705): undefined reference to `fserch_'
/logiciels/aips/aipsroot/31DEC07/LINUX/LIBR/APLLINUX/SUBLIB(ZDCHIN.o): In function `zdchin_':
ZDCHIN.f:(.text+0xb2): undefined reference to `getrls_'
ZDCHIN.f:(.text+0xb9e): undefined reference to `getnum_'
ZDCHIN.f:(.text+0x13af): undefined reference to `chutol_'
ZDCHIN.f:(.text+0x15a8): undefined reference to `getnum_'
ZDCHIN.f:(.text+0x18ab): undefined reference to `chtrim_'
ZDCHIN.f:(.text+0x1a02): undefined reference to `chtrim_'
ZDCHIN.f:(.text+0x1e45): undefined reference to `getnum_'
ZDCHIN.f:(.text+0x1ec6): undefined reference to `getnum_'
/logiciels/aips/aipsroot/31DEC07/LINUX/LIBR/APLLINUX/SUBLIB(ZDIE.o): In function `zdie_':
ZDIE.f:(.text+0x27): undefined reference to `bldtnm_'
/logiciels/aips/aipsroot/31DEC07/LINUX/LIBR/APLLINUX/SUBLIB(ZHEX10.o): In function `zhex10_':
ZHEX10.f:(.text+0x26): undefined reference to `txtlen_'
ZHEX10.f:(.text+0x7b): undefined reference to `chltou_'
/logiciels/aips/aipsroot/31DEC07/LINUX/LIBR/APLLINUX/SUBLIB(ZMSGCL.o): In function `zmsgcl_':
ZMSGCL.f:(.text+0xec): undefined reference to `fserch_'
/logiciels/aips/aipsroot/31DEC07/LINUX/LIBR/APLLINUX/SUBLIB(ZMSGOP.o): In function `zmsgop_':
ZMSGOP.f:(.text+0x8c): undefined reference to `fserch_'
/logiciels/aips/aipsroot/31DEC07/LINUX/LIBR/APLLINUX/SUBLIB(ZOPEN.o): In function `zopen_':
ZOPEN.f:(.text+0xcfc): undefined reference to `fserch_'
/logiciels/aips/aipsroot/31DEC07/LINUX/LIBR/APLLINUX/SUBLIB(ZTXCLS.o): In function `ztxcls_':
ZTXCLS.f:(.text+0x32e): undefined reference to `fserch_'
/logiciels/aips/aipsroot/31DEC07/LINUX/LIBR/APLLINUX/SUBLIB(ZTXOPN.o): In function `ztxopn_':
ZTXOPN.f:(.text+0x442): undefined reference to `fserch_'
/logiciels/aips/aipsroot/31DEC07/LINUX/LIBR/APLLINUX/SUBLIB(ZMOUNT.o): In function `zmount_':
ZMOUNT.f:(.text+0xaa1): undefined reference to `chloru_'
collect2: ld a retourné 1 code d'état d'exécution
LINK      : Status from /usr/bin/gfortran is 1
LINK      : Link of    /logiciels/MK4/LINUX/MK4IN.o
LINK      : dies from wimpy compiler
LINK      : Dies of unnatural causes.
COMLNK    : Link failed!
COMLNK    : Deleted    /logiciels/MK4/LINUX/MK4IN.o
COMLNK    : Deleted    /logiciels/MK4/LINUX/MK4IN.f
COMLNK    : Dies of unnatural causes
vanoise.LINUX> 

> 
> Old versions of AIPS separated the machine-dependent library from the standard subroutine library.  Since the machine-dependent library is allowed to call the standard library this forced the library list to look like
> /logiciels/aips/aipsroot/31DEC07/LINUX/LIBR/APLSUB/SUBLIB
> /logiciels/aips/aipsroot/31DEC07/LINUX/LIBR/APLLINUX/SUBLIB
> /logiciels/aips/aipsroot/31DEC07/LINUX/LIBR/APLSUB/SUBLIB
> /logiciels/aips/aipsroot/31DEC07/LINUX/LIBR/APLLINUX/SUBLIB
> 
> where APLLINUX might be other things like APLMACPP or APLMACIN.
> Some modern compilers would not let us do this so we now put the appropriate versions of the Z routines in the APLSUB library - but not back in 31DEC07.
> 
> Eric Greisen
> 

______________________________________________________________
COLLIOUD Arnaud
Laboratoire d'Astrophysique de Bordeaux
2 rue de l'Observatoire, B.P. 89
33271 Floirac CEDEX       FRANCE
Tel: +33 5 57 77 61 19     Fax: +33 5 57 77 61 00

--> IVS Live: http://ivslive.obs.u-bordeaux1.fr/
--> The Bordeaux VLBI Image Database: http://www.obs.u-bordeaux1.fr/BVID/
_____________________________________________________________








More information about the Daip mailing list