home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / alt / toolkits / xview / 1076 < prev    next >
Encoding:
Internet Message Format  |  1992-11-24  |  1.6 KB

  1. Xref: sparky alt.toolkits.xview:1076 comp.windows.open-look:4581 comp.windows.x:19335
  2. Newsgroups: alt.toolkits.xview,comp.windows.open-look,comp.windows.x
  3. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!math.fu-berlin.de!hamel!rene
  4. From: rene@hamel.uucp (Rene Mueller)
  5. Subject: Re: japanese compilation: undefined symbols 
  6. Message-ID: <DL28G9E@math.fu-berlin.de>
  7. Sender: rene@hamel (Rene Mueller)
  8. Organization: Free University of Berlin, Germany
  9. References:  <1992Nov18.172813.7096@mr.med.ge.com>
  10. Date: Thu, 19 Nov 1992 12:12:12 GMT
  11. Lines: 28
  12.  
  13. In article <1992Nov18.172813.7096@mr.med.ge.com>, carl@crazyman.med.ge.com (Carl Crawford) writes:
  14. |> i have a xview program that runs correctly under openwindows v3 in 
  15. |> the usa. when it is compiled on a machine in japan the 
  16. |> following symbols are undefined:
  17. |> 
  18. |>     cc -02 -I/usr/openwin/include   -target sun4 main.o driver.o ......
  19. |>     Undefined
  20. |>     _cm_close
  21. |>     _cm_put
  22. |>     _cm_open
  23. |>     __des_crypt
  24. |> 
  25. |> why won't the code load in japan?
  26. |> --
  27. |> Carl R. Crawford       Voice: 414-521-6572
  28. |> GE Medical Systems       Fax: 414-521-6549
  29. |> P.O. Box 414, W-875       Internet: crawfordc@med.ge.com
  30. |> Milwaukee, WI 53201       
  31. Some includefiles and some libraries aren't allowed in other countries than USA!!
  32. These includes those libraries which includes __des_crypt...
  33. The other symbols.. I didn't have seen them here (germany), but it should be the
  34. same problem.
  35. The ONLY solution:
  36. use other funktions
  37. BUT ONLY FOR NOT USA!!!!!
  38. The libraries not included in other countries were libraries for encryption!
  39.  
  40.     Rene
  41.