c - Building Minix 3.3 Errors -


i installed minix 3.3 ,then downloaded source , tried build followd link instructions. got error building minix follows:

*** error code 1 stop. make: stopped in /usr/src/gnu/usr.bin/texinfo *** error code 1 stop. make: stopped in /usr/src/gnu/usr.bin/texinfo *** error code 1 stop. make: stopped in /usr/src/gnu/usr.bin *** error code 1 stop. make: stopped in /usr/src/gnu *** error code 1 stop. make: stopped in /usr/src *** error code 1 stop.  make: stopped in /usr/src 

i found same problem discussed in link ,i followd instructions mentioned there:

#pkgin in gtexinfo  #cd /usr/src/gnu/usr.bin/texinfo  #makeinfo -i/usr/src/gnu/dist/texinfo/doc --no-split -o info-stnd.info /usr/src/gnu/dist/texinfo/doc/info-stnd.texi  #makeinfo -i/usr/src/gnu/dist/texinfo/doc --no-split -o info.info /usr/src/gnu/dist/texinfo/doc/info.texi  #makeinfo -i/usr/src/gnu/dist/texinfo/doc --no-split -o texinfo.info /usr/src/gnu/dist/texinfo/doc/texinfo.txi  #cd ../../..  #make -c gnu/usr.bin/texinfo    

at last command recieve following error

#make -c gnu/usr.bin/texinfo     create texinfo/info-stnd.info unknown option: no-version-header *** error code 1 stop. make:stopped in /usr/src/gnu/usr.bin/texinfo 

is there way build without errors.


Comments

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -