[lwatch-cvs] files README,1.9,1.10
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-03-26 13:29:11
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1:/tmp/cvs-serv12395a Modified Files: README Log Message: - more information about SunOS (libiberty) Index: README =================================================================== RCS file: /cvsroot/lwatch/files/README,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** README 26 Mar 2003 12:13:10 -0000 1.9 --- README 26 Mar 2003 13:29:01 -0000 1.10 *************** *** 80,87 **** * Solaris - not tested ! Read http://sources.redhat.com/ml/automake/2000-08/msg00013.html and try: ! LIBS="-liberty" ./configure ! LIBS="-liberty" make and, please, notify me is it works. --- 80,90 ---- * Solaris - not tested ! Read following resources: ! http://sources.redhat.com/ml/automake/2000-08/msg00013.html ! http://sunfreeware.com/programlistsparc8.html#libiberty and try: ! LIBS="-liberty" CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" ./configure ! LIBS="-liberty" CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" make ! make install and, please, notify me is it works. |