From: Ferran P. <fer...@re...> - 2002-08-27 14:30:46
|
I have uploaded serious changes to CVS. Now the runtime system is only one library that includes all the features. This library is created as a shared object and is linked with all the used libraries, so now the programs created only need to be linked to libhtcobol (-lhtcobol) and don't need to be linked to curses, db etc... The runtime created as a shared object make all the compiled cobol programs smaller, and reduces the problems found on executing string and other operations on routines. In general this should reduce the complexity of compilation and linking and now we can eliminate the code that calculates the libraries to link on the compiler, and make it simpler. We can still create the libraries as a static objects for debug purposes. This is a big change, so try to compìle your old programs and report problems to this list. -- Salutacions / Regards +---------------------------------------------------------------+ | Ferran Pegueroles Forcadell | | mailto:fer...@re... | | Tels (+34)937252106 - (+34)667658535 | | C/Unió 44 2n 2a 08201 Sabadell (BCN) | +---------------------------------------------------------------+ |