View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002116 | OpenFOAM | Bug | public | 2016-06-11 10:21 | 2016-06-11 11:50 |
Reporter | sariew | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | Ubuntu | OS Version | 14.04 |
Product Version | dev | ||||
Fixed in Version | dev | ||||
Summary | 0002116: wmake error | ||||
Description | wmake 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 Information | Using: OpenFOAM-dev (see www.OpenFOAM.org) Build: dev-9cf8bd8313f4 | ||||
Tags | No tags attached. | ||||
|
|
|
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. |
|
Resolved by commit a808abac0e082e99cb4fed3e9e2692892afffbc3 |
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 |