home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / aix / 13767 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.4 KB  |  31 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!timbuk.cray.com!mmc.mmmg.com!mmm.serc.3m.com!umn.edu!math.fu-berlin.de!neuro.informatik.uni-kassel.de!jochenr
  3. From: jochenr@neuro.informatik.uni-kassel.de (Jochen Ruhland)
  4. Subject: Re: xlC++ Severe Compiler Error - solved!!
  5. Message-ID: <4B60S0F@math.fu-berlin.de>
  6. Sender: news@math.fu-berlin.de (Math Department)
  7. Organization: FG Neuronale Netzwerke - Uni Kassel
  8. References: <19930122.052714.669@almaden.ibm.com> <19930125.082802.265@almaden.ibm.com>
  9. Date: Tue, 26 Jan 1993 16:14:29 GMT
  10. Lines: 19
  11.  
  12. The problem is found, and whats more important, it's solved.
  13. The C++ compiler checks some non-documented environment variables to
  14. see if there are any modifications to the source-code regarding the
  15. source code.
  16. In that special case the compiler did not found it, was looking for
  17. the default language, and found it to be german.
  18. And now he was looking for german-formatted numbers in the source.
  19. (( We (so said DIN) write 100,00 when we really mean 100.00 ))
  20. So, BTW has anyone ever seen a compiler who translates the
  21. language-keywords to another foreign language?? IBM must be mad!!!
  22.  
  23. "You can use any language you want, if it's english"
  24.     Henry Ford (not quite ok, but nearly)
  25. -- 
  26. *     FG Neuronale Netzwerke / Uni Kassel       * 
  27. *     Jochen Ruhland                            *
  28. *     Heinrich-Plett-Str. 40                    *
  29. *     D-3500 Kassel                             *
  30. *     jochenr@neuro.informatik.uni-kassel.de    *
  31.