[vox-tech] Reg lex and flex compatibilty
Mark K. Kim
vox-tech@lists.lugod.org
Fri, 4 Jul 2003 00:58:48 -0700 (PDT)
On Fri, 4 Jul 2003, Muthumeena M wrote:
> 2. After the manual declaration of variables now it is giving
> "previous declaration of int yywrap() with C++ linkage
> conflicts with new declaration with C Linkage"
> and many like this.
Are you using gcc or g++ to compile these programs? Don't mix the two
together. If you do, you'll need the `extern "C" {` thingy.
Can't help you with the other error if it's not resolved with -l.
-Mark
--
Mark K. Kim
http://www.cbreak.org/
PGP key available upon request.