Since the new build system is in place, I have problems installing here:
$ su -c "make install"
[...]
/bin/sh ../../../libgii/mkinstalldirs /usr/local/lib/ggi/input
/bin/sh ../../libtool --mode=install /usr/bin/install -c null.la
/usr/local/lib/ggi/input/null.la
libtool: install: warning: relinking `null.la'
cd /home/devel/unix/ggi/sf/ggi-core/libgii.out/input/null; /bin/sh
../../libtool --mode=relink gcc -g -O2 -D_REENTRANT -D_THREAD_SAFE -g -Wall
-o null.la -rpath /usr/local/lib/ggi/input -module -no-undefined
-avoid-version -export-symbols ../../../libgii/input/null/EXPSYMS input.lo
../../gii/libgii.la ../../gg/libgg.la
mv: cannot create regular file `null.soU': Permission denied
libtool: install: error: relink `null.la' with the above command before
installing it
This is a problem on my system, as I have /home mounted via NFS, which is
root-squashed, thus not allowing root to write files to the devel-user
owned tree.
I have for now worked around that by making the directory world writeable
while installing, but of course this is a quite bad solution ... security
isn't so much of a problem here, and it can be worked around a bit using
privs to higher directories, but another solution would be very welcome.
At least we should document that behaviour, so others don't stumble across
this.
Other than that stuff seems to build fine and without any warning, except
for the known warning about LIBTOOL at autogen time and those about use of
tmpnam in wrap.c and Makefile overriding of monitest commands.
Will test functionality right away ... hang on ... o.k. X target on XGGI als
demos go.
CU, Andy
--
= Andreas Beck | Email : <[EMAIL PROTECTED]> =