From: Bob D. <bd...@si...> - 2005-07-19 14:34:35
|
You need to compile w/ the correct cflags so include this: `pkg-config --cflags --libs rlib` - bob On Sun, 2005-07-17 at 19:18 -0600, Alfredo Cole wrote: > Hi: > > Compiling the test programs works ok on my SuSE 9.3 system. However, if I > include rlib.h and rlib_input in my own program, I get the following errors: > > /usr/include/rlib/rlib.h:739: error: declaration does not declare anything > > /usr/include/rlib/rlib_input.h:41: error: declaration does not declare > anything > > I think it might be a switch I'm missing, but looking at the makefile used by > the test programs, I can not figure out what I need. Anybody have a > suggestion to make it compile right? > > I'm using gcc 3.3.5 and glibc 2.3.4. > > Thank you and regards. > |