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
