[ expat-Bugs-461747 ] Unable to install expat
noreply@sourceforge.net
noreply@sourceforge.net
Fri Sep 14 20:23:01 2001
Bugs item #461747, was opened at 2001-09-14 20:22
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=110127&aid=461747&group_id=10127
Category: None
Group: Platform Specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Mark Koskenmaki (powerwagon)
Assigned to: Nobody/Anonymous (nobody)
Summary: Unable to install expat
Initial Comment:
I can compile, but not install.
FreeBSD 4.3-RELEASE
latest expat - 1.95.2
output from compiler during install:
server# make install
for dir in lib xmlwf; do (cd $dir && make install);
done
/bin/sh ../conftools/mkinstalldirs /usr/local/lib /usr/
local/include
/bin/sh ../libtool --mode=install /usr/bin/install -c
libexpat.la /usr/local/lib/libexpat.la
/usr/bin/install -
c .libs/libexpat.so.1 /usr/local/lib/libexpat.so.1
(cd /usr/local/lib && rm -f libexpat.so && ln -s
libexpat.so.1 libexpat.so)
(cd /usr/local/lib && rm -f libexpat.so && ln -s
libexpat.so.1 libexpat.so)
/usr/bin/install -
c .libs/libexpat.lai /usr/local/lib/libexpat.la
/usr/bin/install -
c .libs/libexpat.a /usr/local/lib/libexpat.a
ranlib /usr/local/lib/libexpat.a
chmod 644 /usr/local/lib/libexpat.a
-------------------------------------------------------
---------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed
libraries
in a given directory, LIBDIR, you must either use
libtool, and
specify the full pathname of the library, or use `-
LLIBDIR'
flag during linking and do at least one of the
following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment
variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment
variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
See any operating system documentation about shared
libraries for
more information, such as the ld(1) and ld.so(8)
manual pages.
-------------------------------------------------------
---------------
/usr/bin/install -c -m 644 expat.h /usr/local/include
/bin/csh ../conftools/mkinstalldirs /usr/local/bin
errstatus=0: Command not found.
for: Command not found.
do: Command not found.
set: Variable name must begin with a letter.
*** Error code 1
Stop in /usr/home/mark/expat-1.95.2/xmlwf.
*** Error code 1
Stop in /usr/home/mark/expat-1.95.2.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=110127&aid=461747&group_id=10127