|
/***************************************************************************
main.c - description
-------------------
begin : Ò» 2ÔÂ 23 19:35:30 CST 1998
copyright : (C) 1998 by
email :
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[])
{
printf("Hello, world!\n");
return EXIT_SUCCESS;
}
compiler ok;
link:
gmake: *** Warning: File `admin/acinclude.m4.in' has modification time in the future (2002-08-06 05:39:32 > 1998-02-23 19:46:02)
configure.in:58: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst
configure.in:100: warning: do not use m4_regexp: use regexp or m4_bregexp
why?kdevelop 2.1 ,redhat8.0 |
|