This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Macro _IOSTRG



In compiling gcc using /usr/ucb/cc, I have an error over the macro _IOSTRG.
This is in module libiberty/vsprintf.c 

b->_flag = _IOWRT|_IOSTRG; 

The macro _IOWRT is defind in /usr/ucbinclude/stdio.h 

I expected to find _IOSTRG there as well, but ofcourse it is not there. I
came across postings on the web complaining about the same thing but did not
come across any solutions. 


Thank You 
Amy Roberts 





_______________________________________________________
Send a cool gift with your E-Card
http://www.bluemountain.com/giftcenter/



In compiling gcc using /usr/ucb/cc, I have an error over the macro _IOSTRG.
This is in module libiberty/vsprintf.c 

 b->_flag = _IOWRT|_IOSTRG; 

The macro _IOWRT is defind in /usr/ucbinclude/stdio.h 

I expected to find _IOSTRG there as well, but ofcourse it is not there. I
came across postings on the web complaining about the same thing but did not
come across any solutions. 


Thank You 
Amy Roberts 





_______________________________________________________
http://inbox.excite.com




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]