Re: [Gems-users] Is gcc able to compile workloads in solaris?


Date: Thu, 11 Mar 2010 19:50:39 -0600
From: Dan Gibson <degibson@xxxxxxxx>
Subject: Re: [Gems-users] Is gcc able to compile workloads in solaris?
You should change the compiler (usually via a configure script or Makefile changes) for whatever you are building to use gcc (the GNU C Compiler) rather than cc (which on Solaris is usually Sun Studio Compiler). They accept different switches, etc., which can break your build.

You may also want to make sure gcc and/or cc is in your PATH.

Regards,
Dan

On Thu, Mar 11, 2010 at 7:25 PM, lopamudra chatterjee <lopamudralopa@xxxxxxxxxxxxxx> wrote:
Hi,

When I am trying to build workloads on solaris I am getting the error 'cc is not found' or 'c compiler can not create executables' although gcc is there .
If I create a symbolic link cc to gcc then I am getting 'invalid option' for 'cc-mt' or 'cc-native' which I think is probably not supported on gcc?
 So could anyone please suggest how can the workloads be compiled on solaris?
Thanks
Lopamudra


_______________________________________________
Gems-users mailing list
Gems-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/gems-users
Use Google to search the GEMS Users mailing list by adding "site:https://lists.cs.wisc.edu/archive/gems-users/" to your search.





--
http://www.cs.wisc.edu/~gibson [esc]:wq!
[← Prev in Thread] Current Thread [Next in Thread→]