LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1852|回复: 7

kdevelop怎么用?

[复制链接]
发表于 2003-12-19 10:07:33 | 显示全部楼层 |阅读模式
小弟刚入门linux,kdevelop不懂用?

建立了一个项目(C的)编译好了后,
然后选择了运行,然后kdevelop就在那里一直checking 了N旧

小弟不才,请问各位大虾怎么用!
 楼主| 发表于 2003-12-19 10:23:34 | 显示全部楼层
这么没人回答呢,着急啊
发表于 2003-12-19 10:26:12 | 显示全部楼层
运行Kdevelop之前,一定要将LANG设为C,即:
# export LANG=C
# kdevelop &
 楼主| 发表于 2003-12-19 10:38:58 | 显示全部楼层
能讲具体点吗,在哪里设置,小弟刚玩linux不旧
 楼主| 发表于 2003-12-19 10:55:12 | 显示全部楼层
斑竹啊,设置过了,也一样啊,还是checking N 旧 啊
 楼主| 发表于 2003-12-19 11:00:34 | 显示全部楼层
gmake[1]: *** Warning: File `admin/acinclude.m4.in' has modification time in the future (2003-01-20 08:47:46 > 2002-12-19 10:58:05)
cd . && /bin/sh /mnt/WinH/linux/hello/admin/missing --run aclocal-1.6
cd . && \
/bin/sh /mnt/WinH/linux/hello/admin/missing --run automake-1.6 --foreign Makefile
cd . && perl admin/am_edit Makefile.in
cd . && /bin/sh /mnt/WinH/linux/hello/admin/missing --run autoconf
/bin/sh ./config.status --recheck
running /bin/sh ./configure CC=gcc CFLAGS= CPPFLAGS= CPP=cpp CXX=g++ LDFLAGS= --prefix /usr/local --no-create --no-recursion
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... gcc3
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... cpp
checking whether g++ supports -frepo... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output...
checking whether ln -s works... no, using cp -p
checking how to recognise dependant libraries... pass_all
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... chmod: changing permissions of `.' (requested: 0577, actual: 0555): Operation not permitted
chmod: changing permissions of `.' (requested: 0755, actual: 0777): Operation not permitted
yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC...
checking if g++ supports -c -o file.o... chmod: changing permissions of `.' (requested: 0577, actual: 0555): Operation not permitted
chmod: changing permissions of `.' (requested: 0755, actual: 0777): Operation not permitted
yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "GCJ" to libtool
checking if gcj supports -fno-rtti -fno-exceptions... (cached) yes
checking for gcj option to produce PIC... -fPIC
checking if gcj PIC flag -fPIC works... no
checking if gcj supports -c -o file.o... chmod: changing permissions of `.' (requested: 0577, actual: 0555): Operation not permitted
chmod: changing permissions of `.' (requested: 0755, actual: 0777): Operation not permitted
no
checking whether the gcj linker (/usr/bin/ld) supports shared libraries... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking the maximum length of command line arguments... (cached) 32768
checking command to parse /usr/bin/nm -B output from gcj object... (cached) ok
checking for objdir... (cached) .libs
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -fno-rtti -fno-exceptions... (cached) yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC...
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "GCJ" to libtool
checking if gcj supports -fno-rtti -fno-exceptions... (cached) yes
checking for gcj option to produce PIC... -fPIC
checking if gcj PIC flag -fPIC works... (cached) no
checking if gcj supports -c -o file.o... (cached) no
checking whether the gcj linker (/usr/bin/ld) supports shared libraries... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking for extra includes... no
checking for extra libs... no
checking if hello should be compiled... yes
configure: creating ./config.status
Good - your configure finished. Start make now
cd . && /bin/sh ./config.status Makefile
config.status: creating Makefile
gmake[1]: Leaving directory `/mnt/WinH/linux/hello'
gmake[1]: Entering directory `/mnt/WinH/linux/hello'
cd . && /bin/sh /mnt/WinH/linux/hello/admin/missing --run aclocal-1.6
cd . && \
/bin/sh /mnt/WinH/linux/hello/admin/missing --run automake-1.6 --foreign Makefile
gmake[1]: *** Warning: File `admin/acinclude.m4.in' has modification time in the future (2003-01-20 08:47:46 > 2002-12-19 10:58:45)
cd . && perl admin/am_edit Makefile.in
cd . && /bin/sh /mnt/WinH/linux/hello/admin/missing --run autoconf
gmake[1]: *** [configure] 已终止
gmake: *** [all] 已终止
*** 进程错误退出 ***
 楼主| 发表于 2003-12-19 11:01:28 | 显示全部楼层
他就在那里 gmake 了几次和checking N 旧
 楼主| 发表于 2003-12-19 16:14:57 | 显示全部楼层
天阿,没有人回答我 的问题
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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