From: David Unric Date: 2012-01-22T02:16:10+09:00 Subject: Interfacing with a C static library ? Hi, just curious what is a simplest way to use C functions compiled into a static library (libc.a) from Ruby ? I have no acces to shared version of that C-lib so I cann't use standard DL::dlopen . Only static library and C-header file. Do I have to manually write wrapper C shared lib, use SWIG or is there other more straightforward way ? Take care. David -- Posted via http://www.ruby-forum.com/.