Re: Debian libc6 upgrade

2004-01-28 Thread Ray Olszewski
At 10:27 PM 1/28/2004 +0100, Michael Scondo wrote: > > > > Hi to all, > > > > I'm running a mixed Debian Woody, with a few backports and libc6 > > > > 2.3.1-16. Now I would like to upgrade to libc6 2.3.2.ds1-10. > > > > Anything runs fine - until I try to compile a program : > The current version o

Re: Debian libc6 upgrade

2004-01-28 Thread Michael Scondo
Ok, sorry for my confusion. Everything compiles good so far. Seems to me that I will have to upgrade all other librarys, which I need for compiling, too. Thanks for the help Micha - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED

Re: Debian libc6 upgrade

2004-01-28 Thread Michael Scondo
> > > > Hi to all, > > > > I'm running a mixed Debian Woody, with a few backports and libc6 > > > > 2.3.1-16. Now I would like to upgrade to libc6 2.3.2.ds1-10. > > > > Anything runs fine - until I try to compile a program : > The current version of libc6 for woody is 2.2.5-11.5, mixed system, bec

Re: Debian libc6 upgrade

2004-01-28 Thread Micha
> > > Hi to all, > > > I'm running a mixed Debian Woody, with a few backports and libc6 > > > 2.3.1-16. Now I would like to upgrade to libc6 2.3.2.ds1-10. > > > Anything runs fine - until I try to compile a program : > > Sorry I missed this the first time through. Let me ask the basic question: > w

Re: Debian libc6 upgrade

2004-01-27 Thread Ray Olszewski
At 11:34 PM 1/27/2004 +0200, [EMAIL PROTECTED] wrote: On Tue, 27 Jan 2004, Michael Scondo wrote: > Hi to all, > I'm running a mixed Debian Woody, with a few backports and libc6 2.3.1-16. > Now I would like to upgrade to libc6 2.3.2.ds1-10. > Anything runs fine - until I try to compile a program :

Re: Debian libc6 upgrade

2004-01-27 Thread caszonyi
On Tue, 27 Jan 2004, Michael Scondo wrote: > Hi to all, > I'm running a mixed Debian Woody, with a few backports and libc6 2.3.1-16. > Now I would like to upgrade to libc6 2.3.2.ds1-10. > Anything runs fine - until I try to compile a program : > > e.g. > > #include > > int main() > { > p

Debian libc6 upgrade

2004-01-27 Thread Michael Scondo
Hi to all, I'm running a mixed Debian Woody, with a few backports and libc6 2.3.1-16. Now I would like to upgrade to libc6 2.3.2.ds1-10. Anything runs fine - until I try to compile a program : e.g. #include int main() { printf("Hallo !\n"); } cpp -o hallo hallo.cpp [EMAIL PROTECTE