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

Re: Installing SRPMs and compiling programs - netcat

2002-10-18 Thread Mike Burger
My understanding was that in the version of rpm that comes with 8.0, the --rebuild option is gone, in favor ofusing teh rpmbuild system. On Thu, 17 Oct 2002, Riemer Palstra wrote: > On 17 Oct 2002, Saul Arias wrote: > > > rpm --rebuild nc-1.10-16.src.rpm > > As he's using Red Hat Linux 8.0, I

Installing SRPMs and compiling programs - netcat

2002-10-18 Thread John the Kiwi
Hi all Please excuse my newbie questions and please don't accuse me of not RTFMing, I've so far spent four hours trying to install netcat. Here's what I did, I looked on disk 4 of my RedHat 8.0 CDs and saw nc-1.10-16.src.rpm. That's exactly what I want. I double click the file and enter the root

Re: Installing SRPMs and compiling programs - netcat

2002-10-18 Thread Giulio Orsero
On 17 Oct 2002 13:39:48 -0500, John the Kiwi <[EMAIL PROTECTED]> wrote: >Here's what I did, I looked on disk 4 of my RedHat 8.0 CDs and saw >nc-1.10-16.src.rpm. That contains source code, you'd better look into 1 or 2 or 3 for the i386.rpm which will install nc ready to use. >know the source for

Re: Installing SRPMs and compiling programs - netcat

2002-10-18 Thread Riemer Palstra
On 17 Oct 2002, Saul Arias wrote: > rpm --rebuild nc-1.10-16.src.rpm As he's using Red Hat Linux 8.0, I would recommend rpmbuild --rebuild nc-1.10-16.src.rpm instead. -- Riemer Palstra // [EMAIL PROTECTED] // http://palstra.com/ A: Because it messes up the order in which people normally re

Re: Installing SRPMs and compiling programs - netcat

2002-10-18 Thread Saul Arias
On Thu, 2002-10-17 at 14:39, John the Kiwi wrote: > Please excuse my newbie questions and please don't accuse me of not > RTFMing, I've so far spent four hours trying to install netcat. I don't believe you. Read this: http://www.rpm.org/max-rpm/ > Here's what I did, I looked on disk 4 of my RedHa

Re: Installing SRPMs and compiling programs - netcat

2002-10-18 Thread juaid
From: "John the Kiwi" <[EMAIL PROTECTED]> > So now I know the source for netcat is somewhere on my system. Think I can find > it? No way. /usr/src/redhat/ it's for building RPMs from the source so you'll have files in /usr/src/redhat/SOURCES/ /usr/src/redhat/SPECS that are used for building a

Compiling Programs

1998-03-07 Thread Anthony S. Nixon
I have downloaded several files to compile such as asclock and the diff file to make it work with Windowmaker. It asks me to use xmkmf or something like this...but when I run the file, it says it does not exist (I am logged in as root). What packages am I missing? And is there a good reference for