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

Re: libc and static



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?

-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: