bug-hurd
[Top][All Lists]
Advanced

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

Re: How to link against diskfs


From: Thomas Schwinge
Subject: Re: How to link against diskfs
Date: Sun, 11 May 2008 12:37:12 +0200
User-agent: Mutt/1.5.11

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

Attachment: signature.asc
Description: Digital signature


reply via email to

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