It is a C program. I think I'm not calling any C++ headers. I'm calling:

#include <stdio.h>
#include <curses.h>
#include <malloc.h>

That's it.

Brian Ashe <[EMAIL PROTECTED]> said:

> Faraj Musleh George Isa,
> 
> On Thursday January 23, 2003 01:34, Faraj Musleh George Isa wrote:
> > Hello, I made a program in C for DOS, and I am passing it to Linux. I got
> > everything fixed with the headers (i think) but I get just 1 error. It is
> > this one:
> >
> > undefined reference to `__gxx_personality_v0'
> > ld returned 1 exit status.
> >
> > I don't know where I'm referencing this identifier. It is very wierd, but
> > maybe someone could know something about this?
> 
> Is this a C or C++ program? Did you perhaps call the C++ headers?
> 
> If it is C++ try using g++ instead of gcc. It should handle the reference 
at 
> linking time.
> 
> -- 
> Brian Ashe                                                     CTO
> Dee-Web Software Services, LLC.                  [EMAIL PROTECTED]
> http://www.dee-web.com/
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 



-- 






-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to