• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

configs/H03-May-2022-259199

confsrc/H16-May-2017-436398

gensrc.elinos/H16-May-2017-4,1053,150

gnatsocks/H16-May-2017-3,4022,200

libsrc/H16-May-2017-18,81910,081

lynxos5/H16-May-2017-3,5992,934

CHANGESH A D16-May-2017127 21

COPYINGH A D23-Sep-199817.6 KiB340281

COPYING3H A D29-Sep-201634.3 KiB675553

INSTALLH A D26-Jul-20161.1 KiB3524

INSTALL.LYNXOS5H A D23-Jan-2013497 1410

Makefile.inH A D03-May-20225.2 KiB18592

READMEH A D09-May-2006637 2314

aclocal.m4H A D07-Oct-20147.3 KiB275255

addrinfo.hH A D16-May-20171.8 KiB4631

c-posix-signals.cH A D03-May-202219.2 KiB783623

c-posix.cH A D03-May-2022188.7 KiB7,7136,389

configureH A D03-May-2022163.6 KiB6,1365,226

configure.inH A D12-Dec-201411.9 KiB647620

florist.gprH A D16-May-20171.5 KiB4836

README

1FLORIST:
2
3This directory contains the components of FLORIST, an
4implementation of the IEEE Standards 1003.5: 1992, IEEE STD
51003.5b: 1996, and parts of IEEE STD 1003.5c: 1998, also known as
6the POSIX Ada Bindings.
7
8NORMAL INSTALLATION:
9
10Follow the steps described in the INSTALL file.
11
12COMPILING YOUR PROGRAMS WITH FLORIST:
13
14To compile your own programs with Florist, you will need to
15add a "with florist" in your project file. florist.gpr can be found
16under prefix/lib/gnat is also sufficient.
17
18Alternatively, to use Florist without project files, you can also
19do something like:
20
21$ gnatmake -I/prefix/floristlib main -largs -lflorist
22
23