I have been using ATS more and more for non-systems related programming.
For convenience and productivity, it makes a lot of sense to provide a
powerful
library where the code may require GC at run-time. There is now some code in
the following directory that is not template-based; it is compiled into
libatslib.a
(or libatslib.so):
${PATSHOME}/libats/ML/COMPILE
Here is some testing code:
${PATSHOME}/doc/EXAMPLE/ATSLIB/libats_ML_COMPILE_all.dats
######
Say that you build ATS in a directory named ATS-BUILD. Then you do
make install
to install ATS into another directory (e.g., /usr/local/lib/myats).
Now please set PATSHOME to /usr/local/lib/myats. Please do the
following in ATS-BUILD:
make -C ccomp/atslib clean atslib
Then do
make reinstall_atslib
which should properly install libatslib.a into a directory inside
/usr/local/lib/myats
--
You received this message because you are subscribed to the Google Groups
"ats-lang-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/ats-lang-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/ats-lang-users/58a7e47b-4c9b-46c0-b787-5d64dfcf05d4%40googlegroups.com.