<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7655.11">
<TITLE>Gmsh build problem</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hello<BR>
<BR>
I've been trying to instal gmsh but struggling since I am on a 64bit system, so must install from source code.<BR>
<BR>
I downloaded the source code, installed cmake and built it. No errors at all. But then I run the make file and it finishes with the following errors<BR>
<BR>
[100%] Building CXX object CMakeFiles/gmsh.dir/contrib/Tetgen/predicates.cxx.o<BR>
Linking CXX executable gmsh<BR>
/usr/bin/ld: /usr/local/lib/libfltk.a(Fl_Preferences.o): undefined reference to symbol 'dlopen@@GLIBC_2.2.5'<BR>
/usr/bin/ld: note: 'dlopen@@GLIBC_2.2.5' is defined in DSO /lib64/libdl.so.2 so try adding it to the linker command line<BR>
/lib64/libdl.so.2: could not read symbols: Invalid operation<BR>
collect2: ld returned 1 exit status<BR>
make[2]: *** [gmsh] Error 1<BR>
make[1]: *** [CMakeFiles/gmsh.dir/all] Error 2<BR>
make: *** [all] Error 2<BR>
<BR>
So how can I fix this? I assume I need to export something, or add a symbolic link. I am relatively new to linux... so help!<BR>
<BR>
Thanks guys<BR>
<BR>
Jay</FONT>
</P>

</BODY>
</HTML>