>> I'm running it under Solaris (one of the few things I've actually gotten >> to compile under Solaris *sigh*) > >> Here is the Makefile I use to compile under Solaris... > [snip] > >Skip the -Wall option at MYFLAGS. I think that's an gcc option, >Suns SparcWorks compiler doesn't recognise -Wall. > >I use these flags: > >CC = cc >MYFLAGS = -xO2 > >-xO2 is full optimization. > >Good luck compiling.. :) > >// Ziggur @ BlueMage Just a note - it is a "really good idea" (tm) to set your compiler to the most paranoid setting and occasionally run lint on the source. This helps catch all the little slips that otherwise can get missed and can be damn hard to find, like using == instead of = and vice versa. As far as I know there is no lint for gcc, but the -Wall flag is almost as good, I recommend you find out what the super paranoid/strict flag for your compiler is and use it. At first you will get a ton of warnings - but once you have tidied them up it makes maintaining and adding to the code much easier. -- Ich habe Dinge gesehen, die ihr Menschen niemals glauben wuerdet. Gigantische Schiffe, die brannten draussen vor der Schulter des Orion. Und ich habe C-Beams gesehen - glitzernd im Dunkeln nahe dem Tannhaeuser Tor. All diese Momente werden verloren sein in der Zeit...so wie Traenen im Regen. Zeit zu sterben...
This archive was generated by hypermail 2b30 : 12/18/00 PST