Re: [CMake] Linker command line length issues when cross-compiling from Windows->Linux

2013-02-06 Thread Eric Gross
Hi David, > From: David Carricajo > To: Eric Gross > Cc: cmake@cmake.org > Date: 02/06/2013 07:31 AM > Subject: Re: [CMake] Linker command line length issues when cross- > compiling from Windows->Linux > <...snip...> > I've come across this limitation only

Re: [CMake] Linker command line length issues when cross-compiling from Windows->Linux

2013-02-06 Thread Eric Gross
"Alan W. Irwin" wrote on 02/06/2013 03:22:07 AM: > From: "Alan W. Irwin" > To: Eric Gross > Cc: cmake@cmake.org > Date: 02/06/2013 03:22 AM > Subject: Re: [CMake] Linker command line length issues when cross- > compiling from Windows->Linux >

Re: [CMake] Linker command line length issues when cross-compiling from Windows->Linux

2013-02-06 Thread David Carricajo
Hi Eric On Wed, Feb 6, 2013 at 2:46 AM, Eric Gross wrote: > Hi, > > I'm using CMake 2.8.10.2 with the "Unix Makefiles" generator on Windows > and cross-compiling for Linux using GCC. I have Cygwin in the path for > make/sh/etc. > > To cross compile I have the following items set: > CMAKE_SYSTEM_

Re: [CMake] Linker command line length issues when cross-compiling from Windows->Linux

2013-02-06 Thread Ansis Māliņš
In case you haven't thought of it, you could run actual Linux in VirtualBox and not have to deal with cross compilation. -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake

Re: [CMake] Linker command line length issues when cross-compiling from Windows->Linux

2013-02-06 Thread Alan W. Irwin
On 2013-02-05 19:46-0600 Eric Gross wrote: Hi, I'm using CMake 2.8.10.2 with the "Unix Makefiles" generator on Windows and cross-compiling for Linux using GCC. []Any ideas? What is your use case? It might turn out that direct compilation on a Linux box is best for your needs since the

[CMake] Linker command line length issues when cross-compiling from Windows->Linux

2013-02-05 Thread Eric Gross
Hi, I'm using CMake 2.8.10.2 with the "Unix Makefiles" generator on Windows and cross-compiling for Linux using GCC. I have Cygwin in the path for make/sh/etc. To cross compile I have the following items set: CMAKE_SYSTEM_NAME:STRING=Linux CMAKE_CXX_COMPILER:STRING= CMAKE_C_COMPILER:STRING= Th