Changes between Initial Version and Version 2 of Ticket #53839


Ignore:
Timestamp:
Mar 22, 2017, 7:31:21 PM (7 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53839

    • Property Status changed from new to assigned
    • Property Cc takeshi@… removed
    • Property Keywords sierra removed
    • Property Owner set to tenomoto
    • Property Port +gcc6 removed
  • Ticket #53839 – Description

    initial v2  
    33
    44
    5 nco build fails at linking stage with missing antlr symbols. First error:[[BR]]
    6 
    7 :info:build libtool: link: /opt/local/bin/g++-mp-6 -pipe -Os -Wl,-headerpad_max_install_names -o ncap2 Invoke.o ncap2.o ncap2_utl.o ncap2_att.o sdo_utl.o sym_cls.o fmc_cls.o fmc_all_cls.o fmc_gsl_cls.o prs_cls.o NcapVar.o NcapVarVector.o ncoLexer.o ncoParser.o ncoTree.o nco_gsl.o  -L../nco [[BR]]
    8 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_nco/nco/work/nco-4.6.4/src/nco/.libs/libnco.a -L/opt/local/lib -lantlr -lhdf5_hl -lhdf5 -ldl -lz -lxerces-c -lvecLibFort -lexpat -lresolv -lintl -lm -lnetcdf -lcurl -lgsl -lgslcblas -ludunits2 -fopenmp[[BR]]
    9 
    10 :info:build Undefined symbols for architecture x86_64:[[BR]]
    11 
    12 :info:build   "antlr::ASTFactory::create(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)", referenced from:[[BR]]
    13 
     5nco build fails at linking stage with missing antlr symbols. First error:
     6{{{
     7:info:build libtool: link: /opt/local/bin/g++-mp-6 -pipe -Os -Wl,-headerpad_max_install_names -o ncap2 Invoke.o ncap2.o ncap2_utl.o ncap2_att.o sdo_utl.o sym_cls.o fmc_cls.o fmc_all_cls.o fmc_gsl_cls.o prs_cls.o NcapVar.o NcapVarVector.o ncoLexer.o ncoParser.o ncoTree.o nco_gsl.o  -L../nco
     8/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_nco/nco/work/nco-4.6.4/src/nco/.libs/libnco.a -L/opt/local/lib -lantlr -lhdf5_hl -lhdf5 -ldl -lz -lxerces-c -lvecLibFort -lexpat -lresolv -lintl -lm -lnetcdf -lcurl -lgsl -lgslcblas -ludunits2 -fopenmp
     9:info:build Undefined symbols for architecture x86_64:
     10:info:build   "antlr::ASTFactory::create(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)", referenced from:
    1411:info:build       ncoParser::dmn_list_p()      in ncoParser.o
     12}}}