1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 19:52:20 +00:00
No description
Find a file
Siteshwar Vashisht 683bccf3ba Skip adding -nostartfiles flag during compilation
Due to a recent change in gcc, compilation breaks on Fedora rawhide. This
should be fixed by skipping -nostartfiles flag.

Resolves: rhbz#1540796
Related: rhbz#1540642
2018-02-06 14:16:25 +01:00
bin Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
lib/package Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
src Skip adding -nostartfiles flag during compilation 2018-02-06 14:16:25 +01:00
README Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
README.md Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00

AST

This is the AT&T Software Technology (AST) toolkit from AT&T Research. It includes many tools and libraries, like KSH, NMAKE, SFIO, VMALLOC, VCODEX, etc. It also includes more efficient replacements for a lot of the POSIX tools. It was designed to be portable across many UNIX systems and also works under UWIN on Microsoft Windows (see UWIN repo on GitHub under att/uwin).

This software is used to build itself, using NMAKE. After cloning this repo, cd to the top directory of it and run:

./bin/package make

Almost all the tools in this package (including the bin/package script are self-documenting; run --man (or --html) for the man page for the tool.

(If you were used to the old AST packaging mechanism, on www.research.att.com, this repo is equivalent to downloading the INIT and ast-open packages and running: ./bin/package read on them).