Re: OT: DRBD compile error

2003-10-21 Thread Chris Purcell
>> Yup, that's right. Alternatively, you could replace the line that >> starts with the '-' sign and replace it with the one that starts with >> the '+' sign. >> >> -justinb > > Thanks, that worked. > > Chris Just in case something like this comes up again in the future, how would I accomplish the

Re: OT: DRBD compile error

2003-10-21 Thread Chris Purcell
> Yup, that's right. Alternatively, you could replace the line that starts > with the '-' sign and replace it with the one that starts with the '+' > sign. > > -justinb Thanks, that worked. Chris -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/l

Re: OT: DRBD compile error

2003-10-21 Thread Justin Banks
Chris Purcell wrote > The reason I'm asking this question on this list is because it should be > an easy answer for anyone who knows C. I'm not a programmer and don't > know the first thing about C. > > I'm having the compile time error thats listed in the DRBD FAQ here, > http://faq.drbd.org/.

OT: DRBD compile error

2003-10-21 Thread Chris Purcell
The reason I'm asking this question on this list is because it should be an easy answer for anyone who knows C. I'm not a programmer and don't know the first thing about C. I'm having the compile time error thats listed in the DRBD FAQ here, http://faq.drbd.org/. It says to apply this patch belo

Re: compile error

2003-07-10 Thread A. Sopicki
Hi! > Make: > config > dep > clean > bzImage > modules > modules_install > install > The command "make clean" removes files from the compilation process and maybe some other files, too. It should be the first make command. Otherwise it won't work. Greet

Re: compile error

2003-07-10 Thread George Nicholls
Just two issues; I did not make clean after make dep, but I do not think that this would make much difference I did not compile ReiserFS. I hope that this helps, G On Thu, 2003-07-10 at 23:38, dch wrote: > On Thu, 2003-07-10 at 16:00, George Nicholls wrote: > > Dear All, > > > > Just a quick

Re: compile error

2003-07-10 Thread dch
On Thu, 2003-07-10 at 16:00, George Nicholls wrote: > Dear All, > > Just a quick note to say txs for the help on my kernel compile issues. I > was following the how-to on http://www.tldp.org and at the final stage > it recommended that "make install" is not used. I got into a horrible > tangle wit

compile error

2003-07-10 Thread George Nicholls
Dear All, Just a quick note to say txs for the help on my kernel compile issues. I was following the how-to on http://www.tldp.org and at the final stage it recommended that "make install" is not used. I got into a horrible tangle with the mkinird and system maps. I saw a post by greg bell where

IPAC-NG Compile error

2003-06-04 Thread Alex
I'm using a RH9 system with glibc-devel, postgresql-devel and gdbm-devel installed and when I try to compile ipac-ng ver. 1.2.7 from http://freshmeat.net I get the following errors: gcc -c -DHAVE_CONFIG_H -DINSTALLPATH=\"/usr/local/sbin\" -g -O2 -Wall -I/usr /include/pgsql xmalloc.c -o xmalloc.o a

Re: RH 8.0 Kernel Compile error.

