home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / windows / x / 14568 < prev    next >
Encoding:
Text File  |  1992-07-29  |  1.0 KB  |  26 lines

  1. Xref: sparky comp.windows.x:14568 comp.windows.x.apps:665 alt.sources:1787
  2. Path: sparky!uunet!darwin.sura.net!mips!swrinde!network.ucsd.edu!natasha.sdsc.edu!warner
  3. From: warner@natasha.sdsc.edu (Ken Warner)
  4. Newsgroups: comp.windows.x,comp.windows.x.apps,alt.sources
  5. Subject: Re: XPaint 2.0 Beta 2 Release Information
  6. Message-ID: <156l7cINN5so@network.ucsd.edu>
  7. Date: 29 Jul 92 17:40:59 GMT
  8. References: <l76c4kINNa20@spim.mips.com> <1992Jul28.043710.11803@cs.ucla.edu> <MEISSNER.92Jul28154617@tiktok.osf.org>
  9. Sender: Ken Warner
  10. Followup-To: comp.windows.x
  11. Distribution: usa
  12. Organization: San Diego Supercomputer Center
  13. Lines: 10
  14. NNTP-Posting-Host: natasha.sdsc.edu
  15.  
  16. I used the following flags and succesfully compiled XPaint with gcc--
  17. however, when I run xpaint (X11r4;Motif 1.1.2, Sparcstation 2) it 
  18. dumps core.  Oh well,...
  19.  
  20. CFLAGS = -g -ansi -fno-builtin -mfpu -mno-epilogue -Dsparc  
  21.  
  22. The last flag is a little devious.  math.h includes floatingpoint.h includes ieeefp.h 
  23. which defines an enum with the sparc flag.
  24.  
  25. Ken Warner
  26.