Re: [Botan-devel] Compiling problems
Brought to you by:
randombit
|
From: Jack L. <ll...@ac...> - 2003-05-14 16:45:28
|
GCC 2.95.x produces a lot of useless warnings when compiling Botan. You can
safely ignore these, it's just a stupid thing 2.95.x does. Also, the
message
es_egd ("EGD Entropy Source"): You might need to add -lsocket to LINK_TO in the Makefile
is not an error, just a note that on some systems the Unix socket routines
live in a separate library from the standard C library (for example,
Solaris is like this).
Doing a:
./configure.pl --module-set=unix --gcc295x gcc-linux-i586
make
should produce a real working library, just close your eyes and ignore
everything that gets printed to the screen. :)
-Jack
On Wed, 14 May 2003, Ferriol Barbena Matas wrote:
> Hi,
>
> I have a Debian Woody with the gcc 2.95.4 in a Pentium
> I configured botan with
> ./configure.pl --gcc295x gcc-linux-i586
> I can use the "--modules-set=unix" option because configure says:
> ./configure.pl --module-set=unix --gcc295x gcc-linux-i586
> es_egd ("EGD Entropy Source"): You might need to add -lsocket to LINK_TO
> in the Makefile
>
> I searched this problem in Botan web site but I can't find any reported
> similar situation.
>
> I decided to make without the "module-set" option, but the make process
> is advicing me with a lot of warnings !
>
> I made any mistake ? What's wrong ?
>
> Thanks, and sorry for my english !
>
> Bye.
>
>
>
>
> -------------------------------------------------------
> Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
> The only event dedicated to issues related to Linux enterprise solutions
> www.enterpriselinuxforum.com
>
>
|