Re: Compiling programs with gcc

2003-01-23 Thread Faraj Musleh George Isa
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'

Re: Compiling programs with gcc

2003-01-23 Thread Ze Ji Li
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

Re: Compiling programs with gcc

2003-01-23 Thread Ze Ji Li
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

Re: Compiling programs with gcc

2003-01-23 Thread Faraj Musleh George Isa
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

Re: Compiling programs with gcc

2003-01-22 Thread Brian Ashe
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

Compiling programs with gcc

2003-01-22 Thread Faraj Musleh George Isa
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