Hello! On Fri, May 09, 2008 at 10:37:26PM +0300, Sergiu Ivanov wrote: > /lib/libdiskfs.so: undefined reference to 'diskfs_maxsymlinks' > > And a lot of similar messages, referring to many symbols in diskfs and > pager. > Could anybody suggest me an idea how to compile against diskfs?
At least the one you quoted is a variable you have to define in your
source code:
/* The user must define this variable; [...] */
extern int diskfs_maxsymlinks;
Regards,
Thomas
signature.asc
Description: Digital signature
