swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Installation of libXpm on HPUX 10.10


From: Rick Riolo
Subject: Re: Installation of libXpm on HPUX 10.10
Date: Tue, 26 Nov 1996 07:31:40 -0500 (EST)

Hi,
Yes, I installed the main libXpm.a on hpux 9.05 as shown below.
I just ran the Makefile.noX with no changes.
That made the libXpm.a, which is all I needed/wanted.
So I never even bothered to point the make/compiler to 
  /usr/include/X11R5/X11/extensions/shape.h
which is what it stopped on.

I then just mv'd the libXpm.a to /usr/local/lib .

Let me know if this doesn't work for you.
 - r

Rick Riolo                       address@hidden
Program for Study of Complex Systems (PSCS)
1061 Randall Lab     University of Michigan
Ann Arbor MI 48109-1120
http://pscs.physics.lsa.umich.edu/PEOPLE/rlr-home.html

On Mon, 25 Nov 1996, Richard Hanschu wrote:

> Date: Mon, 25 Nov 1996 17:37:30 +0000
> From: Richard Hanschu <address@hidden>
> To: address@hidden
> Subject: Re: Installation of libXpm on HPUX 10.10
> 
> > 
> > I haven't moved to hpux 10.10 yet, but I will be soon (actually, to
> > 10.20), so I'd be most interested in anything you learn.
> >  - r
> 
> Have you gotten the libraries installed on any version of HPUX? I 
> don't think this is a 10.10 specific problem, just that I can't 
> figure out how to customize the makefile.
> 
> Richard
> 

maria-rlr)make -f Makefile.noX
making all in ./lib...
make[1]: Entering directory `/s/appl/xpm-3.4f/lib'
+ mkdir ../X11 
rm -f ../X11/xpm.h; \
ln -s ../lib/xpm.h ../X11
cc -O -DZPIPE   -c data.c -o data.o
cc -O -DZPIPE   -c create.c -o create.o
cc -O -DZPIPE   -c misc.c -o misc.o
cc -O -DZPIPE   -c rgb.c -o rgb.o
cc -O -DZPIPE   -c scan.c -o scan.o
cc -O -DZPIPE   -c parse.c -o parse.o
cc -O -DZPIPE   -c hashtab.c -o hashtab.o
cc -O -DZPIPE   -c WrFFrP.c -o WrFFrP.o
cc -O -DZPIPE   -c RdFToP.c -o RdFToP.o
cc -O -DZPIPE   -c CrPFrDat.c -o CrPFrDat.o
cc -O -DZPIPE   -c CrDatFrP.c -o CrDatFrP.o
cc -O -DZPIPE   -c WrFFrI.c -o WrFFrI.o
cc -O -DZPIPE   -c RdFToI.c -o RdFToI.o
cc -O -DZPIPE   -c CrIFrDat.c -o CrIFrDat.o
cc -O -DZPIPE   -c CrDatFrI.c -o CrDatFrI.o
cc -O -DZPIPE   -c CrIFrBuf.c -o CrIFrBuf.o
cc -O -DZPIPE   -c CrPFrBuf.c -o CrPFrBuf.o
cc -O -DZPIPE   -c CrBufFrI.c -o CrBufFrI.o
cc -O -DZPIPE   -c CrBufFrP.c -o CrBufFrP.o
cc -O -DZPIPE   -c RdFToDat.c -o RdFToDat.o
cc -O -DZPIPE   -c WrFFrDat.c -o WrFFrDat.o
cc -O -DZPIPE   -c Attrib.c -o Attrib.o
cc -O -DZPIPE   -c CrIFrP.c -o CrIFrP.o
cc -O -DZPIPE   -c CrPFrI.c -o CrPFrI.o
cc -O -DZPIPE   -c Image.c -o Image.o
cc -O -DZPIPE   -c Info.c -o Info.o
cc -O -DZPIPE   -c RdFToBuf.c -o RdFToBuf.o
cc -O -DZPIPE   -c WrFFrBuf.c -o WrFFrBuf.o
ar r libXpm.a data.o create.o misc.o rgb.o scan.o parse.o hashtab.o 
WrFFrP.o RdFToP.o CrPFrDat.o CrDatFrP.o WrFFrI.o RdFToI.o CrIFrDat.o 
CrDatFrI.o CrIFrBuf.o CrPFrBuf.o CrBufFrI.o CrBufFrP.o RdFToDat.o 
WrFFrDat.o Attrib.o CrIFrP.o CrPFrI.o Image.o Info.o RdFToBuf.o WrFFrBuf.o
ar: creating libXpm.a
ranlib libXpm.a
make[1]: Leaving directory `/s/appl/xpm-3.4f/lib'
making all in ./sxpm...
make[1]: Entering directory `/s/appl/xpm-3.4f/sxpm'
cc -O -I..    -c sxpm.c -o sxpm.o
cpp: "sxpm.c", line 45: error 4036: Can't open include file 
'X11/extensions/shape.h'.
make[1]: *** [sxpm.o] Error 1
make[1]: Leaving directory `/s/appl/xpm-3.4f/sxpm'
make: *** [all] Error 2
maria-rlr)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]