Hi All!!!
I am trying to build a completely static executable of swfdec-player
with absolutely no dynamic library linkage. I have tried different
methods for that. I tried giving "--enable-static --disable-shared" as
a
switch to configure. I have also tried setting the environment variable
CFLAGS='-static'. Neither of these methods worked and I am left with a
dynamically linked executable for the first method and make errors for
the second method.
Can someone please help me on this??
- Jyothish