home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / windows / intervie / 3232 < prev    next >
Encoding:
Text File  |  1992-11-22  |  1.5 KB  |  50 lines

  1. Newsgroups: comp.windows.interviews
  2. Path: sparky!uunet!vuse.vanderbilt.edu!ejmrs
  3. From: ejmrs@vuse.vanderbilt.edu (Eric J. Manders)
  4. Subject: small(?)  problem building IV on SPARC
  5. Message-ID: <By4vK9.BzJ@vuse.vanderbilt.edu>
  6. Originator: ejmrs@taacman
  7. Sender: news@vuse.vanderbilt.edu
  8. Nntp-Posting-Host: taacman
  9. Organization: Vanderbilt University School of Engineering, Nashville, TN, USA
  10. Distribution: usa
  11. Date: Sun, 22 Nov 1992 20:00:08 GMT
  12. Lines: 36
  13.  
  14. I have been trying to build IV3.1beta on a Sparcstation 1, using
  15. SunC++ 2.1 and X11R4 under SunOs 4.1.2
  16.  
  17. There are no compilation errors but libIV.so is never created when the
  18. source files have been compiled. The directories InterViews,
  19. IV-2_6, IV-X11, Dispatch, OS and TIFF all seem to be traversed
  20. properly during compilation
  21.  
  22. In comparison, when libUnidraw is created, I get a message:
  23.  
  24. ...
  25. building libUnidraw.so.3.1
  26. rm -f libUnidraw.so.3.1~
  27. ld -o libUnidraw.so.3.1~ -assert pure-text *.o
  28. rm -f libUnidraw.so.3.1
  29. mv libUnidraw.so.3.1~ libUnidraw.so.3.1
  30. ...
  31.  
  32. after the sources are compiled. However, for libIV there is never such
  33. a message. There are no other errors except of course that when
  34. building the executables it complains that libIV does not exist.
  35.  
  36. In case it is of importance, apart from setting the compiler and X11
  37. directories correctly, I have inserted the following at the
  38. appropriate places in local.def:
  39.  
  40. #define LanguageCCDefines -Dcplusplus_2_1
  41. #define SharedCCFlags -PIC
  42.  
  43. In addition I set my temp directory somewhere else with
  44. #ExtraCCFlags
  45.  
  46. Can someone tell me what is going on here?
  47.  
  48. Thanks,
  49.  
  50.