home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / os2 / programm / 4746 < prev    next >
Encoding:
Text File  |  1992-09-04  |  1.3 KB  |  31 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!mcsun!Germany.EU.net!news.netmbx.de!zrz.tu-berlin.de!math.fu-berlin.de!informatik.tu-muenchen.de!rommel
  3. From: rommel@Informatik.TU-Muenchen.DE (Kai-Uwe Rommel)
  4. Subject: Re: C++ problems with emx.
  5. References: <1992Aug17.014131.9113@nuscc.nus.sg> <1992Sep4.145421.18697@u.washington.edu>
  6. Sender: news@Informatik.TU-Muenchen.DE (USENET Newssystem)
  7. Organization: Technische Universitaet Muenchen, Germany
  8. Date: Fri, 4 Sep 1992 17:49:53 GMT
  9. Message-ID: <1992Sep4.174953.29294@Informatik.TU-Muenchen.DE>
  10. Lines: 19
  11.  
  12. In article <1992Sep4.145421.18697@u.washington.edu> buckley@milton.u.washington.edu ( ) writes:
  13. >G:/emx/lib//libgpp.a(sbufvscan.o): undefined sysmbol _strtout referenced
  14. >from text segment
  15. >
  16. >I used gcc -o hello.exe hello.cpp    to try and compile the example (like one 
  17. >of the DOC's stated.
  18.  
  19. You probably mistyped _strtoul above. This function is missing from the
  20. original emx C library. For this reason, the emxgpp.zip archive contains
  21. this function in \emx\lib\misc together with a make.cmd file which shows
  22. how to add this function to the library.
  23.  
  24. Kai Uwe Rommel
  25.  
  26. /* Kai Uwe Rommel --- rommel@informatik.tu-muenchen.de */
  27.  
  28. DOS ... is still a real mode only non-reentrant interrupt
  29. handler, and always will be.                -Russell Williams
  30.  
  31.