home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!kithrup!stanford.edu!agate!ames!sun-barr!cs.utexas.edu!wupost!gumby!destroyer!ubc-cs!utcsri!torn!csd.unb.ca!morgan.ucs.mun.ca!nstn.ns.ca!bonnie.concordia.ca!cidsv01.cid.aes.doe.CA!afshwrh
- From: afshwrh@cid.aes.doe.CA (Wayne Hodgins)
- Newsgroups: comp.windows.x
- Subject: jump relocation out-of-range
- Message-ID: <1992Aug19.125703.7774@cid.aes.doe.CA>
- Date: 19 Aug 92 12:57:03 GMT
- Distribution: na
- Organization: Environment Canada (CMC), Dorval, QC
- Lines: 24
-
- Hi
-
- When I attempt to compile & load the following code...
-
- #include <Xm/Xm.h>
- #include <X11/Intrinsic.h>
- #include <X11/StringDefs.h>
- #include <X11/Shell.h>
- .....
- Widget toplevel;
- XtAppContext app_context;
- .....
- toplevel = XtAppInitialize(&app_context,"XText",NULL,
- 0, &argc, argv, NULL, NULL, 0);
- .....
-
- I get this message from ld...
-
- /usr/lib/libX11.a(XlibInt.o): jump relocation out-of-range, bad object file prod
- uced, can't jump from 0x4d51e8 to 0x10048428 (syscall)
-
- The code loads fine as a standalone test program; the message occurs when
- I try to incorporate it into an existing larger program.
- Any ideas on what the problem may be?
-