T.R | Title | User | Personal Name | Date | Lines |
---|
822.1 | | FLUME::dike | | Tue May 23 1989 17:38 | 4 |
| There are no X$GAG_BARF_BLETCH (or DWT$..., for that matter) calls on the PMAX.
You have to use the MIT bindings.
Jeff
|
822.2 | | ORPHAN::WINALSKI | Paul S. Winalski | Wed May 24 1989 02:10 | 7 |
| RE: .1
I thought we were making both sets of bindings available on all platforms.
What happened?
--PSW
|
822.3 | Mit binding does the same? | 42721::BULLARD | Play it again,SAMS | Wed May 24 1989 07:01 | 17 |
|
-< Same problem with MIT binding >-
I have tried the MIT bindings but every X... reference is thrown
out as undefined.
This is the command that my Makefile executes:-
f77 -c -O -I. -I/usr/include/X11 -I/usr/include
f77 -O -I. -I/usr/include/X11 -I/usr/include -o window window.o
/usr/lib/libdwt.a /usr/lib/libX11.a /usr/lib/libX11F77.a -lm
Are there any obvious errors here?
regards Mark
|
822.4 | | FLUME::dike | | Wed May 24 1989 10:31 | 11 |
| Try
f77 -O -I. -I/usr/include/X11 -I/usr/include -o window window.o
-ldwt -lX11F77 -lX11 -lm
libX11F77.a refers contains references into libX11.a, so it has to come before
libX11.a.
Providing the VMS bindings on PMAX would have taken more time than we had to
play with at the time.
Jeff
|