[ expat-Bugs-479909 ] make install fails on IRIX 6.3 (IP32)

noreply@sourceforge.net noreply@sourceforge.net
Fri Dec 7 02:57:03 2001


Bugs item #479909, was opened at 2001-11-08 23:51
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110127&aid=479909&group_id=10127

Category: Build control
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Greg Stein (gstein)
Summary: make install fails on IRIX  6.3 (IP32)

Initial Comment:
barley ~/BUILD/expat-1.95.2 # uname -a   
IRIX barley 6.3 12161207 IP32
barley ~/BUILD/expat-1.95.2 # which gcc
/usr/freeware/bin/gcc
barley ~/BUILD/expat-1.95.2 # which make
/usr/bin/make

barley ~/BUILD/expat-1.95.2 # make install

[stuff snipped]

        for dir in lib xmlwf; do \
                (cd $dir && make install); \
        done
        /bin/sh ../conftools/mkinstalldirs /usr/local/l
ib /usr/local/include
        /bin/sh ../libtool --
mode=install /usr/freeware/bin/ginstall -c 
libexpat.la /usr/local/lib/libexpat.la
/usr/freeware/bin/ginstall -
c .libs/libexpat.so.1.0 /usr/local/lib/libexpat.so.1.0
(cd /usr/local/lib && rm -f libexpat.so.1 && ln -s 
libexpat.so.1.0 libexpat.so.1)
(cd /usr/local/lib && rm -f libexpat.so && ln -s 
libexpat.so.1.0 libexpat.so)
(cd /usr/local/lib && rm -f libexpat.so && ln -s 
libexpat.so.1.0 libexpat.so)
/usr/freeware/bin/ginstall -
c .libs/libexpat.lai /usr/local/lib/libexpat.la
/usr/freeware/bin/ginstall -
c .libs/libexpat.a /usr/local/lib/libexpat.a
: /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_LIBRARYN32_PATH' 
environment variable
     during execution
   - 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/freeware/bin/ginstall -c -m 644 
expat.h /usr/local/include
        gcc -o xmlwf -static xmlwf.o xmlfile.o 
codepage.o unixfilemap.o -L../lib/.libs -lexpat
ld32: FATAL 9: I/O error 
(/usr/lib32/mips3/nonshared/crt1.o): No such file or 
directory
collect2: ld returned 32 exit status
*** Error code 1 (bu21)
*** Error code 1 (bu21)



----------------------------------------------------------------------

>Comment By: Greg Stein (gstein)
Date: 2001-12-07 02:56

Message:
Logged In: YES 
user_id=6501

We're now linking via libtool, so that may have fixed this
error. Otherwise, it looks like some kind of local problem
(missing crt?!).

Please retry with the upcoming Expat release (or CVS).

Closing as fixed (hoping the libtool switch will clean this up).

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110127&aid=479909&group_id=10127