[Pw_forum] compilation issue

Davide Ceresoli ceresoli at sissa.it
Sat Nov 4 10:14:16 CET 2006


lan haiping wrote:
> Do you mean link libs required statically ?
> you should remove dynamical link in make.sys found by configure scripts,
> and define proper paths for statical libs.
>  
> hope help..
>  

If you want to enforce static linking, make sure the
following line is present in your make.sys:
   LDFLAGS = -static

On some linux distributions, however, the Intel compiler
fails during the linking phase. The solution is:
   LDFLAGS = -i-static

HTH.

Davide




More information about the users mailing list