|
[Sponsors] |
October 17, 2006, 03:35 |
Hello,
I am using AIX-5.3 a
|
#1 |
New Member
Ernst Haunschmid
Join Date: Mar 2009
Posts: 1
Rep Power: 0 |
Hello,
I am using AIX-5.3 and gcc-4.1.1 Compiling the libraries in the lib subdirectory does not show any error message. When compiling executables in the application subddir I get error messages: ... + cd basic + ./Allwmake + wmake laplacianFoam make: Nothing to be done for `allFiles'. make: `Make/Power5Gcc4DPOpt/dependencies' is up to date. /home/haunschm/OpenFOAM/OpenFOAM-1.3/wmake/bashScripts/mkObjectDir /home/haunschm/OpenFOAM/OpenFOAM-1.3/applications/bin/Power5Gcc4DPOpt/laplacianF oam g++ -fpermissive -maix64 -DPower5 -DDP -Wall -W -Wno-unused-parameter -Wold-style-cast -O3 -mcpu=power5+ -DNoRepository -ftemplate-depth-30 -I/home/haunschm/OpenFOAM/OpenFOAM-1.3/src/finiteVolume/lnInclude -I/home/haunschm/OpenFOAM/OpenFOAM-1.3/src/OpenFOAM/lnInclude -IlnInclude -I. -fPIC -Wl,-brtl Make/Power5Gcc4DPOpt/laplacianFoam.o -L/home/haunschm/OpenFOAM/OpenFOAM-1.3/lib/Power5Gcc4DPOpt \ -lfiniteVolume -lOpenFOAM -liberty -o /home/haunschm/OpenFOAM/OpenFOAM-1.3/applications/bin/Power5Gcc4DPOpt/laplacianF oam ld: 0711-317 ERROR: Undefined symbol: typeinfo for Foam::regIOobject ld: 0711-317 ERROR: Undefined symbol: typeinfo for Foam::token::compound ld: 0711-317 ERROR: Undefined symbol: typeinfo for Foam::lduCoupledInterface ld: 0711-317 ERROR: Undefined symbol: vtable for Foam::lduCoupledInterface ld: 0711-317 ERROR: Undefined symbol: vtable for Foam::IOdictionary ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status ... There is a local symbol in libOpenFOAM.so, but no global one: $ /opt/freeware/bin/nm -C libOpenFOAM.so | grep "typeinfo for Foam::regIOobject" 00000000200ef848 d typeinfo for Foam::regIOobject 00000000200266a0 d typeinfo for Foam::regIOobject U typeinfo for Foam::regIOobject Any suggestions ? Best Regards, Ernst |
|
October 17, 2006, 13:58 |
Is there a compiler/linker opt
|
#2 |
Senior Member
Mattijs Janssens
Join Date: Mar 2009
Posts: 1,419
Rep Power: 26 |
Is there a compiler/linker option to export all symbols as default? I remember there being a similar issue under cygwin? There should be more info on this forum.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Statically Compiling OpenFOAM Issues | herzfeldd | OpenFOAM Installation | 21 | January 6, 2009 10:38 |
Problems in Compiling OpenFOAM in IRIX | lakeat | OpenFOAM Installation | 0 | June 7, 2007 22:44 |
Compiling errors for OpenFOAM 13 | brucejimo | OpenFOAM Installation | 3 | October 5, 2006 01:01 |
A new Howto on the OpenFOAM Wiki Compiling OpenFOAM under Unix | mbeaudoin | OpenFOAM Installation | 2 | April 28, 2006 09:54 |
Compiling openfoam | zaferleylek | OpenFOAM Installation | 0 | November 7, 2005 08:01 |