BUG while running the make file

2007-02-07 Thread Raheja, Himanshu
Hi, I am trying to Install LPRng on my Red Hat Linux Box (x86_64). After executing ./configure I am typing make and getting following errors : /bin/sh ../libtool --mode=compile gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -I/usr/include -g -W -Wall -Werror -Wno-unused -g

Re: BUG while running the make file

2007-02-07 Thread Eli Zaretskii
Date: Wed, 7 Feb 2007 11:51:56 -0500 From: Raheja, Himanshu [EMAIL PROTECTED] gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -I/usr/include -g -W -Wall -Werror -Wno-unused -g -O2 -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H -c ./common/linksupport.c -o

RE: BUG while running the make file

2007-02-07 Thread Dave Korn
On 07 February 2007 18:11, Eli Zaretskii wrote: Date: Wed, 7 Feb 2007 11:51:56 -0500 From: Raheja, Himanshu [EMAIL PROTECTED] gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64 -I/usr/include -g -W -Wall -Werror -Wno-unused -g -O2 -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror

RE: BUG while running the make file

2007-02-07 Thread Martin Dorey
Yes, that is a bug *while running* make. Perhaps we should rename the mailing list to [EMAIL PROTECTED] or otherwise try to indicate in the error message that this isn't likely to be a bug in make. Perhaps we're doomed though. For one thing, this bug looks unlikely to be a bug in lprng,

RE: BUG while running the make file

2007-02-07 Thread Dave Korn
On 07 February 2007 18:44, Raheja, Himanshu wrote: Hi Folks, I was able to resolve that issue by googling: When I ran ./configure CFLAGS=-m32 LDFLAGS=-m32 And after that make install was working fine. But I am not sure why this was happening. Probably because your compiler is a

RE: BUG while running the make file

2007-02-07 Thread Dave Korn
On 07 February 2007 21:02, Raheja, Himanshu wrote: Kindly help and suggest what could be done. You'll have to contact a mailing list relating to LPRng for this kind of in-depth advice; it's way out of our scope here. Sorry! cheers, DaveK -- Can't think of a witty .sigline

RE: BUG while running the make file

2007-02-07 Thread Raheja, Himanshu
One more help needed from you guys. I have two LPRng versions installed on my Linux box. I have binaries for LPRng 3.6.9 under /usr/local/bin. I have installed the latest LPRng 3.8.28 and I was successfully able to compile in 32 bit mode. Binaries for this are kept in /usr/local/sbin. While I

RE: BUG while running the make file

2007-02-07 Thread Martin Dorey
2007-02-07-15:28:15.682 sbkdgdbdev1 Init_tempfile: bad tempdir '/var/spool/lpd/%P' ... *** glibc detected *** double free or corruption (fasttop): 0x080a0bc8 *** Now those are definite lprng issues. Suggest googling or taking that to an lprng list. This list is only for bugs in make. We try