社区
Linux/Unix社区
帖子详情
cygwin下面为什么不能./configure而只能sh configure
AutoAsm
2002-12-19 02:21:42
用./configure就报错说找不到文件,这显然是挣眼说瞎话,sh configure就跑的起来,但autoconf生成的configure都是用./启动程序,修改configure又很郁闷,有没有少么好的解决方法?
...全文
115
回复
打赏
收藏
cygwin下面为什么不能./configure而只能sh configure
用./configure就报错说找不到文件,这显然是挣眼说瞎话,sh configure就跑的起来,但autoconf生成的configure都是用./启动程序,修改configure又很郁闷,有没有少么好的解决方法?
复制链接
扫一扫
分享
转发到动态
举报
AI
作业
写回复
配置赞助广告
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
mkvtoolnix_2.7.0
mkvtoolnix 2.7.0 and Windows ---------------------------- ---[ NOTE 1 ]--------------------------------------------------------- Versions after 0.8.1 require a new runtime DLL archive. Please download it from http://www.bunkus.org/videotools/mkvtoolnix/ Thanks. ---[ NOTE 1 ]--------------------------------------------------------- ---[ NOTE 2 ]--------------------------------------------------------- THIS FILE IS OUTDATED! I don't use
cygwin
anymore but mingw. Unfortunately compilation of all required libraries is FAR from easy with mingw as almost every package needs some kind of patch of specialized Makefile. I'll update this file with build instructions for mingw when I find the time to do so. They're basically the instructions below with some additional steps here and there. ---[ NOTE 2 ]-------------------------------------------------------- Since 2003-05-09 it is possible to compile mkvtoolnix under the
cygwin
environment under Windows. These are some very
sh
ort build and installation instructions. If you just need some binaries then get them from http://www.bunkus.org/videotools/mkvtoolnix/ 1) Download
cygwin
from http://www.
cygwin
.com/ and install it. Be sure to include all relevant stuff like the auto* packages and all iconv packages. 2) Download libogg and libvorbis from http://www.xiph.org/ Get the source packages, not the binaries for Windows. They
sh
ould be named libogg-1.0.tar.gz and libvorbis-1.0.tar.gz or something like that (don't mind the actual version number, it might be higher than 1.0). 3) In the
cygwin
ba
sh
execute the following commands which will build the Ogg and Vorbis libraries: cd /usr/local/src tar xvzf /where/i/put/libogg-1.0.tar.gz cd libogg-1.0 ./
configure
make make install cd /usr/local/src tar xvzf /where/i/put/libvorbis-1.0.tar.gz cd libvorbis-1.0 ./
configure
--with-ogg=/usr/local make make install 4) Get current versions of libebml and libmatroska (either from CVS or a proper release). For the CVS version do the following: cd /usr/local/src cvs -d :ext:anonymous@matroska.corecodec.org:/cvsroot/matroska \ co libebml cd libebml/make/linux make lib install cd /usr/local/src cvs -d :ext:anonymous@matroska.corecodec.org:/cvsroot/matroska \ co libmatroska cd libmatroska/make/linux make LIBEBML_INCLUDE_DIR=/usr/local/include/ebml lib install The same applies to the releases. Of course here you have to replace the 'cvs -d ...' with 'tar xvzf libebml-...', and you have to include the proper version number in the cd commands. 5) Download and install wxWindows (http://www.wxwindows.org/) if you want a GUI for mkvinfo. Make sure that mkvtoolnix'
configure
can find the wx-config script. 6) Get the mkvtoolnix sources either from CVS or a release (note that 0.3.2 is the first version that can be compiled under
cygwin
). For the CVS version do the following: cd /usr/local/src cvs -d :pserver:anonymous@bunkus.org:/home/cvs co mkvtoolnix cd mkvtoolnix ./autogen.
sh
./
configure
--with-ogg-prefix=/usr/local \ --with-vorbis-prefix=/usr/local make make install If you use a release version the steps are very similar: cd /usr/local/src tar xvjf /where/i/put/mkvtoolnix-x.y.z.tar.bz2 cd mkvtoolnix-x.y.z ./
configure
--with-ogg-prefix=/usr/local \ --with-vorbis-prefix=/usr/local make make install 7) Be happy and drink some milk. Moooo! Bug reports ----------- If you're sure you've found a bug - e.g. if one of my programs cra
sh
es with an obscur error message, or if the resulting file is missing part of the original data, then by all means submit a bug report. I use Anthill (http://www.bunkus.org/anthill/index.php) as my bug database. You can submit your bug reports there. Please be as verbose as possible - e.g. include the command line, if you use Windows or Linux etc.pp. If at all possible please include sample files as well so that I can reproduce the issue. If they are larger than 1M then please upload them somewhere and post a link in the Anthill bug report.
Cygwin
+MinGW环境的安装并编译vlc
Cygwin
环境的安装并编译vlc,vlc-1.1.11版本编译
NS2安装手册(基于
Cygwin
)
NS2即Network Simulation(网络模拟),由于NS2针对LINUX操作系统开发的特点,在windows下安装就显得尤为困难,本文给出了利用
Cygwin
安装NS2的全过程,希望能带来帮助。
mkp224o:洋葱v3(ed25519)隐藏服务的虚荣地址生成器
mkp224o-用于ed25519洋葱服务的虚荣地址生成器 此工具会生成虚荣ed25519( ,以前称为提案224)洋葱地址。 要求 与C99兼容的编译器(gcc和clang应该可以工作) libsodium(包括标头) GNU make GNU autoconf(生成配置脚本,仅当不使用发行版tarball时才需要) 类似于UNIX的平台(当前已在Linux和OpenBSD上进行了测试,但也应在
cygwin
和msys2下构建)。 对于类似debian的linux发行版,这足以准备构建: apt install gcc libsodium-dev make autoconf 建造 ./autogen.
sh
生成配置脚本(如果尚不存在)。 ./
configure
生成makefile; 在* BSD平台中,您可能想使用./
configure
CPPFLAGS="-I/usr/loc
lha:用于 UNIX 的 LHa - 注意
LHa for UNIX with Autoconf 由 Koji Arai 与翻译(免费版) 该文件描述了用于 UNIX 的 LHa 的 Autoconf 版本的更改。 如何编译 编译过程如下。 gzip -dc lha-1.14i-acXXXXXXXX.tar.gz | tar xvf - cd lha-114i-acXXXXXXXX
sh
./
configure
make make check make install MinGW 支持处于 alpha 阶段。 它没有经过太多测试(我只确认成功“进行检查”)。 要在
Cygwin
下试用 MinGW 版本,请使用:
sh
./
configure
\ --build=i686-pc-mingw32 \ --host=x86_64-w64-mingw32 \
Linux/Unix社区
23,217
社区成员
74,540
社区内容
发帖
与我相关
我的任务
Linux/Unix社区
Linux/Unix社区 应用程序开发区
复制链接
扫一扫
分享
社区描述
Linux/Unix社区 应用程序开发区
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章