-
Notifications
You must be signed in to change notification settings - Fork 0
aflat/heirloom-devtools
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Initial code was written bt Gunnar Ritter, you can find it here: http://heirloom.sourceforge.net/devtools.html I imported it into github so I can change it up a bit to work on a more modern OS, Centos 6.6 x86_64 I have included the original README contents, but I can't vouch for their correctness Building on Centos 6.6: yum groupinstall 'Development Tools' yum install zlib-devel.i686 bzip2-devel.i686 glibc-devel.i686 libstdc++-devel.i686 compat-glibc-headers make make install There is a hardcoded dependency on the /usr/lib/x86_64-redhat-linux5E/include/stropts.h file, which is declared in the make/src/Makefile.mk file. compat-glibc-headers installs this. I don't know of a 32 bit version of this file, so I am cheating a bit here. -------------Original README contents below----------- README file for the Heirloom Development Tools ============================================== The Heirloom Development Tools provide yacc, lex, m4, make, and SCCS, as portable derivatives of the utilities released by Sun as part of OpenSolaris. The OpenSolaris utilities were in turn derived from the original Unix versions, and are assumed be conforming implementations of the POSIX standard. Note that the manual page for m4 is not yet available under an Open Source license. In the meantime, please refer to the online Solaris documentation at <http://docs.sun.com>. There have been very few semantical changes with it, so the description is still generally applicable. The source code has been compiled successfully on: Linux glibc Solaris 10 and above HP-UX B.11.11 AIX 5.1 FreeBSD 5.4, 6.1 Open UNIX 8.0.0 Mac OS X 10.4.3 It is likely to compile on other systems that provide the necessary wide-character functionality. To build and install the RPM package: - Execute "rpmbuild -tb heirloom-devtools-<version>.tar.bz2". The result can be found in /usr/src/redhat/RPMS/i386 (or likewise) and can be installed using "rpm -U". To build and install manually: - Adjust the installation paths and compiler settings in the file "mk.config", which is in makefile syntax. - Execute "make", followed by "make install". "make mrproper" will destroy all generated files. New releases of this project are announced on Freshmeat. If you want to get notified by email on each release, use their subscription service at <http://freshmeat.net/projects/devtools/>. The project homepage is currently at <http://heirloom.sourceforge.net>. Report bugs to Gunnar Ritter Freiburg i. Br. Germany <http://heirloom.sourceforge.net> <gunnarr@acm.org> 3/22/07
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published