[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: libc and static



Le lundi 15 août 2005 à 09:02 -0700, Theodore Kisner a écrit :
> This compiles without error on my amd64 (sid) system, using gcc 4.0.2 and gcc 
> 3.4.5.  Perhaps your installation is messed up somehow?

Yes I have reinstalled libc (testing) but that doesn't work.

Humm... big problem.


Cheers,


Greg
> 
> -Ted
> 
> On Monday 15 August 2005 08:50, Vanuxem Grégory wrote:
> > #include <stdio.h>
> > #include <stdlib.h>
> >
> > int main() {
> >         int major, minor, micro;
> >
> >         printf("\nAn old version of libaal (%s) was found.\n");
> >
> >         printf("You need a libaal of the version %d.%d.%d or newer.\n", 1,
> > 0, 5);
> >
> >         printf("You can get it at http://www.namesys.com/snapshots\n";);
> >
> >         return 1;
> > }
> 
> 




Reply to: