swarm-support
[Top][All Lists]
Advanced

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

Re: IRIX and Swarm-2.0.1


From: Marcus G. Daniels
Subject: Re: IRIX and Swarm-2.0.1
Date: 13 Oct 1999 08:39:11 -0700
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "JI" == Jonathan Impett <address@hidden> writes:

JI> but various attempts balk at libpng.la. 

A .la file is a libtool archive and you need to use libtool
as a wrapper to gcc do the link.  Hmm, I don't really see how your log
is possible give the makefile I posted.  The final link of pngtest should
look like this:

libtool --mode=link gcc -o pngtest 
-I/usr/people/marcusd/packages/swarm/zlib/include -Wall pngtest.o libpng.la 
-L/usr/people/marcusd/packages/swarm/zlib/lib -lpng -lz -lm
gcc -o .libs/pngtest -I/usr/people/marcusd/packages/swarm/zlib/include -Wall 
pngtest.o .libs/libpng.so -L/usr/people/marcusd/packages/swarm/zlib/lib -lpng 
-lz -lm -Wl,-rpath -Wl,/usr/people/marcusd/packages/swarm/png/lib
creating pngtest

If you want the test program to run, you'll probably need to symlink
the libz.so.* files into the .libs subdirectory.



                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

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