Nope - just adjust the same patch - the case statement above it is 

case "${target}:${CC}" in

And we use the CC version in some of the cases:

    *-*-linux*:*gcc* )

I'm thinking instead of 

    *-*-openbsd3.4:* )

use

    *-*-openbsd3.4:gcc3* )


Why doesn't it work on gcc2.9x????


-----Burton


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of
> Julien TOUCHE
> Sent: Saturday, February 21, 2004 8:38 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [Ntop] 3.0pre1 released
> 
> 
> Burton M. Strauss III wrote:
> > Assuming that config.guess returns openbsd3.4, the patch is this:
> 
> $ ./config.guess
> i386-unknown-openbsd3.4
> 
> > (similar change in configure) -- can you pls verify what config.guess
> >  returns?  Thanks!
> above
> 
> maybe it will be interesting to add a note in docs/BUILD-NTOP.txt to say
> that gcc3 is needed, at least on *BSD.
> 
> Regards
> 
>               Julien
> _______________________________________________
> Ntop mailing list
> [EMAIL PROTECTED]
> http://listgateway.unipi.it/mailman/listinfo/ntop
> 
_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop

Reply via email to