Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] want to use CGAL in Matlab, but can't compile mex file in matlab,

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] want to use CGAL in Matlab, but can't compile mex file in matlab,


Chronological Thread 
  • From: Marc Glisse <>
  • To:
  • Subject: Re: [cgal-discuss] want to use CGAL in Matlab, but can't compile mex file in matlab,
  • Date: Sun, 12 Jan 2014 21:53:05 +0100 (CET)

On Sun, 12 Jan 2014,

wrote:

Marc Glisse wrote
You need to add --reinstall somewhere in that line, probably between
apt-get and install. Then check that the file /usr/bin/ld has reappeared.

The following page is also suggesting the same method (as you are
suggesting), but unfortunately, I am not able to see ld file in /usr/bin/
directory (even though ldd, ld.bfd and ld.gold files do exist and I don't
know if they are related or not).

http://askubuntu.com/questions/86923/how-can-i-reinstall-binary-file-usr-bin-ld

You probably mistyped something... An alternative, now I know you are using ubuntu:

sudo ln -s ld.bfd /usr/bin/ld

--
Marc Glisse



Archive powered by MHonArc 2.6.18.

Top of Page