[CentOS] flex & yacc 설치
yum install flex
yum install byacc
-- yum install bison 으로 bison을 설치를 하더라고 yacc가 설치가 되지 않는다..
# yum install flex
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: mirror.navercorp.com
* epel: ftp.riken.jp
* extras: mirror.navercorp.com
* updates: mirror.navercorp.com
Package flex-2.5.35-9.el6.x86_64 already installed and latest version
Nothing to do
#
# yum install byacc
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: mirror.navercorp.com
* epel: ftp.riken.jp
* extras: mirror.navercorp.com
* updates: mirror.navercorp.com
Resolving Dependencies
--> Running transaction check
---> Package byacc.x86_64 0:1.9.20070509-7.el6 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
=====================================================================================================
Package Arch Version Repository Size
=====================================================================================================
Installing:
byacc x86_64 1.9.20070509-7.el6 base 48 k
Transaction Summary
=====================================================================================================
Install 1 Package(s)
Total download size: 48 k
Installed size: 86 k
Is this ok [y/N]: y
Downloading Packages:
byacc-1.9.20070509-7.el6.x86_64.rpm | 48 kB 00:00
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : byacc-1.9.20070509-7.el6.x86_64 1/1
Verifying : byacc-1.9.20070509-7.el6.x86_64 1/1
Installed:
byacc.x86_64 0:1.9.20070509-7.el6
Complete!