Seeing this, what GCC version are you using? I'd rather not modify what came with GCC, especially since its got a big bold warning at the top. ;]
Anything else I can do to resolve this? Russell On Wed, Feb 18, 2004 at 12:27:42PM -0500, Rick Cochran wrote: > Russell Adams wrote: > >I copied and pasted that from the original email to show the header > >error. > > Aha! > > Try this: > > # Hmm. The gcc version of stdlib.h in > # /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/3.0.1/include/stdlib.h > # is missing the prototype for 'setenv'. Make sure it's there. > > *** > /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/3.0.1/include/stdlib.h.orig > T > ue Sep 4 09:49:52 2001 > --- /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/3.0.1/include/stdlib.h > M > on Aug 19 16:19:37 2002 > *************** > *** 474,484 **** > --- 474,486 ---- > #ifdef _NO_PROTO > extern float atoff(); > extern float strtof(); > + extern int setenv(); > extern void imul_dbl(); > extern void umul_dbl(); > #else /* use prototypes */ > extern float atoff(char *); > extern float strtof(char *, char **); > + extern int setenv(char *, char *, int); > extern void imul_dbl(long, long, long *); > extern void umul_dbl(unsigned long, unsigned long, unsigned > long *); > #endif /* ifdef _NO_PROTO */ > > > -- > |Rick Cochran phone: 607-255-7618| > |Cornell CIT - Systems & Operations - Net-Print FAX: 607-255-8521| > |730 Rhodes Hall, Ithaca, N.Y. 14853 email: [EMAIL PROTECTED]| > > > ----------------------------------------------------------------------------- > YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRNG MAILING LIST > The address you post from MUST be your subscription address > > If you need help, send email to [EMAIL PROTECTED] (or lprng-requests > or lprng-digest-requests) with the word 'help' in the body. For the > impatient, > to subscribe to a list with name LIST, send mail to [EMAIL PROTECTED] > with: | example: > subscribe LIST <mailaddr> | subscribe lprng-digest [EMAIL PROTECTED] > unsubscribe LIST <mailaddr> | unsubscribe lprng [EMAIL PROTECTED] > > If you have major problems, send email to [EMAIL PROTECTED] with the word > LPRNGLIST in the SUBJECT line. > ----------------------------------------------------------------------------- ----------------------------------------------------------------------------- YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRNG MAILING LIST The address you post from MUST be your subscription address If you need help, send email to [EMAIL PROTECTED] (or lprng-requests or lprng-digest-requests) with the word 'help' in the body. For the impatient, to subscribe to a list with name LIST, send mail to [EMAIL PROTECTED] with: | example: subscribe LIST <mailaddr> | subscribe lprng-digest [EMAIL PROTECTED] unsubscribe LIST <mailaddr> | unsubscribe lprng [EMAIL PROTECTED] If you have major problems, send email to [EMAIL PROTECTED] with the word LPRNGLIST in the SUBJECT line. -----------------------------------------------------------------------------
