[comp.windows.x] X11 R4 build on Sun3

jht@suned1.Nswses.Navy.MIL (James H Tibbs) (08/19/90)

HI,

 I am new to X world and am having some difficulty building X11 R4, for
the first time, on a Sun3 running 4.0.3. The errors I am getting (during
"make world" as well as "make install") are of the form;

                  ld.so: libXmu.so.4: not found^M 

 A "find . -name '*libXmu.so*' -print" at the top of the build directory
reveals that the similarly named files;

                 ./lib/Xmu/libXmu.sa.4.0
                 ./lib/Xmu/libXmu.so.4.0

do exist. 
  Below I have listed the errors contained in both my "make.world" and
"make.install" output files. The errors are surrouned by other output for
context.
 Additionally, I am using gcc version 1.37.1 and have set the appropriate
parameters.
 Any hints about how I might go about fixing this problem will be well
appreciated.

 Thanks in advance and sorry if I am rehasing an old problem.


  From "make World"

BEGIN
----------------------------------------------------
gcc -DNOSTDHDRS -fstrength-reduce -fpcc-struct-return -o showsnf -O  showsnf.o fontutil.o    
making all in ./fonts/mkfontdir...
making all in ./fonts/bdf...
making all in ./fonts/bdf/misc...
../../.././fonts/bdftosnf/bdftosnf -t 5x8.bdf >5x8.snf
../../.././fonts/bdftosnf/bdftosnf -t 6x9.bdf >6x9.snf
  .
  .
../../.././fonts/bdftosnf/bdftosnf -t 8x16rk.bdf >8x16rk.snf
../../.././fonts/mkfontdir/mkfontdir .
ld.so: libXmu.so.4: not found^M
*** Error code 127
make: Warning: Target `all' not remade because of errors
Current working directory /home4v/X11R4src/mit/fonts/bdf/misc
making all in ./fonts/bdf/75dpi...
../../.././fonts/bdftosnf/bdftosnf -t courB08.bdf >courB08.snf
  .
  .
../../.././fonts/bdftosnf/bdftosnf -t lutRS19.bdf >lutRS19.snf
../../.././fonts/mkfontdir/mkfontdir .
ld.so: libXmu.so.4: not found^M
*** Error code 127
make: Warning: Target `all' not remade because of errors
Current working directory /home4v/X11R4src/mit/fonts/bdf/75dpi
making all in ./fonts/bdf/100dpi...
../../.././fonts/bdftosnf/bdftosnf -t courB08.bdf >courB08.snf
../../.././fonts/bdftosnf/bdftosnf -t courB10.bdf >courB10.snf
  .
  .
../../.././fonts/bdftosnf/bdftosnf -t lutRS19.bdf >lutRS19.snf
../../.././fonts/mkfontdir/mkfontdir .
ld.so: libXmu.so.4: not found^M
*** Error code 127
make: Warning: Target `all' not remade because of errors
Current working directory /home4v/X11R4src/mit/fonts/bdf/100dpi
making all in ./rgb...
  .
  .
---------------------------------------------------------------

From "make install"

BEGIN
---------------------------------------
+ install -c -m 0444 8x16.snf /usr/lib/X11/fonts/misc 
+ install -c -m 0444 8x16rk.snf /usr/lib/X11/fonts/misc 
../../.././fonts/mkfontdir/mkfontdir .
ld.so: libXmu.so.4: not found
*** Error code 127
make: Fatal error: Command failed for target `fonts.dir'
Current working directory /home4v/X11R4src/mit/fonts/bdf/misc
*** Error code 1
make: Fatal error: Command failed for target `install'
Current working directory /home4v/X11R4src/mit/fonts/bdf
*** Error code 1
make: Fatal error: Command failed for target `install'
Current working directory /home4v/X11R4src/mit/fonts
*** Error code 1
make: Fatal error: Command failed for target `install'
----------------------------------------
END