Alexander,
Are you trying to compile unionctl with diet libc, or just statically?
If it is just statically, you should be able to do something like the
following:
[EMAIL PROTECTED] unionfs]$ echo 'EXTRAUCFLAGS=-static' > fistdev.mk
[EMAIL PROTECTED] unionfs]$ make unionctl
gcc -o unionctl unionctl.c usercommon.c -I. -g -O2 -Wall -Werror -static
-DUNIONFS_VERSION=\"1.1.0pre\"
[EMAIL PROTECTED] unionfs]$ ldd unionctl
not a dynamic executable
Charles
On Mon, 2005-10-10 at 16:47 -0700, Alexander Rau wrote:
> Hi:
>
> I am trying to compile a static unionctl using unionfs
> 1.0.14.
>
> I tried following the tips given in an earlier thread
>
> http://www.fsl.cs.sunysb.edu/pipermail/unionfs/2005-May/000529.html
>
> but I can't seem to be able to get a static unionctl
> compiled.
>
> Any ideas?
>
> Thanks
>
> AR
> _______________________________________________
> unionfs mailing list
> [email protected]
> http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs
_______________________________________________
unionfs mailing list
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs