View Issue Details

IDProjectCategoryView StatusLast Update
0002116OpenFOAMBugpublic2016-06-11 11:50
Reportersariew Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityN/A
Status resolvedResolutionfixed 
PlatformGNU/LinuxOSUbuntuOS Version14.04
Product Versiondev 
Fixed in Versiondev 
Summary0002116: wmake error
Descriptionwmake log said "
 ...
         -lOpenFOAM -ldl \
         -lm -o /home/sariew9/OpenFOAM/OpenFOAM-dev/platforms/linux64GccDPInt64Opt/bin/foamDictionary
/usr/bin/ld: cannot find -lphaseCompressibleTurbulenceModels
/usr/bin/ld: cannot find -lcompressibleTwoPhaseSystem
/usr/bin/ld: cannot find -lcompressibleEulerianInterfacialModels
collect2: error: ld returned 1 exit status
make[2]: *** [/home/sariew9/OpenFOAM/OpenFOAM-dev/platforms/linux64GccDPInt64Opt/bin/foamList] Error 1
make[1]: *** [foamList] Error 2
make[1]: *** Waiting for unfinished jobs....
... ."
Where have these gone? Of course of3.0.x have them. What's happened on dev?
Additional InformationUsing: OpenFOAM-dev (see www.OpenFOAM.org)
Build: dev-9cf8bd8313f4
TagsNo tags attached.

Activities

sariew

2016-06-11 10:21

reporter  

make.log-41.tar.gz (91,667 bytes)

henry

2016-06-11 10:27

manager   ~0006430

It is simply a build ordering problem. If you compile the solvers and then go back and compile the utilities it should work.

I am adding more functionality to foamList which relies on the availability of all of the solver libraries so I need to ensure it is built after the solvers. I should have this sorted today.

henry

2016-06-11 11:50

manager   ~0006431

Resolved by commit a808abac0e082e99cb4fed3e9e2692892afffbc3

Issue History

Date Modified Username Field Change
2016-06-11 10:21 sariew New Issue
2016-06-11 10:21 sariew File Added: make.log-41.tar.gz
2016-06-11 10:27 henry Note Added: 0006430
2016-06-11 11:50 henry Note Added: 0006431
2016-06-11 11:50 henry Status new => resolved
2016-06-11 11:50 henry Fixed in Version => dev
2016-06-11 11:50 henry Resolution open => fixed
2016-06-11 11:50 henry Assigned To => henry