home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / aix / 9179 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  1.4 KB

  1. Xref: sparky comp.unix.aix:9179 comp.windows.x:15796
  2. Newsgroups: comp.unix.aix,comp.windows.x
  3. Path: sparky!uunet!news.uiowa.edu!herky.cs.uiowa.edu!williams
  4. From: williams@herky.cs.uiowa.edu (Kent Williams)
  5. Subject: AIX X11R5 / GL library clashes
  6. Message-ID: <1992Aug28.144438.27173@news.uiowa.edu>
  7. Sender: news@news.uiowa.edu (News)
  8. Date: Fri, 28 Aug 1992 14:44:38 GMT
  9. Reply-To: williams@herky.cs.uiowa.edu (Kent Williams)
  10. Nntp-Posting-Host: herky.cs.uiowa.edu
  11. Organization: U of Iowa, Iowa City, IA
  12. Lines: 21
  13.  
  14. OK Gentle Gurus, here's another one:
  15.  
  16. Our application uses GL graphics under AIX.  If you link against the
  17. 'official' X libraries on AIX 3.1 (which are R3 :-() there's no problem.
  18. But now I'm linking against X11R5 libraries, and when I run my program I
  19. get the following dynamic linker errors:
  20.  
  21. Could not load program dge
  22. Symbol AIX_ASYNC in /lib/libgl.a is undefined
  23. Symbol XLookupMapping in /lib/libgl.a is undefined
  24. Could not load library libgl.a[shr.o]
  25. Error was: Exec format error
  26.  
  27. Now XLookupMapping is in the 3.1 liboldX.a but it's not documented except
  28. in AIX documentation.  I don't think it's anything I care about, since we
  29. don't use the GL event queue, but is it safe to dummy it out?
  30.  
  31. Also what is this AIX_ASYNC? It appears to be a integer 0, but does it have
  32. any special significance???
  33.  
  34. Thanks, by the way, to all who replied to my query on shared libraries and X.
  35.