Subject: CGAL users discussion list
List archive
- From: Yann Cobigo <>
- To: "" <>
- Subject: Re: [cgal-discuss] Tetrahedral mesh viewer
- Date: Wed, 4 Dec 2013 00:00:05 +0000 (GMT)
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=FBVkyBZmXpIlkgQjll/skm+8D3UWTcI8xpHgiF9/5QvR0fzXtoxw6mLmZnhyzDVNqHwsM9QcUNUJi4JubSJuUI/sQ5dMabARgxTmGUTAZpShULZc619E9bHAi67E/6F82d0655H5lP6eDkoUxuZtwZ5GZ6zQVnZQQ7uIz9Zt+v4=;
Hi Laurent,
Thank you for your response. I had the libraries 32bit already installed:
ldd medit-linux
linux-gate.so.1 => (0xf77df000)
libGL.so.1 => /usr/lib/libGL.so.1 (0xf7702000)
libGLU.so.1 => /usr/lib/libGLU.so.1 (0xf768d000)
libXext.so.6 => /usr/lib/libXext.so.6 (0xf767a000)
libX11.so.6 => /usr/lib/libX11.so.6 (0xf7540000)
libm.so.6 => /lib/libm.so.6 (0xf74e4000)
libc.so.6 => /lib/libc.so.6 (0x494a0000)
libpthread.so.0 => /lib/libpthread.so.0 (0xf74c9000)
libnvidia-tls.so.304.64 => /usr/lib/libnvidia-tls.so.304.64 (0xf74c5000)
libnvidia-glcore.so.304.64 => /usr/lib/libnvidia-glcore.so.304.64 (0xf57be000)
libdl.so.2 => /lib/libdl.so.2 (0xf57b9000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xf56cd000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xf56b0000)
libxcb.so.1 => /usr/lib/libxcb.so.1 (0xf5692000)
/lib/ld-linux.so.2 (0x4947b000)
libXau.so.6 => /usr/lib/libXau.so.6 (0xf568f000)
All called libraries are 32bit ... The only difference is the fedora version: I work with fedora 16.
Thank you for your response. I had the libraries 32bit already installed:
ldd medit-linux
linux-gate.so.1 => (0xf77df000)
libGL.so.1 => /usr/lib/libGL.so.1 (0xf7702000)
libGLU.so.1 => /usr/lib/libGLU.so.1 (0xf768d000)
libXext.so.6 => /usr/lib/libXext.so.6 (0xf767a000)
libX11.so.6 => /usr/lib/libX11.so.6 (0xf7540000)
libm.so.6 => /lib/libm.so.6 (0xf74e4000)
libc.so.6 => /lib/libc.so.6 (0x494a0000)
libpthread.so.0 => /lib/libpthread.so.0 (0xf74c9000)
libnvidia-tls.so.304.64 => /usr/lib/libnvidia-tls.so.304.64 (0xf74c5000)
libnvidia-glcore.so.304.64 => /usr/lib/libnvidia-glcore.so.304.64 (0xf57be000)
libdl.so.2 => /lib/libdl.so.2 (0xf57b9000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xf56cd000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xf56b0000)
libxcb.so.1 => /usr/lib/libxcb.so.1 (0xf5692000)
/lib/ld-linux.so.2 (0x4947b000)
libXau.so.6 => /usr/lib/libXau.so.6 (0xf568f000)
file /usr/lib/libGL.so.1
> /usr/lib/libGL.so.1: symbolic link to `libGL.so.304.64'
> /usr/lib/libGL.so.1: symbolic link to `libGL.so.304.64'
file /usr/lib/libGL.so.304.64
> /usr/lib/libGL.so.304.64: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, stripped
> /usr/lib/libGL.so.304.64: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, stripped
Best regards,
On Tuesday, December 3, 2013 10:57 AM, Laurent Rineau (CGAL/GeometryFactory) <> wrote:
Le mardi 03 décembre 2013 18:43:30 Yann Cobigo a écrit :
> Dear CGAL users and developers,
>
> Iwas wondering if some of you guys would have any suggestion for a
> tetrahedral meshviewer (file.mesh, or other format would work out). I use
> 'paraview' and 'medINRIA' but the rendering is not as good as 'medit'. The
> problem with 'medit' is that we have the binary and not the sources ...
> Today, the binary does not work anymore on my machines (fedora and ubuntu,
> both 64bit).
You just need to install the 32 bits version of libGL.so.1. I use medit with
Fedora 19 (64 bits), using the NVIDIA drivers, and it works.
--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
> Dear CGAL users and developers,
>
> Iwas wondering if some of you guys would have any suggestion for a
> tetrahedral meshviewer (file.mesh, or other format would work out). I use
> 'paraview' and 'medINRIA' but the rendering is not as good as 'medit'. The
> problem with 'medit' is that we have the binary and not the sources ...
> Today, the binary does not work anymore on my machines (fedora and ubuntu,
> both 64bit).
You just need to install the 32 bits version of libGL.so.1. I use medit with
Fedora 19 (64 bits), using the NVIDIA drivers, and it works.
--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
- [cgal-discuss] Tetrahedral mesh viewer, Yann Cobigo, 12/03/2013
- Re: [cgal-discuss] Tetrahedral mesh viewer, Laurent Rineau (CGAL/GeometryFactory), 12/03/2013
- Re: [cgal-discuss] Tetrahedral mesh viewer, Yann Cobigo, 12/04/2013
- Re: [cgal-discuss] Tetrahedral mesh viewer, Laurent Rineau (CGAL/GeometryFactory), 12/03/2013
Archive powered by MHonArc 2.6.18.