[Cmake] RE: Cmake digest, Vol 1 #347 - 2 msgs

Abe Gulko agulko at powerllel.com
Thu Feb 6 18:23:07 EST 2003


Q:
	How would I change the compiler in Linux - gcc to gcc3 and g++ to g++3 ?

-----Original Message-----
From: cmake-admin at public.kitware.com
[mailto:cmake-admin at public.kitware.com]On Behalf Of
cmake-request at public.kitware.com
Sent: Thursday, February 06, 2003 6:49 AM
To: cmake at public.kitware.com
Subject: Cmake digest, Vol 1 #347 - 2 msgs


Send Cmake mailing list submissions to
	cmake at public.kitware.com

To subscribe or unsubscribe via the World Wide Web, visit
	http://public.kitware.com/mailman/listinfo/cmake
or, via email, send a message with subject or body 'help' to
	cmake-request at public.kitware.com

You can reach the person managing the list at
	cmake-admin at public.kitware.com

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Cmake digest..."


Today's Topics:

   1. RE: CMake with linux c++ compiler (Lorensen, William E (Research))
   2. Re: CMake with linux c++ compiler (Brad King)

--__--__--

Message: 1
From: "Lorensen, William E (Research)" <lorensen at crd.ge.com>
To: "Lorensen, William E (Research)" <lorensen at crd.ge.com>,
	"'cmake at public.kitware.com'" <cmake at public.kitware.com>
Subject: RE: [Cmake] CMake with linux c++ compiler
Date: Wed, 5 Feb 2003 17:04:59 -0500

Well, I moved to another linux box and it seems to be building.
Fingers crossed...

Bill

-----Original Message-----
From: Lorensen, William E (Research)
Sent: Wednesday, February 05, 2003 4:48 PM
To: 'cmake at public.kitware.com'
Subject: [Cmake] CMake with linux c++ compiler


Has anyone built cmake with the Intel linux c++ compiler, either version 6
or 7. I get the following
errors:




_______________________________________________
Cmake mailing list
Cmake at public.kitware.com
http://public.kitware.com/mailman/listinfo/cmake

--__--__--

Message: 2
Date: Wed, 5 Feb 2003 17:31:18 -0500 (EST)
From: Brad King <brad.king at kitware.com>
To: "Lorensen, William E (Research)" <lorensen at crd.ge.com>
Cc: "'cmake at public.kitware.com'" <cmake at public.kitware.com>
Subject: Re: [Cmake] CMake with linux c++ compiler

> Has anyone built cmake with the Intel linux c++ compiler, either version
> 6 or 7.

I just built it successfully with version 7:

CC=icc70
CXX=icc70
CFLAGS=
CXXFLAGS=

Either of these commands worked:
$ cmake ../CMake && make
$ ../CMake/configure && make

-Brad



--__--__--

_______________________________________________
Cmake mailing list
Cmake at public.kitware.com
http://public.kitware.com/mailman/listinfo/cmake


End of Cmake Digest




More information about the CMake mailing list