home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / linux / 25835 < prev    next >
Encoding:
Text File  |  1993-01-28  |  762 b   |  29 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!gumby!smaug!beorn!mcfall
  3. From: mcfall@cs.hope.edu (Ryan Mcfall)
  4. Subject: problems linking with XView3L3
  5. Message-ID: <1993Jan29.032139.5080@cs.hope.edu>
  6. Sender: news@cs.hope.edu
  7. Reply-To: mcfall@cs.hope.edu
  8. Organization: Hope College
  9. Date: Fri, 29 Jan 1993 03:21:39 GMT
  10. Lines: 17
  11.  
  12. I'm trying to write some xviews programs with the Xview3 package found
  13. at tsx-11.mit.edu.  Compiling seems to go fine, but when I reach the
  14. link stage I receive the error
  15.   /usr/lib/libxview.a(fm_set.o) _frame_set_position undefined referenced
  16.   from text segment
  17.  
  18. Here's my command line:
  19.   cc -g -o guidetest guidetest.o stubs.o -L/usr/lib -lxview -lolgx -lX11
  20.  
  21. Has anybody run into these problems??
  22.  
  23. Thanks,
  24. Ryan
  25. mcfall@cs.hope.edu
  26.  
  27.  
  28.  
  29.