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