爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 4370|回复: 7

[提问] cygwin可以多次安装包裹吗

[复制链接]

新浪微博达人勋

发表于 2015-5-12 21:51:36 | 显示全部楼层 |阅读模式

登录后查看更多精彩内容~

您需要 登录 才可以下载或查看,没有帐号?立即注册 新浪微博登陆

x
我在用cygwin安装ncview,刚开始安装了X11后来又需要安装其他包裹,问下能不能不用卸载cygwin直接在原来的包裹上直接安装??

密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2015-5-13 07:34:15 | 显示全部楼层

回帖奖励 +5 金钱

可以直接再安装。直接双击最初的安装文件,选择你想要安装的包。安装就好,不影响之前的东西。
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2015-5-13 09:22:55 | 显示全部楼层
cgwin好像不能卸载  我之前安完以后直接重做系统了 因为无法卸载还占地方
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2015-5-13 13:39:16 | 显示全部楼层
woaichimian666 发表于 2015-5-13 09:22
cgwin好像不能卸载  我之前安完以后直接重做系统了 因为无法卸载还占地方

可以卸载的, uninstall
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2015-5-13 13:41:36 | 显示全部楼层
ningking1986 发表于 2015-5-13 07:34
可以直接再安装。直接双击最初的安装文件,选择你想要安装的包。安装就好,不影响之前的东西。

恩恩,我也发现了,另外弱弱的问一下,我用cygwin安装ncview,但是提示得安装udunits,听老师说可以不安装这个,但是不知道怎么弄了
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2015-5-13 14:12:44 | 显示全部楼层
李翔华 发表于 2015-5-13 13:41
恩恩,我也发现了,另外弱弱的问一下,我用cygwin安装ncview,但是提示得安装udunits,听老师说可以不安装 ...

估计你选择了多个文件包安装,可能有的需要udunits,直接忽略,继续应该就可以。
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2015-5-13 14:45:23 | 显示全部楼层
ningking1986 发表于 2015-5-13 14:12
估计你选择了多个文件包安装,可能有的需要udunits,直接忽略,继续应该就可以。

./configure
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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 for library containing strerror... none required
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... 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 netcdf.h usability... yes
checking netcdf.h presence... yes
checking for netcdf.h... yes
Found netcdf.h in: .
checking for nc_open in -lnetcdf... yes
Found netcdf library file libnetcdf.a in directory .
checking udunits.h usability... yes
checking udunits.h presence... yes
checking for udunits.h... yes
checking for /usr/local/lib/libudunits.a... no
checking for /usr/lib/libudunits.a... no
checking for /lib/libudunits.a... no
checking for /home/bigass/lib/libudunits.a... no
checking for /sw/lib/libudunits.a... no
************************************************************************
Note: udunits support is NOT enabled, because I could not find the
location of the udunits include file 'udunits.h' or library file
'libudunits.a'.  Ncview uses the udunits package to format date strings
with units of the form 'days since 1900-01-01'.  If you do not use
these udunits-standard date formats, then don't worry about the lack
of udunits support.  If you DO use udunits format date strings, and
you want the udunits support, then you must tell me where to find
the udunits package by giving arguments to configure, as follows:
  ./configure -with-udunits_incdir=include_directory -with-udunits_libdir=library_directory
NOTE: udunits does >>not<< work under Mac OS X, so don't try using it on that platform!
************************************************************************
checking /usr/local/include/ppm.h usability... no
checking /usr/local/include/ppm.h presence... no
checking for /usr/local/include/ppm.h... no
checking /usr/include/ppm.h usability... no
checking /usr/include/ppm.h presence... no
checking for /usr/include/ppm.h... no
checking /home/bigass/include/ppm.h usability... no
checking /home/bigass/include/ppm.h presence... no
checking for /home/bigass/include/ppm.h... no
checking for ppm_writeppm in -lppm... no
checking for /usr/local/lib/libppm.so... no
checking for /usr/lib/libppm.so... no
checking for /lib/libppm.so... no
checking for /home/bigass/lib/libppm.so... no
checking for ppm_writeppm in -lnetpbm... no
checking for /usr/local/lib/libnetpbm.so... no
checking for /usr/lib/libnetpbm.so... no
checking for /lib/libnetpbm.so... no
checking for /home/bigass/lib/libnetpbm.so... no
************************************************************************
Note: the -frames option is NOT enabled, because I could not find the
location of the PPM include file 'ppm.h' or library file
'libppm.a'.  Ncview uses the ppm package to dump out the frames viewed,
which is an easy way to make an mpeg video of the data if you want.
If you do not want this feature, then don't worry about the lack
of ppm support.  If you DO want this, then you must tell me where to find
the ppm package by giving arguments to configure, as follows:
  ./configure -with-ppm_incdir=include_directory -with-ppm_libdir=library_directory
************************************************************************
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating ./config.status
config.status: creating Makefile
这是configure以后出现的,
怎么忽略呢?直接make check?
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2015-5-14 09:18:25 | 显示全部楼层
看你又发了帖子,这个是招聘求职的版块。
密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

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