Hi,

If there are problems related to libraries, you may want to run the
./configure script with the --with-libtool=path option and specify the
path to your system libtool instead of the bundled one (as of svn current,
the system libtool is now used by default). There is no reason you
should have to copy anything manually.

This error -

> install -c -m 644 AG_Execute.3 /usr/man/man3
> install -c -m 644  /usr/man/cat3
> install: cannot stat `\177': No such file or directory
> install-manpages.sh failed

is due to a bizzare bug in bash (which I assume is your system's /bin/sh);
updating it should fix the problem.

On Sat, Jun 04, 2011 at 09:10:07PM +0000, Jeremy Quandt wrote:
> Thanks for the reply.  I had the packages already installed but did a full
> reinstall on them to try again.  Same results.  I can't help but wonder if it
> has something to do with 64bit vs. 32bit OS install.  I did write a small bash
> script which does pull all of the libs out and copies them and fixes the 
> system
> links.  The real problem I'm having now is how to do SDL surface blits to a
> single pane, but that's another question for later.
> 
> Anyways, the sudo make install has the following results (some strange 
> character
> I'm just now noticing too ... modified just a smooch to be less then 80 chars
> per line to post .... again, I do greatly appreciate your response):
> 
> quandtum@Cougar:~/Build/agar-1.4.1$ sudo make install
> ==> core
> make[1]: Entering directory `/home/quandtum/Build/agar-1.4.1/core'
> ..../mk/libtool/libtool --mode=install    install -c -m 644 libag_core.la 
> /usr/lib
> install -c -m 644 .libs/libag_core.so.4.0.0 /usr/lib/libag_core.so.4.0.0
> (cd /usr/lib && rm -f libag_core.so.4 && ln -s  \
>           libag_core.so.4.0.0 libag_core.so.4)
> (cd /usr/lib && rm -f libag_core.so && ln -s libag_core.so.4.0.0 
> libag_core.so)
> install -c -m 644 .libs/libag_core.lai /usr/lib/libag_core.la
> install -c -m 644 .libs/libag_core.a /usr/lib/libag_core.a
> ranlib /usr/lib/libag_core.a
> chmod 644 /usr/lib/libag_core.a
> PATH="$PATH:/sbin" ldconfig -n /usr/lib
> ..../mk/libtool/libtool --finish /usr/lib
> PATH="$PATH:/sbin" ldconfig -n /usr/lib
> install -c -m 644 AG_Intro.3 /usr/man/man3
> install -c -m 644 AG_Core.3 /usr/man/man3
> install -c -m 644 AG_Event.3 /usr/man/man3
> install -c -m 644 AG_Object.3 /usr/man/man3
> install -c -m 644 AG_Prop.3 /usr/man/man3
> install -c -m 644 AG_Timeout.3 /usr/man/man3
> install -c -m 644 AG_Config.3 /usr/man/man3
> install -c -m 644 AG_Version.3 /usr/man/man3
> install -c -m 644 AG_DataSource.3 /usr/man/man3
> install -c -m 644 AG_Error.3 /usr/man/man3
> install -c -m 644 AG_Threads.3 /usr/man/man3
> install -c -m 644 AG_CPUInfo.3 /usr/man/man3
> install -c -m 644 AG_ByteSwap.3 /usr/man/man3
> install -c -m 644 AG_Queue.3 /usr/man/man3
> install -c -m 644 AG_Limits.3 /usr/man/man3
> install -c -m 644 AG_DSO.3 /usr/man/man3
> install -c -m 644 AG_File.3 /usr/man/man3
> install -c -m 644 AG_List.3 /usr/man/man3
> install -c -m 644 AG_Variable.3 /usr/man/man3
> install -c -m 644 AG_Time.3 /usr/man/man3
> install -c -m 644 AG_Tbl.3 /usr/man/man3
> install -c -m 644 AG_Getopt.3 /usr/man/man3
> install -c -m 644 AG_Execute.3 /usr/man/man3
> install -c -m 644  /usr/man/cat3
> install: cannot stat `\177': No such file or directory
> install-manpages.sh failed
> make[1]: *** [install-man] Error 1
> make[1]: Leaving directory `/home/quandtum/Build/agar-1.4.1/core'
> make: *** [install-subdir] Error 1
> 
> 
> 
> _______________________________________________
> Agar mailing list
> [email protected]
> http://libagar.org/lists.html
_______________________________________________
Agar mailing list
[email protected]
http://libagar.org/lists.html

Reply via email to