[CMake] unnecessary linker options when compiling executables with mingw/gcc

2008-10-02 Thread Werner Smekal
Hi, recently I found out (make VERBOSE=1) that when an executable is compiled with MinGW Makefiles some linker options are in the command line, which should be in my opinion only necessary for libraries: -Wl,--out-implib,libtest.dll.a -Wl,--major-image-version,0,--minor-image-version,0 I

Re: [CMake] unnecessary linker options when compiling executables with mingw/gcc

2008-10-02 Thread Brad King
Werner Smekal wrote: recently I found out (make VERBOSE=1) that when an executable is compiled with MinGW Makefiles some linker options are in the command line, which should be in my opinion only necessary for libraries: -Wl,--out-implib,libtest.dll.a

Re: [CMake] unnecessary linker options when compiling executables with mingw/gcc

2008-10-02 Thread Alan W. Irwin
On 2008-10-02 09:53+0200 Werner Smekal wrote: Hi, recently I found out (make VERBOSE=1) that when an executable is compiled with MinGW Makefiles some linker options are in the command line, which should be in my opinion only necessary for libraries: -Wl,--out-implib,libtest.dll.a