optimisation flags 
Author Message
 optimisation flags

dear all,
    I am running Solaris on a SUN server, but it has problems recognising
the optimisation flags that I got from a Irix system. From Irix, the CFLAGS
= -O3. In Unix , it does not recognise!
  Can anyone give me a hint on what I should fill in the CFLAGS
section??Thanks
  Pls pardon me for another novice question.


Tue, 09 Dec 2003 18:57:59 GMT  
 optimisation flags

Quote:

>dear all,
>    I am running Solaris on a SUN server, but it has problems recognising
>the optimisation flags that I got from a Irix system. From Irix, the CFLAGS
>= -O3. In Unix , it does not recognise!
>  Can anyone give me a hint on what I should fill in the CFLAGS
>section??Thanks
>  Pls pardon me for another novice question.

usually -O will turn on some optimization though you might have to do without -g

beyond that youll need to consult the man cc for each system

theres the gnu configure script which is supposed to be able figure out
some things like this

i use a different way to port but configure is the more popular method



Tue, 09 Dec 2003 19:23:20 GMT  
 optimisation flags

Quote:
> dear all,
>     I am running Solaris on a SUN server, but it has problems
>     recognising
> the optimisation flags that I got from a Irix system. From
> Irix, the CFLAGS = -O3. In Unix , it does not recognise!
>   Can anyone give me a hint on what I should fill in the CFLAGS
> section??Thanks
>   Pls pardon me for another novice question.

This is merrily not a C question. Please ask in
a compiler or system specific newsgroup.

--

"LISP  is worth learning for  the profound enlightenment  experience
you will have when you finally get it; that experience will make you
a better programmer for the rest of your days."   -- Eric S. Raymond



Tue, 09 Dec 2003 19:27:12 GMT  
 optimisation flags

Quote:

>> dear all,
>>     I am running Solaris on a SUN server, but it has problems
>>     recognising
>> the optimisation flags that I got from a Irix system. From
>> Irix, the CFLAGS = -O3. In Unix , it does not recognise!
>>   Can anyone give me a hint on what I should fill in the CFLAGS
>> section??Thanks
>>   Pls pardon me for another novice question.

> This is merrily not a C question. Please ask in
> a compiler or system specific newsgroup.

"Merrily" not a C question? What, does that article dance on hills,
singing "I'm not a C question, la la la..."?

--

| Kingpriest of "The Flying Lemon Tree" G++ FR FW+ M- #108 D+ ADA N+++|
| http://www.helsinki.fi/~palaste       W++ B OP+                     |
\----------------------------------------- Finland rules! ------------/

"It's not survival of the fattest, it's survival of the fittest."
   - Ludvig von Drake



Thu, 11 Dec 2003 03:20:06 GMT  
 optimisation flags

Quote:
>>>     I am running Solaris on a SUN server, but it has problems
>>>     recognising
>>> the optimisation flags that I got from a Irix system. From
>>> Irix, the CFLAGS = -O3. In Unix , it does not recognise!
>>>   Can anyone give me a hint on what I should fill in the CFLAGS
>>> section??Thanks
>>>   Pls pardon me for another novice question.

>> This is merrily not a C question. Please ask in
>> a compiler or system specific newsgroup.

>"Merrily" not a C question? What, does that article dance on hills,
>singing "I'm not a C question, la la la..."?

humor is off topic

please do not waste our time with off topic posts

take it rec.humor.moronic



Thu, 11 Dec 2003 07:14:32 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. /Zm flag seems to negate the /Zi flag

2. ENORMOUS Pb with VC7 linker optimisation !

3. Binary tree optimisation

4. Optimisation In C and Algorithm Develpment

5. Algorithm Optimisation Thoughts - Languageh Independent Stage Of Development

6. Code optimisation

7. Sequence Points, Aliasing & Optimisation

8. OT: Code Optimisation Links

9. optimisation

10. Code optimisation concerning pointers

11. Optimisation techniques ???

12. Optimisation

 

 
Powered by phpBB® Forum Software