From: Bob D. <bd...@si...> - 2004-08-23 17:34:05
|
Hi, see rlib/src/examples/c It's a small c program linked w/ RLIB That give you some hints RLIB also installs a package config file pkg-config --cflags rlib pkg-config --libgs rlib is the best way to compile and link - bob On Mon, 2004-08-23 at 18:24 +0200, Sabin Bilbao wrote: > Hi, > > I am working with rlib. I am trying to use rlib but I can not link my program > with the library: "unresolved reference to rlib_init()" > > I am trying with "-lr" in the linking line. The program compiles well but the > linking process gives the error above. > > I am a new user of kdevelop and I have a basic knowledge of C++, so perhaps I > am no using correctly the libraries. > > Your help would be welcome. > > Thanks |