> > Obviously the static directives are not working in the compilation > > progress. There must be another way to direct the formation of a static > > binary. I will keep try different combinations.
For some reason libtool ignores -static flag. Copy the final link command, remove --silent, run it, then copy the command printed by libtool and add -static to it manually. -- Alexander.
