[comp.lang.modula3] Problem making demos

challal@kazan.dec.com (EIS PARIS Diderot) (04/19/91)

I have installed m3 vers 1.6 on our  Decstation 5400 with ULTRIX version 4.1 
and have successfully executed:  make system, make install-system, make tools, 
make test.  

However when I try make demos I get the following errors.  Have you any idea
what is causing this and how to correct it?  (By the way I broke the compile
command into 4 lines in this message for readability)

Thanks in advance

Freddy
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

--- X11R4 starting on Fri Apr 19 16:00:03 GMT 1991
------ games starting on Fri Apr 19 16:00:04 GMT 1991
--------- hw starting on Fri Apr 19 16:00:05 GMT 1991
/usr/local/bin/m3  -O -o hw hw.mo -lm3misc -lm3Xaw -lm3Xt -lm3X11  
		/usr/local/lib/libXaw.a /usr/local/lib/libXmu.a
		/usr/local/lib/libXext.a /usr/local/lib/libXt.a 
		/usr/local/lib/libX11.a
ld:
Can't locate file for: -lXaw
ld: Usage: ld [options] file [...]
linking
*** Error code 1

Stop.
.ROOT/util/imake: Exit code 1.  Stop.
*** Error code 1

Stop.
.ROOT/util/imake: Exit code 1.  Stop.
*** Error code 1

Stop.
.ROOT/util/imake: Exit code 1.  Stop.
*** Error code 1

Stop.
.ROOT/util/imake: Exit code 1.  Stop.
*** Error code 1

Stop.

kalsow (Bill Kalsow) (04/20/91)

It looks like your driver /usr/local/bin/m3 isn't configured
correctly.  Run  '/usr/local/bin/m3 "-?"'  to verify the
configuration of your driver.  Then, add "-v" and "-d" to
your link command.  The resulting output should tell you
what's happening.

  - Bill Kalsow