[Mingw-w64-public] unexpected EOF while looking for matching `

2014-11-04 Thread Theuns Heydenrych
HI I am building the GEOS library with MinGW on win7, in the last step wjen linking the library i get the following error. libtool: link: g++ -shared -nostdlib c:/Tools/MinGW/bin/../lib/gcc/i686-w64-mingw32/4.9.1/../../../../i686-w64-mingw32/lib/../lib/dllcrt2.o

[Mingw-w64-public] unexpected EOF while looking for matching `

2014-11-04 Thread Theuns Heydenrych
What i have figured out so far is to list the default search path for gcc in MinGW is to issue the command gcc -### -o foo foo.c This will produce the following: $ gcc -### -o foo foo.c /c/dev/gcc.txt gcc.exe: error: foo.c: No such file or directory Using built-in specs.

Re: [Mingw-w64-public] unexpected EOF while looking for matching `

2014-11-04 Thread JonY
On 11/4/2014 21:05, Theuns Heydenrych wrote: What i have figured out so far is to list the default search path for gcc in MinGW is to issue the command So there right at the end is the offending path, some script that should extract the -L paths, is bringing the ' character in, at the end of

Re: [Mingw-w64-public] unexpected EOF while looking for matching `

2014-11-04 Thread Theuns Heydenrych
HI, thanks for the reply I downloaded from here http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/4.9.1/threads-posix/dwarf/i686-4.9.1-release-posix-dwarf-rt_v3-rev0.7z/download On Wed, Nov 5, 2014 at 12:07 AM, JonY