[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compiling Nulib on Solaris 2.5
- Subject: Re: compiling Nulib on Solaris 2.5
- From: philip@io.bocaraton.ibm.com (Philip Stephens)
- Date: 1996/09/04
- Distribution: world
- Newsgroups: comp.sys.apple2
- Organization: IBM Boca Raton
- References: <50ijs1$4u0@news.asu.edu>
Adam,
It looks as if Nulib was written in the old-style K&R C, where as
your compiler is assuming ANSI C. The simplest way to avoid those
warnings and ensure that the program runs as expected is to pass
the option switch to the compiler that tells it to assume K&R C.
I can't tell you what that option switch is, but the man page for
your compiler will.