RWalib C Array Library User Guide > RWalib Introduction > Linking with RWalib
  

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.1
Copyright © 2019, Rogue Wave Software, Inc. All Rights Reserved.