Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] taucs

Subject: CGAL users discussion list

List archive

[cgal-discuss] taucs


Chronological Thread 
  • From: <>
  • To:
  • Subject: [cgal-discuss] taucs
  • Date: Thu, 19 Aug 2010 20:26:13 +0200 (CEST)

Hi Laurent,

I tried again, this is the procedure I did:

copy libtaucs-vc90-mt.lib (without "-gd") to libtaucs.lib, and put into
CGAL-3.6.1\auxiliary\taucs\lib folder
copy libmetis-vc90-mt.lib (without "-gd") to libmetis.lib, and put into
CGAL-3.6.1\auxiliary\taucs\lib folder

copy the attached file to CGAL-3.6.1/include/CGAL/auto_link/TAUCS.h

Then launch CGAL, clean solution, rebuild debug and release version.

Then launch my application, clean solution, rebuild debug and release version.
I still get the error:
C:\Program Files\CGAL-3.6.1\auxiliary\taucs\lib\libtaucs-vc90-mt-gd.pdb :
fatal
error LNK1107: invalid or corrupt file: cannot read at 0x1B000

Is any wrong with my procedure?

Best regards,
Ruisheng


On Thursday 19 August 2010 18:39:16

wrote:
> On Thursday 19 August 2010 17:53:03
>
> wrote:
> > Hi Laurent,
>
> thank you very much Laurent. I tried according to your instruction below.
> The error is the same as before.

In that case it means you have not followed my instructions. If
include/CGAL/auto_link/TAUCS.h no longer use name mangling, then the linker
should not longer search for libtaucs-vc9-mt-gd.lib but for libtaucs.lib only.

Perhaps you have not cleaned your solution before recompiling.


  • [cgal-discuss] taucs, wangruisheng, 08/19/2010

Archive powered by MHonArc 2.6.16.

Top of Page