[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ntop
Waldemar Brodkorb <wbx@luusa.org> wrote:
> P.S.: Probably someone could explain me, what this errormessage
> mean:
> gcc -bundle -flat_namespace -undefined suppress -o
> .libs/libicmpPlugin.so.0.0 icmpPlugin.o
> gcc: suppress: No such file or directory
I guess gcc doesn't understand -bundle, -flat_namespace, and
-undefined, ignores them, and assumes the next argument to be the
name of an input file.
--
Christian "naddy" Weisgerber naddy@mips.inka.de
- References:
- ntop
- From: Waldemar Brodkorb <wbx@luusa.org>