On 12/20/2008 04:58 PM, ggoode.sa wrote:
> Hi,
> 
> I have followed the Windows Build Instructions and am stuck on
> attempting the first compile : libsndfile. On running ./configure I
> get a "checking for C compiler default output file name... configure:
> error: C compiler cannot create executables" error.

Whoops. The reason for the error is this:

   *** The gettext configure tools also need:

   export CPPFLAGS="-I/c/Program Files/gtkmm/include"
   export LDFLAGS="-L/c/Program Files/gtkmm/lib"

The space in "Program Files" causes the problem. The reason I didn't get 
this error is that the directory is called just "Program" in Swedish 
Windows.

I couldn't find a way to properly escape that space character, but this 
trick seems to work:

export CPPFLAGS="-I/c/Progra~1/gtkmm/include"
export LDFLAGS="-L/c/Progra~1/gtkmm/lib"

/Andreas


------------------------------------------------------------------------------
_______________________________________________
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Reply via email to