RE: Questions on Cygwin

  • From: "Ken Perry" <whistler@xxxxxxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Mon, 28 Feb 2011 11:10:44 -0500

Are you sure you can compile without cygwin dll?  Have you tried to compile
with a make file you made rather than a configure script one?

Oh and if you do configure --help it will show all options you can pass to
the configure script.

Ken

-----Original Message-----
From: programmingblind-bounce@xxxxxxxxxxxxx
[mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of John J. Boyer
Sent: Monday, February 28, 2011 10:58 AM
To: programmingblind@xxxxxxxxxxxxx
Subject: Re: Questions on Cygwin

when I type

./configure CFLAGS="-mno-cygwin" 

I get error messages about the output of the C compiler and a statement 
that executables cannot be created. What's going on?

Also, jni.h has the statement

#include <gcj/jni-config.h>

There is no such file in the gcj directory. How could this happen?

Thanks,
John

On Mon, Feb 28, 2011 at 09:40:52AM -0500, Ken Perry wrote:
> 
> 
> The gcc flag is -mno-cygwin
> 
> Ken
> 
> -----Original Message-----
> From: programmingblind-bounce@xxxxxxxxxxxxx
> [mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of John J. Boyer
> Sent: Monday, February 28, 2011 8:29 AM
> To: programmingblind@xxxxxxxxxxxxx
> Subject: Questions on Cygwin
> 
> What are the options to tell Cygwin to produce native dlls, which do not 
> need the Cygwin runtime? I would like to use them in the cflags option 
> of a configure command for Linux tarballs.
> 
> I am getting an error message that says that Gcc cannot find a header 
> called something like jni-md-config.h My library (liblouuisutdml) has 
> java bindings for use with BrailleBlaster. Am I supposed to provide this 
> configuration file?
> 
> Thanks,
> John
> 
> -- 
> John J. Boyer; President, Chief Software Developer
> Abilitiessoft, Inc.
> http://www.abilitiessoft.com
> Madison, Wisconsin USA
> Developing software for people with disabilities
> 
> __________
> View the list's information and change your settings at 
> //www.freelists.org/list/programmingblind
> 
> __________
> View the list's information and change your settings at 
> //www.freelists.org/list/programmingblind

-- 
John J. Boyer; President, Chief Software Developer
Abilitiessoft, Inc.
http://www.abilitiessoft.com
Madison, Wisconsin USA
Developing software for people with disabilities

__________
View the list's information and change your settings at 
//www.freelists.org/list/programmingblind

__________
View the list's information and change your settings at 
//www.freelists.org/list/programmingblind

Other related posts: