QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 692|回复: 2

各位高手,请帮忙看看,不要让我对linux失去信心:(

[复制链接]
发表于 2003-2-24 10:51:44 | 显示全部楼层 |阅读模式
help me!!!!!!!!!!!!!!
/***************************************************************************
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

这两条警告什么意思?
系统环境:kdevelop 2.1 ,redhat8.0
现象:这么一个简单的程序,编译很快,但是link的时候,超过4分钟还没有完成,只好终止,为什么?
发表于 2003-2-24 11:35:23 | 显示全部楼层

Re: 各位高手,请帮忙看看,不要让我对linux失去信心:

[quote:861bbb5447="lzh08_gongshe"]help me!!!!!!!!!!!!!!
/***************************************************************************
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

这两条警告什么意思?
系统环境:kdevelop 2.1 ,redhat8.0
现象:这么一个简单的程序,编译很快,但是link的时候,超过4分钟还没有完成,只好终止,为什么?[/quote]

这是因为kdevelop自带的工程模板和你的系统有一些版本上的细微差别,
这个警告在任何人那里都有,
至于link的问题,跟这个没有任何关系。
应该说,这个程序link 4分钟,基本是不可能的。
回复

使用道具 举报

发表于 2003-3-17 09:58:07 | 显示全部楼层
老兄, 你的开发目录是一个远程 mount 的目录吧? 两个机器的时间对不上.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-16 09:25 , Processed in 0.058120 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表