7 messages in net.java.dev.jna.usersRe: [jna-users] Problem to build jna ...
FromSent OnAttachments
Maxwell C. XandecoMay 20, 2008 5:05 am 
Timothy WallMay 20, 2008 5:33 am 
Maxwell C. XandecoMay 20, 2008 5:43 am 
Nikolas LotzMay 20, 2008 6:26 am 
Timothy WallMay 20, 2008 6:31 am 
Maxwell C. XandecoMay 20, 2008 9:56 am 
Timothy WallMay 20, 2008 7:21 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [jna-users] Problem to build jna from subversionActions...
From:Timothy Wall (twal@dev.java.net)
Date:May 20, 2008 6:31:23 am
List:net.java.dev.jna.users

On May 20, 2008, at 8:44 AM, Maxwell C. Xandeco wrote:

configure:2415: checking for C compiler default output file name configure:2418: gcc -mno-cygwin -DHAVE_PROTECTION conftest.c >&5 gcc: installation problem, cannot exec 'cc1': No such file or directory

See if you can build a simple C program with the gcc you have installed (be sure to include the "-mno-cygwin" option). I would guess that gcc with cygwin will work, but mingw will not due to some error in the installation.

I've had this happen before; in my case either a bunch of tedious symlinks where mingw expects files or a reinstall of cygwin fixes the problem.