home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / amiga / 2574 < prev    next >
Encoding:
Text File  |  1992-12-21  |  2.3 KB  |  61 lines

  1. Newsgroups: comp.unix.amiga
  2. Path: sparky!uunet!mcsun!sun4nl!fwi.uva.nl!solorzan
  3. From: solorzan@fwi.uva.nl (Valik Solorzano (I88))
  4. Subject: Help with Xlib port for the amiga
  5. Message-ID: <1992Dec18.125856.591@fwi.uva.nl>
  6. Keywords: Xlib
  7. Sender: news@fwi.uva.nl
  8. Nntp-Posting-Host: grab.fwi.uva.nl
  9. Organization: FWI, University of Amsterdam
  10. Date: Fri, 18 Dec 1992 12:58:56 GMT
  11. Lines: 48
  12.  
  13. After making a program in a Sun Workstation using gcc(2.2.2) as compiler, and
  14. Xlib, I tried to compile the same program on my Amiga. While compiling nothing
  15. went wrong, but when I get to the link part I get the following errors:
  16.  
  17. gcc:lib/libX11.a(obj.0060.793272): Undefined symbol _socket referenced from text
  18.  segment
  19. gcc:lib/libX11.a(obj.0060.793272): Undefined symbol _connect referenced from tex
  20. t segment
  21. gcc:lib/libX11.a(obj.0060.793272): Undefined symbol _inet_addr referenced from t
  22. ext segment
  23. gcc:lib/libX11.a(obj.0060.793272): Undefined symbol _gethostbyname referenced fr
  24. om text segment
  25. gcc:lib/libX11.a(obj.0060.793272): Undefined symbol _socket referenced from text
  26.  segment
  27. gcc:lib/libX11.a(obj.0060.793272): Undefined symbol _setsockopt referenced from
  28. text segment
  29. gcc:lib/libX11.a(obj.0060.793272): Undefined symbol _connect referenced from tex
  30. t segment
  31. gcc:lib/libX11.a(obj.0161.793272): Undefined symbol __iob referenced from text s
  32. egment
  33. gcc:lib/libX11.a(obj.0161.793272): Undefined symbol __iob referenced from text s
  34. egment
  35. gcc:lib/libX11.a(obj.0161.793272): Undefined symbol __iob referenced from text s
  36. egment
  37. gcc:lib/libX11.a(obj.0245.793272): Undefined symbol __iob referenced from text s
  38. egment
  39. gcc:lib/libX11.a(obj.0245.793272): Undefined symbol __iob referenced from text s
  40. egment
  41. gcc:lib/libX11.a(obj.0245.793272): Undefined symbol __iob referenced from text s
  42. egment
  43. gcc:lib/libX11.a(obj.0246.793272): Undefined symbol __flsbuf referenced from tex
  44. t segment
  45.  
  46. Could someone tell me what is wrong or do I need other things to get my program
  47. linked correctly.
  48.  
  49. I almost forgot to tell that I'm using the Xwindows libraries someone (I think
  50. from Mr. Getzinger) ported to the Amiga, this libraries were ported for the
  51. SASC compiler, but with the help of a friend I could traslate this libraries
  52. into gcc format using oml, ar and ranlib.
  53.  
  54. Thanks in advance
  55.  
  56. You can contact me at:
  57.  
  58.   solorzan@carol.fwi.uva.nl
  59.  
  60. ----Valik----
  61.