I am already compiling with the -lncurses option, but i will try including
the stdlib.h
thanks
Ze Ji Li <[EMAIL PROTECTED]> said:
> Hi,
>
> Try include the stdlib.h too. Hope that helps.
>
> Ze
>
> On Thu, 23 Jan 2003, Faraj Musleh George Isa wrote:
>
> > It is a C program. I think I'
Hi,
Try include the stdlib.h too. Hope that helps.
Ze
On Thu, 23 Jan 2003, Faraj Musleh George Isa wrote:
> It is a C program. I think I'm not calling any C++ headers. I'm calling:
>
> #include
> #include
> #include
>
> That's it.
>
> Brian Ashe <[EMAIL PROTECTED]> said:
>
> > Faraj
Hi,
Have you link it with the curses lib? Try it with -lcurses since
you are using curses.h.
Ze
On Thu, 23 Jan 2003, Faraj Musleh George Isa wrote:
> It is a C program. I think I'm not calling any C++ headers. I'm calling:
>
> #include
> #include
> #include
>
> That's it.
>
> Brian A
It is a C program. I think I'm not calling any C++ headers. I'm calling:
#include
#include
#include
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
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_personal
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 ve