Re: How to link against diskfs

2008-05-16 Thread olafBuddenhagen
Hi, On Thu, May 15, 2008 at 10:29:43AM +0300, Sergiu Ivanov wrote: > Does it mean that the store should be a single file (special file)? Not sure what you mean exactly... The specific term "store" describes a facility corresponding to block devices on traditional UNIX systems. Most commonly the

Re: How to link against diskfs

2008-05-15 Thread Sergiu Ivanov
On Thu, May 15, 2008 at 2:58 AM, <[EMAIL PROTECTED]> wrote: > > Why would that be the wrong library? isofs uses diskfs, and isofs does > > a similar thing: takes a file and shows it in another way, as a > > directory tree. Isn't the filtering translator supposed to do the same > > thing: take the

Re: How to link against diskfs

2008-05-14 Thread olafBuddenhagen
Hi, On Wed, May 14, 2008 at 05:59:44PM +0300, Sergiu Ivanov wrote: > Why would that be the wrong library? isofs uses diskfs, and isofs does > a similar thing: takes a file and shows it in another way, as a > directory tree. Isn't the filtering translator supposed to do the same > thing: take the

Re: How to link against diskfs

2008-05-14 Thread Sergiu Ivanov
On Wed, May 14, 2008 at 1:59 AM, <[EMAIL PROTECTED]> wrote: > On Fri, May 09, 2008 at 10:37:26PM +0300, Sergiu Ivanov wrote: > > > I am trying to compile a translator based on diskfs. > > I wonder, what exactly are you trying to do? I hope you do not intend to > use libdiskfs for the directory fil

Re: How to link against diskfs

2008-05-13 Thread olafBuddenhagen
Hi, On Fri, May 09, 2008 at 10:37:26PM +0300, Sergiu Ivanov wrote: > I am trying to compile a translator based on diskfs. I wonder, what exactly are you trying to do? I hope you do not intend to use libdiskfs for the directory filter I suggested... :-) (That would be the wrong library for that.)

Re: How to link against diskfs

2008-05-11 Thread Thomas Schwinge
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 th

How to link against diskfs

2008-05-09 Thread Sergiu Ivanov
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 'd