I am having problems with building GPC. Aside from the problem with the prototype for concat, there is also another one with xmalloc in gbe.h and include/libiberty.h. There may be more.
I am installing on an Intel x86/Solaris 7 platform using GCC 2.95.2. I pulled down the GCC source from the Sunfreeware site and the GPC source from the GPC site. Do I have incompatible source GPC and GCC modules???
Any assistance will be greatly appreciated.
Regards,
Jing Gloria Texas Instruments
-----Original Message----- From: Maurice Lombardi [mailto:Maurice.Lombardi@ujf-grenoble.fr] Sent: Friday, July 13, 2001 02:21 PM To: Gloria, Jing Cc: gpc Subject: Re: GPC Build Error
Gloria, Jing wrote:
you say that the prototypes in both files are the same. Is it: extern char *concat PARAMS ((char *, ...)); or is it the one with ((const char *, ...));?
No, the prototypes differ exactly as in your case. Maurice