RE: [Fwd: Re: Installing root from source for MSVC]

From: Philippe Canal <pcanal_at_fnal.gov>
Date: Fri, 19 Aug 2005 10:21:01 -0500


To get a debug build set the variable ROOTBUILD to debug. Either

   export ROOTBUILD=debug
   make
or

   make ROOTBUILD=debug

Cheers,
Philippe.

-----Original Message-----
From: owner-roottalk_at_pcroot.cern.ch [mailto:owner-roottalk_at_pcroot.cern.ch] On Behalf Of Marc de kamps
Sent: Friday, August 19, 2005 7:55 AM
To: roottalk_at_pcroot.cern.ch
Subject: [Fwd: Re: [ROOT] Installing root from source for MSVC]

Yes, that did it. Thanks ! (maybe worth adding to the web site info ?)

I want to make a debug version of root under windows, suitable for MSVC, using cygwin. Using the configure and build procedure gives me an optimized, no debug version.

Normally, I'd do this by specifying the flags in $CXXFLAGS, but that doesn't seem to work.

Best regards,

        Marc

Hi,

The problem is that cygwin has an excutable

   /bin/link.exe
which hides the executable we need here (link.exe from the Microsoft's compiler).
To solve the problem I usually simply do:   mv /bin/link.exe /bin/link_cygwin.exe

Cheers,
Philippe. Received on Fri Aug 19 2005 - 17:22:51 MEST

This archive was generated by hypermail 2.2.0 : Tue Jan 02 2007 - 14:45:11 MET