Brady you are a mind reader! I did mess with the Makefile.cfg in
the interim. Everything compiled successfully. Now to see if it
will work... God Bless You!
Jacob
On Tue, Nov 20, 2001 at 03:05:18PM -0800, Brady Morgan wrote:
> Jacob,
>
> On the surface, it appears your link is not including
Jacob,
On the surface, it appears your link is not including the zlib: -lz
However...
The zlib usage (compile & link) is controlled by the "zlib" parameter
in the "Makefile.cfg" file. This parameter is set to either "yes" or "no".
The problem you're seeing _could_ be related to that parameter
Brady,
Much thanks for that pointer!
However, I have another issue. I get the following compile
error:
make[1]: Leaving directory
`/home/jdaniel/downloads/sword-1.5.2/tests'
gcc -I../include/ -D_GNU_SOURCE -DNDEBUG -D_GNU_SOURCE -DNDEBUG
-pipe -Wall -Wno-format -pedantic -pedantic -DEXCLUDE
Hi Jacob,
As a fellow Solaris-er (2.6/sparc), I've gotten past the point you've
reached by applying the following patch to
"src/modules/commmon/zverse.cpp":
*** zverse.cpp.ORIG Tue Jun 26 06:37:35 2001
--- zverse.cpp Tue Jul 3 15:17:03 2001
***
*** 11,16
--- 11,17
#
Hi,
I have had little luck with compiling sword for solaris. I
finally have a GNU'ified env setup...I thought it would help but
I got the following error message when I try to compile. Am I
missing a library or something?
make[2]: Entering directory
`/home/jdaniel/downloads/sword-1.5.2/src/mo