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