bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to link against diskfs


From: Sergiu Ivanov
Subject: How to link against diskfs
Date: Fri, 9 May 2008 22:37:26 +0300

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 :-)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]