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.

_______________________________________________
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech

Reply via email to