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: Fletcher Cocquyt
Subject: RE: Solaris 10 make errors
Date: Wed, 22 Jun 2005 16:57:42 -0700

Yeah, putting /usr/sfw/bin ahead in my path and setting CXX=/usr/sfw/bin/g++
did the trick - I found this thread right after my first post:
http://groups-beta.google.com/group/comp.unix.solaris/browse_thread/thread/5
c9c9b65f20512ee/264d24a5030842a4?q=exception_defines.h:+No+such+file+or+dire
ctory&rnum=3&hl=en#264d24a5030842a4

Happily miltering now...

Thanks,
Fletch.

-----Original Message-----
From: Dan Nelson [mailto:address@hidden 
Sent: Wednesday, June 22, 2005 2:36 PM
To: Fletcher Cocquyt
Cc: address@hidden
Subject: Re: Solaris 10 make errors

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]