spamass-milt-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Solaris 10 make errors


From: Dan Nelson
Subject: Re: Solaris 10 make errors
Date: Wed, 22 Jun 2005 16:35:41 -0500
User-agent: Mutt/1.5.9i

In the last episode (Jun 22), Fletcher Cocquyt said:
> Hi, I'm trying to make the latest spamass-milter-0.3.0 on Solaris 10
> x86 using gcc 3.2.2 from sunfreeware:

I'd say first try with the bundled gcc 3.4.3 in /usr/sfw/bin.  The
sunfreeware builds were done on a pretty early beta release. You can
also use Sun Studio's C++ compiler (downloadable at
http://www.opensolaris.org/os/community/tools/sun_studio_tools/ ).  I
have built spamass-milter with both.

> I did the header fix, but I see these errors - 
> 
> address@hidden:spamass-milter-0.3.0 11:19am 52 > make
> make  all-am
> make[1]: Entering directory `/export/home/fcocquyt/src/spamass-milter-0.3.0'
> 
> g++ -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -Wall -fno-default-inline 
> -fno-inline -D_REENTRANT -lpthread -c -o spamass-milter.o spamass-milter.cpp
> In file included from /usr/local/include/c++/3.3.2/memory:54,
>                  from /usr/local/include/c++/3.3.2/string:48,
>                  from spamass-milter.cpp:96:
> /usr/local/include/c++/3.3.2/bits/stl_algobase.h:69:15: new: No such file or 
> directory

"new", "exception_defines.h"  and the other headers gcc-3.3.2 is
complaining about should be found in /usr/local/include/c++/3.3.2 .

-- 
        Dan Nelson
        address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]