[CMake] Linking with -l and -L flags

William A. Hoffman billlist at nycap.rr.com
Thu Jan 12 19:37:37 EST 2006


At 06:35 PM 1/12/2006, Moreland, Kenneth wrote:
>I tried the -static flag.  The linker gave an error about not finding
>-lcrt0.o.  Apparently the -static flag is forcing all the libraries to
>be static and standard C libraries are not available as static.
>
>-Ken


You can I think do -static ..... -dynamic ....


-Bill



More information about the CMake mailing list