Thanks Jonas.
I could have sworn I had it installed and never bothered to check. Shows
that one should never assume ;-)
But it's good to you explained this linker behaviour though, for future
reference.
-- MG
___
fpc-pascal maillist - fpc-pascal
On 13 Sep 2009, at 23:54, Michael Green wrote:
Even if I were to specify:
...
const
FUSELIBFile = '/lib/libfuse.so.2';
...
Then the link.res file tries to use:
...
INPUT(
-l/lib/libfuse
)
...
So, where's the rest of the library's name? Is it a bug?
No, this is intentional. Under Unix, the
Hi All!
I've noticed that someone made a headstart with a unit to bind with FUSE
in FreePascal at http://bugs.freepascal.org/view.php?id=12218. I've
taken the last two entries (FUSE-2008-12-20-3.PP and
Test-2008-12-20-3.PP) and modified the test file on line 88 to use the
move() function inst