home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / gcc / help / 2536 < prev    next >
Encoding:
Text File  |  1992-11-16  |  888 b   |  25 lines

  1. Newsgroups: gnu.gcc.help
  2. Path: sparky!uunet!convex!darwin.sura.net!wupost!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ll.mit.edu!cogen
  3. From: cogen@ll.mit.edu (David Cogen)
  4. Subject: library in gcc; program in acc; undefined builtin_saveregs
  5. Message-ID: <9211161235.AA03609@LL.MIT.EDU>
  6. Sender: daemon@cis.ohio-state.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Mon, 16 Nov 1992 07:35:19 GMT
  10. Lines: 13
  11.  
  12. I am building my library with gcc. One of the functions calls va_start, for
  13. which I am #including stdarg.h
  14.  
  15. The main program is compiled with acc. I have no control over this. It uses the
  16. function in my library which calls va_start. When I link I get an error
  17. "undefined __builtin_saveregs".
  18.  
  19. What can I do about this? Note that there is no way I can use gcc for the main
  20. program, but I would like to be able to use it for the library which I am
  21. developing. 
  22.  
  23. David Cogen.
  24.  
  25.