|
[Sponsors] |
May 16, 2008, 05:52 |
Hi,
I'm trying to compile Ope
|
#1 |
New Member
peter anderson
Join Date: Mar 2009
Posts: 2
Rep Power: 0 |
Hi,
I'm trying to compile OpenFoam with Ubuntu 8.04 and among other I get an error message : `/home/peter/OpenFOAM/OpenFOAM-1.4.1/lib/linuxGccDPOpt/liberrorEstimation.so' is up to date. + wmake libso Gstream /usr/bin/ld: cannot find -lXext collect2: ld returned 1 exit status make: *** [/home/peter/OpenFOAM/OpenFOAM-1.4.1/lib/linuxGccDPOpt/libGstream.so] Error 1 Can anybody tell me what library I'm missing and how to get/install one ? Thanks Peter |
|
May 16, 2008, 08:36 |
Hi Peter
The names of any o
|
#2 |
Senior Member
Join Date: Mar 2009
Posts: 248
Rep Power: 18 |
Hi Peter
The names of any of the missing libraries is normally given in the error message. Just remove the "l" which stands for library I guess and rest of that is what you are looking for. As in your case the error message says: cannot find -lXext implies that you do not have Xext library and about.com says the following about it: http://linux.about.com/cs/linux101/g/xext.htm Well the next step would be to install that missing lib und voila monsieur:-) Hope that helps Regards Jaswi |
|
May 16, 2008, 08:48 |
Peter,
Even if you have lib
|
#3 |
Senior Member
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,714
Rep Power: 40 |
Peter,
Even if you have libXext installed, it could still be that it doesn't get linked properly. For example, if you are compiling a 32-bit OpenFOAM on a 64-bit machine with 64-bit libs installed. AFAIK the libGstream is no longer actually used by any of the current OpenFOAM applications. Skip the compilation of the library entirely and it'll probably be okay anyhow. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UDF compilation error | Szabolcs Varga | Fluent UDF and Scheme Programming | 4 | September 14, 2015 06:27 |
usrbinld cannot find | doug | OpenFOAM Installation | 19 | November 4, 2010 15:15 |
udf compilation error | sdp | FLUENT | 0 | February 5, 2009 03:58 |
UDF compilation error | Hari | FLUENT | 0 | February 22, 2008 14:40 |
Compilation error | Rajneesh | FLUENT | 0 | November 11, 2005 17:52 |