how to slove the question ?

编译打包和其他
回复
lian lian
帖子: 4
注册时间: 2009-02-12 0:15

how to slove the question ?

#1

帖子 lian lian » 2009-02-12 0:21

The comiler reports to the mistake when i compile gcc-4.2.4

current gcc version: gcc-4.1.3

mistake:
home/timus/software/download/gcc-4.2.4/host-i686-pc-linux-gnu/prev-gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -c -O2 -g -fomit-frame-pointer -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wno-error -DHAVE_CONFIG_H -I. -Ijava -I../.././gcc -I../.././gcc/java -I../.././gcc/../include -I../.././gcc/../libcpp/include -I../.././gcc/../libdecnumber -I../libdecnumber java/parse-scan.c -o java/parse-scan.o
xgcc: java/parse-scan.c: No such file or directory
xgcc: no input files
make[3]: *** [java/parse-scan.o] 错误 1
make[3]: Leaving directory `/home/timus/software/download/gcc-4.2.4/host-i686-pc-linux-gnu/gcc'
make[2]: *** [all-stage2-gcc] 错误 2
make[2]: Leaving directory `/home/timus/software/download/gcc-4.2.4'
make[1]: *** [stage2-bubble] 错误 2
make[1]: Leaving directory `/home/timus/software/download/gcc-4.2.4'
make: *** [all] 错误 2
头像
lerosua
论坛版主
帖子: 8455
注册时间: 2007-11-29 9:41
联系:

Re: how to slove the question ?

#2

帖子 lerosua » 2009-02-12 9:43

xgcc: java/parse-scan.c: No such file or directory
没找到 java/parse-scan.c 这个文件 ~~
mimihu88
帖子: 552
注册时间: 2006-04-03 11:26

Re: how to slove the question ?

#3

帖子 mimihu88 » 2009-02-17 21:40

question needs an answer and can't be solved :em05 :em04
lian lian
帖子: 4
注册时间: 2009-02-12 0:15

Re: how to slove the question ?

#4

帖子 lian lian » 2009-02-20 18:47

mimihu88, :em11
54powerman
帖子: 1
注册时间: 2007-07-11 13:58

Re: how to slove the question ?

#5

帖子 54powerman » 2009-06-02 16:37

2楼英语不错
头像
wowoto
帖子: 3050
注册时间: 2009-04-11 12:17
系统: windows7

Re: how to slove the question ?

#6

帖子 wowoto » 2009-06-05 18:27

slove ? slove question...solve... problem../
wowoto>ubuntu8.04>ubuntu9.04>Archlinux>FreeBSD8.0>Archlinux & end here.
jilon
帖子: 1
注册时间: 2009-09-03 15:24

Re: how to slove the question ?

#7

帖子 jilon » 2009-09-03 15:59

你应该把前面的错误提示也贴出来!

xgcc: java/parse-scan.c: No such file or directory

这个文件没有生成有2种可能

1. 你系统里没有装bison,应该有这样的错误。
WARNING: `bison' missing on your system

2. 有bison, 执行有错误
bison -t -o java/parse-scan.c ../.././gcc/java/parse-scan.y
../.././gcc/java/parse-scan.y: conflicts: 2 shift/reduce
/usr/local/share/bison/yacc.c:29: error: m4_popdef: undefined macro: _m4_step
/usr/local/share/bison/yacc.c:29: the top level
bison: subsidiary program `m4' failed (exit status 1)

m4 版本过低,你装一个最新的版本应该就可以了。
头像
tenzu
论坛版主
帖子: 36924
注册时间: 2008-11-21 20:26

Re: how to slove the question ?

#8

帖子 tenzu » 2009-09-03 16:07

normally, we solve a problem or answer a question.
头像
john.wu
帖子: 1006
注册时间: 2007-10-18 17:40

Re: how to slove the question ?

#9

帖子 john.wu » 2009-09-03 16:30

cope with the problem
dealing with a social or moral problem


She has found the answer to/solved the problem
solve or settle problems
solve a crossword puzzle
solve a mathematical equation
solve my financial troubles


address the economic issues



resolve an argument, a difficulty, a crisis


综上,应该都可以, 我个人更喜欢的标题是: hwo to address the issue?

千帖户,享有论坛特权!
头像
tregedie
帖子: 578
注册时间: 2008-11-29 22:56
来自: Guangdong Pharmaceutical University
联系:

Re: how to slove the question ?

#10

帖子 tregedie » 2009-09-03 16:43

john.wu 写了:

综上,应该都可以, 我个人更喜欢的标题是: hwo to address the issue?
我觉得how to address the issue?比较好 :em06
猪圈里的猪想着去解放全世界
billbear
帖子: 3681
注册时间: 2008-05-03 23:42

Re: how to slove the question ?

#11

帖子 billbear » 2009-09-03 17:08

楼歪了
回复