Linking with RWalib
RWalib is supported on the following platforms (64-bit only):
Red Hat Enterprise Linux 7.1 with GCC 4.8.3
MS Windows with Visual Studio 2013
On Linux an application app.c can be linked with RWalib:
gcc -DLNX64 -lm -lgomp app.c RWalib.rhel.a -o app
and on Windows:
cl -D "WIN64" app.c RWalib.lib
Version 2017.0
Copyright © 2017, Rogue Wave Software, Inc. All Rights Reserved.