2002-10-16 Thread Jim Hayward
On Wed, 2002-10-16 at 10:37, Andrew MacKenzie wrote: > make[2]: Entering directory `/usr/src/linux-2.4.19/drivers/scsi' > ln -sf sim710.scr fake7.c > gcc296 -E -D__KERNEL__ -I/usr/src/linux-2.4.19/include -traditional > -DCHIP=710 fake7.c | grep -v '^#' | perl -s script_asm.pl -ncr710 > script_as

Re: RH 8.0 Kernel Compile error.

2002-10-16 Thread Andrew MacKenzie
+++ Nick Lindsell [RedHat] [Wed, Oct 16, 2002 at 03:58:14PM +0100]: > >I believe it's problem with gcc, in some place I read the author > >recommended > >using kgcc and not Red Hat's gcc > > There doesn't appear to be a kgcc in rh8.0 > But looking /usr/bin I find i386-redhat-linux-gcc which appe

Re: RH 8.0 Kernel Compile error.

2002-10-16 Thread Nick Lindsell
At 11:06 16/10/2002 -0300, you wrote: >From: "Andrew MacKenzie" <[EMAIL PROTECTED]> > > >I've recently installed RedHat 8.0, and I've yet to be able to compile a > >new kernel (generic kernel straight from kernel.org). > >yesterday someone in the Uruguayan LUG mailing-list sent sent exactly the >s

Re: RH 8.0 Kernel Compile error.

2002-10-16 Thread juaid
From: "Andrew MacKenzie" <[EMAIL PROTECTED]> >I've recently installed RedHat 8.0, and I've yet to be able to compile a >new kernel (generic kernel straight from kernel.org). yesterday someone in the Uruguayan LUG mailing-list sent sent exactly the same mail as you, but it was with the kernel pro

RH 8.0 Kernel Compile error.

2002-10-16 Thread Andrew MacKenzie
I've recently installed RedHat 8.0, and I've yet to be able to compile a new kernel (generic kernel straight from kernel.org). This kernel compiled just fine under RedHat 7.3 with the same config (which I can post if necessary). The error occurs during the 'make modules' bit, and I am thus far c

2.4.17 - compile error

2002-07-16 Thread Balakrishnan Ananthanarayanan
Hello all, I'm compiling 2.4.17 to work for mips. I get the following error: mips_ksyms.c:44: parse error before 'this_object_must_be_defined_as_export_objs_in_the_Makefile' mips_ksyms.c:44: warning: type defaults to `int' in declaration of `this_object_must_be_defined_as_export_objs_i

compile error 2.4.9-31

2002-03-10 Thread Bob Hartung
Hi all, I have downloaded 2.4.9-31 from rh7.2 updates. While trying to compile a new kernel I continually have a failure in the networking code. I have run (in order) make mrproper make xconfig (saved the changes to a file and saved & exited) make dep clean bzImag

Re: C Program compile error

2002-02-22 Thread Ben Logan
On Fri, Feb 22, 2002 at 07:16:12AM -0700, Frank Carreiro wrote: > Is there a list someone can suggest I join? Looking for one that can > help answer these kind of questions :-) Somewhere out there there's a list called linux-c-programming...I think it's one of the mailing lists pointed to on ke

Re: C Program compile error

2002-02-22 Thread Frank Carreiro
> > > >A bit more explanation--although this isn't specifically RedHat, or even >Linux, so it should be on a software development list...so the following >is necessarily simplified. But it should dispell some misconceptions I >think I see. > Is there a list someone can suggest I join? Looking f

Re: C Program compile error

2002-02-21 Thread Statux
# gcc -o program code.c -lm Make sure you're remembering to include the library at compile time. The math functions are not part of the standard C library :) On Thu, 21 Feb 2002, Frank Carreiro wrote: > Not sure if this is the right list for it but here goes... > > I'm currently learning how

Re: C Program compile error

2002-02-21 Thread Dave Ihnat
On Thu, Feb 21, 2002 at 02:57:58PM -0500, Trond Eivind Glomsrød wrote: > No, it only declares the symbols and functions. A header file does not > specify linking. > > > Out of curiosity is there a way to compile without specifying -lm? > > > > Just wondering why -lm is required for standard math

C Program compile error

2002-02-21 Thread Frank Carreiro
Not sure if this is the right list for it but here goes... I'm currently learning how to code in C. I'm using a RedHat 7.1 workstation which when installed I selected to install everything (I don't like messing with dependancies ::grinz::). I've been including stdio.h and the last few weeks

Re: C Program compile error

2002-02-21 Thread Trond Eivind Glomsrød
Frank Carreiro <[EMAIL PROTECTED]> writes: > That worked thanks :-) > > I've read through the gcc man page and didn't see the -lm option. In > my source as I understand it #include should have done it. No, it only declares the symbols and functions. A header file does not specify linking. >

Re: C Program compile error

2002-02-21 Thread Frank Carreiro
That worked thanks :-) I've read through the gcc man page and didn't see the -lm option. In my source as I understand it #include should have done it. Out of curiosity is there a way to compile without specifying -lm? Just wondering why -lm is required for standard math functions. Thanks

Re: C Program compile error

