Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Help with linking Oracle forms exec
In comp.unix.unixware.misc George Zachary <georgez_at_tig.com.au> wrote:
: Hi,
: I've just installed Dev2000/1.6.1 on UnixWare 7.0.1 (after installing
: Motif Dev Kit), but when relinking
: the executables I get the following (using the default .mk in
: $ORACLE_HOME/forms45/lib).
: Looks like there is a missing library. Any idea ?
: Thanks in advance,
: George
: -L/usr/X/lib -lXm -L/usr/X/lib -lX11 -lXt -lgen -lm
You will need to add -lSM and -lICE
It should probably looks something like
-lX11 -lgen -lm -L/usr/X/lib -lXm -lXt -lSM -lICE
Check dejanews for Martin's who_defines script.
You will have to go back a few years.
It's VERY usefull in tracking linking problems down.
: Undefined first referenced
: symbol in file
: SmcOpenConnection /usr/X/lib/libXt.a(Shell.o)
: XGrabButton
: /usr/X/lib/libXt.a(PassivGrab.o)
: SmcGetIceConnection /usr/X/lib/libXt.a(Shell.o)
: XDisplayName /usr/X/lib/libXt.a(Display.o)
[snip]
--
Tim Rice Multitalents 707 887-1469
tim_at_trr.metro.net
Received on Wed Jun 23 1999 - 19:43:19 CDT
![]() |
![]() |