Hello, I am trying to compile a translator based on diskfs. I use the following command:
$ gcc -Wall -g -lshouldbeinlibc -lihash -lports -lthreads -lstore -lfshelp -liohelp -lpager -ldiskfs -o filter filter.c I get a lot of linker errors of the type: /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? scolobb P. S. Sorry, I _should_ have included the command in the very first message :-)