2002-02-21 Thread Trond Eivind Glomsrød
Frank Carreiro <[EMAIL PROTECTED]> writes: > Not sure if this is the right list for it but here goes... > > I'm currently learning how to code in C. I'm using a RedHat 7.1 > workstation which when installed I selected to install everything (I > don't like messing with dependancies ::grinz::).

Re: C Program compile error

2002-02-21 Thread Jim Hayward
On Thu, 21 Feb 2002 11:17:40 -0700 Frank Carreiro <[EMAIL PROTECTED]> wrote: > I try and compile. Getting the following message: > > --- > > In function `main`: > undefined reference to `pow` > collect2: ld returned 1 exit status > > --- > > I'm trying to calculate a value (x) raised to the

Re: Kernel Compile Error

2001-02-02 Thread Pete Peterson
> Date: Fri, 2 Feb 2001 14:35:43 -0500 (EST) > To: [EMAIL PROTECTED] > Subject: Kernel Compile Error > From: "Pete Peterson" <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > > > OK -- this should be trivial, but I'm getting lost in all the makefi

Kernel Compile Error

2001-02-02 Thread Pete Peterson
OK -- this should be trivial, but I'm getting lost in all the makefile variables. A friend was trying to build a new kernel to include masquerading for VPN. He had problems and asked me to help. He said he: Did the patches for the VPN (there were two of them) Made configuration file Did "m

Re: Can't compile: error to follow

2000-08-29 Thread Glen Lee Edwards
I installed the kernel source code. First time I've messed with the kernel. First time I've had the computer swear at me: Turn on "Prompt for development and/or incomplete code/drivers" (the 1st menu) and "IP: masquerading special modules support" ("Networking options" menu) in the kernel confi

Re: RE: Can't compile: error to follow

2000-08-29 Thread Kirk
The kernel source you want is here (RedHat Mirror): ftp.freesoftware.com/pub/linux/redhat/old-releases/redhat-6.1/i386/RedHat/RPMS There you will find your kernel source. Kirk >On Tue, 29 Aug 2000, Glen Lee Edwards wrote: > Thanks, > > It would appear that Gordon's on the right track: > >

RE: Can't compile: error to follow

2000-08-29 Thread Glen Lee Edwards
Thanks, It would appear that Gordon's on the right track: * If you are looking for the kernel source code and are only finding include (.h) files in this directory, you need to install the kernel-source binary RPM from your installation media. You can get this p

RE: Can't compile: error to follow

2000-08-29 Thread Uncle Meat
On 29-Aug-2000 Glen Lee Edwards spoke something to the effect: > I'm trying to compile a module for my 6.1 firewall that will allow ICQ > to work properly on my LAN. I'm getting the following errors: > > tty2 root@glenlee [Tue Aug 29 16:44:44] > Directory: /home/downloads/icq/ip_masq_icq-0.56 >

Re: Can't compile: error to follow

2000-08-29 Thread Gordon Messmer
On Tue, 29 Aug 2000, Glen Lee Edwards wrote: > It would appear that I did something to really upset the kernel. Any > ideas on what went wrong? Nothing wrong, per se. ip_masq_icq expects that you have the kernel-source installed and configured. So, make sure that kernel-source is installed, a

Can't compile: error to follow

2000-08-29 Thread Glen Lee Edwards
I'm trying to compile a module for my 6.1 firewall that will allow ICQ to work properly on my LAN. I'm getting the following errors: tty2 root@glenlee [Tue Aug 29 16:44:44] Directory: /home/downloads/icq/ip_masq_icq-0.56 $ make install egrep: /usr/src/linux/Makefile: No such file or directory eg

RE: 5.0, qt-1.33 compile error

1998-04-22 Thread Hoe-Teck Wee
Hello. Install the XFree86-devel-3.3.1 RPM. That contains all the necessary headers for compiling X apps. Took me a while to find that out too! :) On 22-Apr-98 Al Justrabo wrote: > Hello. While trying to re-build qt-1.33 from the source (rpm -bb > qt-1.33.spec, in RedHat 5.0), it stopped with t

5.0, qt-1.33 compile error

1998-04-21 Thread Al Justrabo
Hello. While trying to re-build qt-1.33 from the source (rpm -bb qt-1.33.spec, in RedHat 5.0), it stopped with these errors: qapp_x11.cpp:46: X11/Xlib.h: No such file or directory qapp_x11.cpp:47: X11/Xutil.h: No such file or directory qapp_x11.cpp:48: X11/Xos.h: No such file or directory qapp_x