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