|
Author |
Message |
Hong Sin #1 / 5
|
 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 |
|
 |
morgan mair fhe #2 / 5
|
 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 |
|
 |
Zoran Cutur #3 / 5
|
 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 |
|
 |
Joona I Palast #4 / 5
|
 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 |
|
 |
morgan mair fhe #5 / 5
|
 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 |
|
|
|