View previous topic :: View next topic |
Author |
Message |
xergo n00b
Joined: 29 Jun 2014 Posts: 8
|
Posted: Sun Jun 29, 2014 12:06 pm Post subject: 如何emerge低版本的make(3.82)[已解决] |
|
|
大家好!
因为要编译Android,需要使用3.81或者3.82的make,系统里现在已经装了4.0版本的make了
eix sys-devel/make出来的available versions里就有3.81和3.82
用emerge =make-3.82,
提示there are no ebuilds to satisfy =make-3.82
请问安装指定版本的ebuild不是用“=”么?
既然3.81和3.82都还有,为啥没法emerge呢?
谢谢大家!
ps:我前两天还emerge gcc:4.4,没这个问题啊...
Last edited by xergo on Tue Jul 01, 2014 11:06 am; edited 1 time in total |
|
Back to top |
|
|
druggo Guru
Joined: 24 Sep 2003 Posts: 319 Location: Hangzhou, China
|
Posted: Sun Jun 29, 2014 3:30 pm Post subject: |
|
|
是用等号,但是还要写分类,如:
Code: | emerge -av =sys-devel/make-3.82-r4 |
_________________ HighWayToHell(blog)
https://blog.druggo.org/ |
|
Back to top |
|
|
xergo n00b
Joined: 29 Jun 2014 Posts: 8
|
Posted: Tue Jul 01, 2014 11:05 am Post subject: |
|
|
druggo wrote: | 是用等号,但是还要写分类,如:
Code: | emerge -av =sys-devel/make-3.82-r4 |
|
是的,可以emerge了,谢谢! |
|
Back to top |
|
|
|