Re: building for 6.2 on 8.0

2002-12-02 Thread John
On 2 Dec 2002, Florin Andrei wrote: > On Mon, 2002-12-02 at 10:43, [EMAIL PROTECTED] wrote: > > > > Is it possible to build it on 8.0 so that it can run > > on 6.2? If so, how? > > Use VMware. :-P Better than that, install 6.2 to another partition/drive and then chroot to it to build. However,

Re: building for 6.2 on 8.0

2002-12-02 Thread Florin Andrei
On Mon, 2002-12-02 at 10:43, [EMAIL PROTECTED] wrote: > > Is it possible to build it on 8.0 so that it can run > on 6.2? If so, how? Use VMware. :-P -- Florin Andrei It's ok to use the names of your pets or children as passwords as long as they contain several non-alphanumeric characters. _

Re: What is diet?

2002-12-02 Thread Peter Bowen
On Mon, 2002-12-02 at 17:02, Carlos wrote: > Why did you use dietlibc? Why did you not use glibc ? dietlibc, as the name suggests, is a lightweight libc. It generates noticibly smaller static executables that those linked against glibc. This is important for anaconda as space is at a premium on

Re: What is diet?

2002-12-02 Thread Carlos
Why did you use dietlibc? Why did you not use glibc ? Thank you Em Dom 01 Dez 2002 15:26, Michael Schwendt escreveu: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Sun, 1 Dec 2002 15:17:37 -0200, Carlos wrote: > > When I try to compile CVS kudzu I get the following error: > > > > d

building for 6.2 on 8.0

2002-12-02 Thread gabrielalexm
Hi all, I'm developing an applicacion on Red Hat 8.0 and have to build it for both 6.2 and 8.0. When I run the app. built on 8.0 in a 6.2 box, I get: ./stest: /lib/libc.so.6: version 'GLIBC_2.3' not found (required by ./test) Is it possible to build it on 8.0 so that it can run on 6.2? If so, how?

Re: gcc compilation problem with -ansi option,

2002-12-02 Thread Miloslav Trmac
On Tue, Dec 03, 2002 at 02:23:49AM +0800, John wrote: > On reading the stat.h file, I wonder whether you have any of these > defined? > #if defined __USE_BSD || defined __USE_MISC || defined __USE_XOPEN These are not supposed to be defined by user programs, they are glibc-internal. See /usr/include

Re: gcc compilation problem with -ansi option,

2002-12-02 Thread John
On Mon, 2 Dec 2002, Guruhema Prasad N wrote: > Hi, > > I am using redhatLinux8.0, I am facing the following problems, can you > please help any body. > Problem 1:- > I am using option "gcc -Wuninitialized -O -ansi", but its giving > undeclared variables for the math defines "M_PI" which is de

Re: gcc compilation problem with -ansi option,

2002-12-02 Thread Miloslav Trmac
On Mon, Dec 02, 2002 at 07:49:46PM +0530, Guruhema Prasad N wrote: > Problem 1:- > I am using option "gcc -Wuninitialized -O -ansi", but its giving > undeclared variables for the math defines "M_PI" which is defined in > "/usr/include/math.h" file. If I remove "-ansi" option, its compiles > pro

gcc compilation problem with -ansi option,

2002-12-02 Thread Guruhema Prasad N
Hi, I am using redhatLinux8.0, I am facing the following problems, can you please help any body. Problem 1:- I am using option "gcc -Wuninitialized -O -ansi", but its giving undeclared variables for the math defines "M_PI" which is defined in "/usr/include/math.h" file. If I remove "-ansi" op

Re: makefile.lnx

2002-12-02 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 1 Dec 2002 21:15:36 -0800 (PST), Eric Halim wrote: > Hi, > > I'm creating my makefie.lnx for my c++ app. > I did this: > > C_FLAGS = -O6 > CC = g++ > all: football football.xpl [snip] > This run well. However every time I quit the app the

Re: makefile.lnx

2002-12-02 Thread Hetz Ben-Hamo
Eric, The best place to ask about QT related questions is in [EMAIL PROTECTED] - you'll find there many QT experts. Thanks, Hetz On Sun, 1 Dec 2002 21:15:36 -0800 (PST), Eric Halim wrote > Hi, > > I'm creating my makefie.lnx for my c++ app. > I did this: > > C_FLAGS = -O6 > CC = g++ > all: f