[sword-devel] CVS COMPILES!
Darin Duphorne
sword-devel@crosswire.org
Thu, 27 Feb 2003 21:45:24 -0600
Here's my usrinst.sh. It doesn't appear to have enable-shared in it.
To the contrary, it appears to disable shared. Anything I'm missing?
OPTIONS="--prefix=/usr"
OPTIONS="--disable-shared $OPTIONS"
OPTIONS="--without-conf $OPTIONS"
OPTIONS="--sysconfdir=/etc $OPTIONS"
#OPTIONS="--with-vcl $OPTIONS"
OPTIONS="--enable-debug $OPTIONS"
#OPTIONS="--enable-profile $OPTIONS"
CPPFLAGS="$CFLAGS $CPPFLAGS -DUSBINARY" ./configure $OPTIONS $*
On Thursday, February 27, 2003, at 09:10 PM, Troy A. Griffitts wrote:
> look in usrinst.sh
>
>
> Darin Duphorne wrote:
>> How do I disable shared? I am just doing ./configure; make; sudo
>> make install. I did notice that the target_system in the Makefile is
>> powerpc instead of macosx. Would that pose a problem?
>> On Thursday, February 27, 2003, at 06:10 PM, Troy A. Griffitts wrote:
>>> Darin,
>>> It sounds like you are building with --enable-shared, and you
>>> have an old libsword.so on your path somewhere.
>>>
>>> -Troy.
>>>
>>> PS. The guys at the sword meeting in germany have been doing some
>>> bug killing in my code today, so I would do a cvs update