On Friday 07 December 2007 Alexander Skwar wrote:
> Hello again :)
>
> I'm trying to get fsvs to compile on a Solaris 10 Sparc
> system. To configure, I ran:
>
> CC=/opt/csw/gcc4/bin/gcc CPP=/opt/csw/gcc4/bin/cpp \
> LDFLAGS="-L/opt/csw/lib -L/opt/csw/apache2/lib -L/opt/csw/lib/svn" \
> CPPFLAGS="-I/opt/csw/include -I/opt/csw/apache2/include
> -I/opt/csw/include/subversion-1" \
> PATH=/opt/csw/gcc4/bin:/opt/csw/gnu:/opt/csw/bin:$PATH \
> ./configure \
> --prefix=$HOME/.software --with-aprinc=/opt/csw/apache2/include \
> --with-aprlib=/opt/csw/apache2/lib --with-svnlib=/opt/csw/lib/svn \
> --with-svninc=/opt/csw/include/subversion-1
>
> Now I'm trying to "make" it:
>
> CC=/opt/csw/gcc4/bin/gcc CPP=/opt/csw/gcc4/bin/cpp \
> LDFLAGS="-L/opt/csw/lib -L/opt/csw/apache2/lib -L/opt/csw/lib/svn" \
> CPPFLAGS="-I/opt/csw/include -I/opt/csw/apache2/include
> -I/opt/csw/include/subversion-1" \
> PATH=/opt/csw/gcc4/bin:/opt/csw/gnu:/opt/csw/bin:$PATH \
> /opt/csw/bin/gmake
The Makefile overrides these; but they should have been picked up by the
configure.
Could you send me the output of
diff -u src/Makefile.in src/Makefile
please?
--
Versioning your /etc, /home or even your whole installation?
Try fsvs (fsvs.tigris.org)!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]