Opened 19 months ago
Last modified 19 months ago
#67316 assigned defect
Building omnicompiler for PPC: dyld: Symbol not found: _ADIO_same_amode
Reported by: | barracuda156 | Owned by: | tenomoto (Takeshi Enomoto) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | powerpc | Cc: | |
Port: | omnicompiler |
Description
After fixing a number of errors in configure, compilation broke on this:
/opt/local/bin/mpicc-mpich-gcc12 -pipe -Os -arch ppc -DGNU_INTRINSIC_EXTENSION -DNDEBUG -DBUGFIX -D__XCODEML__ -DYYDEBUG -I/usr/include//libxml2 -I../../include -I3rdparty C-exprcode.c -c /opt/local/bin/mpicc-mpich-gcc12 -pipe -Os -arch ppc -DGNU_INTRINSIC_EXTENSION -DNDEBUG -DBUGFIX -D__XCODEML__ -DYYDEBUG -I/usr/include//libxml2 -I../../include -I3rdparty F95-parser.c -c /opt/local/bin/mpicc-mpich-gcc12 -pipe -Os -arch ppc -DGNU_INTRINSIC_EXTENSION -DNDEBUG -DBUGFIX -D__XCODEML__ -DYYDEBUG -I/usr/include//libxml2 -I../../include -I3rdparty -o F_Front F95-main.o C-expr-mem.o C-exprcode.o F-datatype.o F-ident.o F95-parser.o F-mem.o F-compile.o F-compile-decl.o F-compile-expr.o F-opt-expv.o F-output-xcodeml.o F-io-xcodeml.o F-data.o F-datasub.o F-equiv.o F-varutil.o F-intrinsic.o F-intrinsics-table.o F-OMP.o F-ACC.o F-XMP.o xcodeml-node.o xcodeml-parse.o xcodeml-util.o xcodeml-type.o xcodeml-traverse.o xcodeml-output-F.o F-dump.o F-type-attr-tbl.o module-manager.o hash.o F-input-xmod.o F-module-procedure.o F-second-pass.o sds.o cli_options.o utils.o F-front-context.o F-driver.o io_cache.o -L/usr/lib -lxml2 -lm ./F_Front -module-compile fincludes/iso_fortran_env.f90 > fincludes/iso_fortran_env.xmod ./F_Front -module-compile fincludes/iso_c_binding.f90 > fincludes/iso_c_binding.xmod dyld: Symbol not found: _ADIO_same_amode Referenced from: /opt/local/lib/mpich-gcc12/libpmpi.12.dylib Expected in: dynamic lookup dyld: Symbol not found: _ADIO_same_amode Referenced from: /opt/local/lib/mpich-gcc12/libpmpi.12.dylib Expected in: dynamic lookup /bin/sh: line 1: 68600 Trace/BPT trap ./F_Front -module-compile fincludes/iso_fortran_env.f90 > fincludes/iso_fortran_env.xmod make[2]: *** [fincludes/iso_fortran_env.xmod] Error 133 make[2]: *** Waiting for unfinished jobs.... /bin/sh: line 1: 68599 Trace/BPT trap ./F_Front -module-compile fincludes/iso_c_binding.f90 > fincludes/iso_c_binding.xmod make[2]: *** [fincludes/iso_c_binding.xmod] Error 133 rm F95-parser.c
Is this anything known?
Note: See
TracTickets for help on using
tickets.
libxml2
and not system one.