《已解决》(求助)重装了15.7,然而应用打不开了
Tofloor
poster avatar
ylxdxx
deepin
2018-08-22 23:29
Author
本帖最后由 ylxdxx 于 2018-8-22 21:17 编辑

由于学习需要,需用simpleFortran,在其官网(http://simplyfortran.com/download/)下载deb包,在15.6时装上时正常使用,但重装了15.7后应用打不开了,启动器里有图标,点了后鼠标转圈,就没然后了,重装应用,重启,注销,都试过,均没用
大家有什么办法没?




Reply Favorite View the author
All Replies
avatar
ylxdxx
deepin
2018-08-22 23:31
#1
多说一句,系统重装后没有交换空间了
Reply View the author
avatar
listenerri
deepin
2018-08-23 01:53
#2
在命令行里启动这个程序,把输出的内容贴上来


Reply View the author
avatar
ylxdxx
deepin
2018-08-23 02:56
#3
https://bbs.deepin.org/post/167572
在命令行里启动这个程序,把输出的内容贴上来

我这样启动的不知道对不对:

shui@shui-PC:/usr/share/applications$ simplyfortran
simplyfortran: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
Reply View the author
avatar
ylxdxx
deepin
2018-08-23 04:03
#4
gfortran编译也出问题了,不能创建文件,哎。。。
Reply View the author
avatar
ylxdxx
deepin
2018-08-23 04:04
#5
https://bbs.deepin.org/post/167572
gfortran编译也出问题了,不能创建文件,哎。。。

编译是好的,只是生成的可执行文件有问题,不能创建文件
Reply View the author
avatar
sudo_free
deepin
2018-08-23 04:25
#6
看起来是缺libncurses5的动态库,然而我下载deb包提示需要libcurl3,这就尴尬了

因为15.7使用libcurl4,和libcurl3不能共存,如果你不用cmake的话你可以把libcurl4临时卸载掉

但是既然人家有binary二进制包,为啥要用deb……
Reply View the author
avatar
Island
deepin
2018-08-23 04:26
#7
sudo apt-get install libncurses5
Reply View the author
avatar
ylxdxx
deepin
2018-08-23 05:14
#8
https://bbs.deepin.org/post/167572
看起来是缺libncurses5的动态库,然而我下载deb包提示需要libcurl3,这就尴尬了

因为15.7使用libcurl4,和 ...

感谢,er。。。。英语不是太好,没找到,只看见Ubuntu
Reply View the author
avatar
ylxdxx
deepin
2018-08-23 05:15
#9
https://bbs.deepin.org/post/167572
sudo apt-get install libncurses5

thanks,顺利解决
Reply View the author
avatar
ylxdxx
deepin
2018-08-23 05:21
#10
最后补充一下,在终端命令运行./a.out不会出错
Reply View the author
avatar
sudo_free
deepin
2018-08-23 17:54
#11
https://bbs.deepin.org/post/167572
感谢,er。。。。英语不是太好,没找到,只看见Ubuntu

Version 2.41 - Archive with Executable for 64-bit Systems

Executable就是二进制包;不过你问题已经解决了,没必要用这个超大的东西了~

但是如果你之后要用cmake碰到问题的话,请记得是这里依赖冲突了(见上一条回复)
Reply View the author