[Expat-bugs] [Bug #121975] Compilation fails for Expat expat-1.95.1

noreply@sourceforge.net noreply@sourceforge.net
Mon, 18 Dec 2000 21:24:27 -0800


Bug #121975, was updated on 2000-Nov-08 09:07
Here is a current snapshot of the bug.

Project: Expat XML Parser
Category: None
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: rajanvaradha
Assigned to : nobody
Summary: Compilation fails for Expat expat-1.95.1

Details: (cd .libs && rm -f libexpat.so.0 && ln -s libexpat.so.0.0.1 libexpat.so.0)
(cd .libs && rm -f libexpat.so && ln -s libexpat.so.0.0.1 libexpat.so)
ar cru .libs/libexpat.a  xmlparse.o xmltok.o xmlrole.o 
../libtool: ar: not found
*** Error code 1
make: Fatal error: Command failed for target `libexpat.la'
Current working directory /export/home/rajanr/perl/xml/expat-1.95.1/lib
*** Error code 1
make: Fatal error: Command failed for target `lib'

I then checked up the Makefile in the lib directory, it has LIBRARY=libexpat.la there. I could not understand the ar cru .libs/libexpat.a line.


Can some body help please

rajanvaradha@hotmail.com

Follow-Ups:

Date: 2000-Dec-18 21:24
By: fdrake

Comment:
What kind of system are you attempting this on?  Please provide the ouptut of "uname -s -r -m -p".

Thanks!
-------------------------------------------------------

Date: 2000-Nov-10 06:36
By: rajanvaradha

Comment:
Gents,
Problem solved I did not have access to the ar command, and added /usr/ccs/bin to my path and that cleared the problem.

Please close this record.

Regards
Rajan
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=121975&group_id=10127