Well that's sucks... Unfortunately:

1) It won't be fixed in 3.4.0
2) I don't know when it will be fixed since I don't have access to
Solaris and the Sun compiler.

What I would suggest is edit configure.ac, jump to line 31 and comment
out the following lines:

USER_CFLAGS=$CFLAGS
CFLAGS="${CFLAGS} -Wall -O3 -std=gnu99"

and re-run "autoconf" & ./configure

That may not solve all your problems though...

The other option is to install gcc (check sunfreeware.com) and use
that (CC=gcc ./configure)

That should resolve any issues you have.  Anyways, I'll open a ticket
for this, but like I said, I don't have an eta.

Regards,
Aaron

P.S. In the future, large log files are easier to deal with if you
attach them rather then pasting them inline.


On Wed, Jan 14, 2009 at 10:14 AM, Joseph Karwisch
<jkarwisc...@bellsouth.net> wrote:
> I am having problems compiling tcpreplay on my Solaris platform. Details
> below:
>
>    - tcpreplay version: 3.4.0 pre 3 & 3.3.2
>    - Platform: Solaris 8 on SPARC
>    - Compiler: Sun Studio 11
>
> Compiler/Platform compatibility issues found:
>
>    Sun Studio 11 does not support -Wall flag.
>
>    gcc struct attributes used in src/common/cache.h - line 83
>
>    #include file <err.h> not included on Solaris systems.
>
> Has anyone been successful in compiling tcpreplay 3.3.2 on Solaris 8?


-- 
Aaron Turner
http://synfin.net/
http://tcpreplay.synfin.net/ - Pcap editing and replay tools for Unix & Windows
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.  -- Benjamin Franklin

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Tcpreplay-users mailing list
Tcpreplay-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tcpreplay-users
Support Information: http://tcpreplay.synfin.net/trac/wiki/Support

Reply via email to