Re: [CMake] cmake and sun workshop compiler.

2008-12-09 Thread Bill Hoffman
George Neill wrote: Bill, On Tue, Dec 9, 2008 at 9:43 AM, Bill Hoffman <[EMAIL PROTECTED]> wrote: George Neill wrote: Bill, On Tue, Dec 9, 2008 at 7:02 AM, Bill Hoffman <[EMAIL PROTECTED]> wrote: George Neill wrote: Hi CMakers, I'd like to use cmake with the Sun cc/CC compiler on linux.

Re: [CMake] cmake and sun workshop compiler.

2008-12-09 Thread George Neill
Bill, >> Do you have CXXFLAGS, CFLAGS, or LDFLAGS set in your environment before you >> run CMake that have gnu flags in them? > > I do not, > > [EMAIL PROTECTED]:~$ env | grep CC > [EMAIL PROTECTED]:~$ env | grep CXX [EMAIL PROTECTED]:~$ env | grep CFLAGS [EMAIL PROTECTED]:~$ env | grep CXXFLAG

Re: [CMake] cmake and sun workshop compiler.

2008-12-09 Thread George Neill
Bill, On Tue, Dec 9, 2008 at 9:43 AM, Bill Hoffman <[EMAIL PROTECTED]> wrote: > George Neill wrote: >> >> Bill, >> >> On Tue, Dec 9, 2008 at 7:02 AM, Bill Hoffman <[EMAIL PROTECTED]> >> wrote: >>> >>> George Neill wrote: Hi CMakers, I'd like to use cmake with the Sun cc/CC com

Re: [CMake] cmake and sun workshop compiler.

2008-12-09 Thread Bill Hoffman
George Neill wrote: Bill, On Tue, Dec 9, 2008 at 7:02 AM, Bill Hoffman <[EMAIL PROTECTED]> wrote: George Neill wrote: Hi CMakers, I'd like to use cmake with the Sun cc/CC compiler on linux. What do I need to change to make this work? Put them in your PATH. Then set CC=cc, CXX=CC and ru

Re: [CMake] cmake and sun workshop compiler.

2008-12-09 Thread George Neill
Bill, On Tue, Dec 9, 2008 at 7:02 AM, Bill Hoffman <[EMAIL PROTECTED]> wrote: > George Neill wrote: >> >> Hi CMakers, >> >> I'd like to use cmake with the Sun cc/CC compiler on linux. What >> do I need to change to make this work? >> > > Put them in your PATH. Then set CC=cc, CXX=CC and run c

Re: [CMake] cmake and sun workshop compiler.

2008-12-09 Thread Bill Hoffman
George Neill wrote: Hi CMakers, I'd like to use cmake with the Sun cc/CC compiler on linux. What do I need to change to make this work? Put them in your PATH. Then set CC=cc, CXX=CC and run cmake. -Bill ___ CMake mailing list CMake@cmake.org

[CMake] cmake and sun workshop compiler.

2008-12-08 Thread George Neill
Hi CMakers, I'd like to use cmake with the Sun cc/CC compiler on linux. What do I need to change to make this work? Thanks, George. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake