免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2153 | 回复: 1
打印 上一主题 下一主题

[求助] 请问在fedora core 6下如何安装Xmgr? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-05-23 22:00 |只看该作者 |倒序浏览
小弟最近的CFD工作要用到Xmgr来做后处理?但是下载了Xmgr后却不会安装! 很郁闷?

以下是我的安装记录,请各位高手看看,应该怎么解决!

[tomcfd@tom xmgr-4.1.2]$ ./configure --enable-acegr-home=/opt/xmgr --enable-extra-incpath=/usr/local/include/:/opt/include --enable-extra-ldpath=/usr/local/lib:/opt/lib --prefix=/usr/

loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
using `conf/ix86-linux' as config file
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -Wall -pedantic -m486 -malign-double -L/usr/local/lib -L/opt/lib ) works... yes
checking whether the C compiler (gcc -Wall -pedantic -m486 -malign-double -L/usr/local/lib -L/opt/lib ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for POSIXized ISC... no
checking how to run the C preprocessor... (cached) gcc -E
checking for AIX... no
checking for gcc strength-reduce bug... (cached) no
checking for FPU arithmetics type... (cached) Little endian IEEE
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for ranlib... (cached) ranlib
checking whether ln -s works... (cached) yes
checking for bison... (cached) bison -y
checking whether make sets ${MAKE}... (cached) yes
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for pid_t... (cached) yes
checking for size_t... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking return type of signal handlers... (cached) void
checking for vfork.h... (cached) no
checking for working vfork... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for getcwd... (cached) yes
checking for gethostname... (cached) yes
checking for strdup... (cached) yes
checking for strstr... (cached) yes
checking for strerror... (cached) yes
checking for drand48... (cached) yes
checking for memcpy... (cached) yes
checking for memmove... (cached) yes
checking for popen... (cached) yes
checking for vsnprintf... (cached) yes
checking for on_exit... (cached) yes
checking for mkfifo... (cached) yes
checking for main in -lm... (cached) yes
checking for ieeefp.h... (cached) no
checking for hypot in -lm... (cached) yes
checking for rint in -lm... (cached) yes
checking for cbrt in -lm... (cached) yes
checking for log2 in -lm... (cached) yes
checking for asinh in -lm... (cached) yes
checking for acosh in -lm... (cached) yes
checking for atanh in -lm... (cached) yes
checking for lgamma in -lm... (cached) yes
checking whether lgamma is defined in math.h... (cached) yes
checking for erf in -lm... (cached) yes
checking for erfc in -lm... (cached) yes
checking for j0 in -lm... (cached) yes
checking for j1 in -lm... (cached) yes
checking for jn in -lm... (cached) yes
checking for y0 in -lm... (cached) yes
checking for y1 in -lm... (cached) yes
checking for yn in -lm... (cached) yes
checking for finite in -lm... (cached) yes
checking for main in -lgen... (cached) no
checking for xdrstdio_create... (cached) yes
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking for lpr... (cached) 'lpr'
checking for X... (cached) libraries , headers
checking for dnet_ntoa in -ldnet... (cached) no
checking for dnet_ntoa in -ldnet_stub... (cached) no
checking for gethostbyname... (cached) yes
checking for connect... (cached) yes
checking for remove... (cached) yes
checking for shmat... (cached) yes
checking for IceConnectionNumber in -lICE... (cached) yes
checking for main in -lXp... (cached) yes
checking for main in -lXm... (cached) no
configure: warning: Motif has not been found; building a GUI-less version
checking for main in -lnetcdf... (cached) no
checking for f77... (cached) f95
checking whether Fortran adds underscore to external symbol names... (cached) yes
creating ./config.status
creating Make.conf
creating config.h
config.h is unchanged
[tomcfd@tom xmgr-4.1.2]$ make
make[1]: Entering directory `/home/tomcfd/Software/xmgr/xmgr-4.1.2/cephes'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/tomcfd/Software/xmgr/xmgr-4.1.2/cephes'
make[1]: Entering directory `/home/tomcfd/Software/xmgr/xmgr-4.1.2/src'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/tomcfd/Software/xmgr/xmgr-4.1.2/src'
make[1]: Entering directory `/home/tomcfd/Software/xmgr/xmgr-4.1.2/acegr_np'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/tomcfd/Software/xmgr/xmgr-4.1.2/acegr_np'
make[1]: Entering directory `/home/tomcfd/Software/xmgr/xmgr-4.1.2/grconvert'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/tomcfd/Software/xmgr/xmgr-4.1.2/grconvert'
make[1]: Entering directory `/home/tomcfd/Software/xmgr/xmgr-4.1.2/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/tomcfd/Software/xmgr/xmgr-4.1.2/doc'
make[1]: Entering directory `/home/tomcfd/Software/xmgr/xmgr-4.1.2/examples'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/tomcfd/Software/xmgr/xmgr-4.1.2/examples'
make[1]: Entering directory `/home/tomcfd/Software/xmgr/xmgr-4.1.2/auxiliary'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/tomcfd/Software/xmgr/xmgr-4.1.2/auxiliary'


[tomcfd@tom xmgr-4.1.2]$ su
鍙d护锛?

[root@tom xmgr-4.1.2]# make install

make[1]: Entering directory `/home/tomcfd/Software/xmgr/xmgr-4.1.2/cephes'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/home/tomcfd/Software/xmgr/xmgr-4.1.2/cephes'
make[1]: Entering directory `/home/tomcfd/Software/xmgr/xmgr-4.1.2/src'
/home/tomcfd/Software/xmgr/xmgr-4.1.2/ac-tools/mkinstalldirs /opt/xmgr/bin
mkdir /opt/xmgr
mkdir /opt/xmgr/bin
/usr/bin/install -c -s  /opt/xmgr/bin/
/usr/bin/install: missing destination file operand after 鈥?opt/xmgr/bin/鈥?璇峰皾璇曟墽琛屸

论坛徽章:
0
2 [报告]
发表于 2007-05-24 13:01 |只看该作者

还是不知道怎么解决!

如题!据说Xmgr是一款很好用的Linux下后处理绘图软件.希望有兴趣的也关注一下.
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP