Re: Build Graphviz

2010-10-11 Thread Steven Woody
On 11 October 2010 11:49, Jeremy Bopp wrote: > On 10/10/2010 09:44 PM, Steven Woody wrote: >> It's strange ...  When use method of >> 'http://sourceware.org/cygwinports', I failed because I cannot found >> graphviz package in the setup's package list window even though I did >> see the package in

[ANNOUNCEMENT] Updated: googlecl-0.9.11-1

2010-10-11 Thread Chris Sutcliffe
Version 0.9.11-1 of googlecl has been uploaded. GoogleCL brings Google services to the command line. For examples see: http://code.google.com/p/googlecl/wiki/ExampleScripts Change include: * Much better unicode support. * More natural specification of command line arguments.

Re: Which CHOST?

2010-10-11 Thread Al
> > Why did gentoo need to invent it?  And does it have any documentation? > I really can't answer why they did invent it. I guess it is specific for the Gentoo/Prefix overlay, which is is still experimental. It is used to keep the different kernels and platforms apart in the build scripts. There

Re: x86_64-w64-mingw32-g++ can't find -ldl

2010-10-11 Thread Yaakov (Cygwin/X)
On Mon, 2010-10-11 at 17:26 -0600, Eric Blake wrote: > There's your problem. x86_64-w64-mingw32 is a cross-compiler. It > compiles mingw executables, not cygwin executables. And mingw lacks > dlopen. You'll never get this to work. "Never" might be a *bit* harsh. If OP can't easily port the s

Re: x86_64-w64-mingw32-g++ can't find -ldl

2010-10-11 Thread Eric Blake
On 10/11/2010 05:23 PM, ke...@ca wrote: I'm using x86_64-w64-mingw32 in cygwin as 64-bit compiler to build 64-bit applications. Functions like dlopen(), dlerror(), etc., are used in codes. There's your problem. x86_64-w64-mingw32 is a cross-compiler. It compiles mingw executables, not cygwi

x86_64-w64-mingw32-g++ can't find -ldl

2010-10-11 Thread ke...@ca
I'm using x86_64-w64-mingw32 in cygwin as 64-bit compiler to build 64-bit applications. Functions like dlopen(), dlerror(), etc., are used in codes. I got errors when linking *.o to *.dll as follows. echo Linking shared library myxx.dll x86_64-w64-mingw32-g++ -D(omitted) -I(omitted) -minline-al

Re: Which CHOST?

2010-10-11 Thread Al
> Oh, so you're worried more about a cross-compilation environment hosted on > gentoo, rather than something directly pertaining to cygwin. No, it's not cross compilation. I compile directly on Cygwin on a prefix. Cygwin is my posix layer, Gentoo portage is my build tool, /home/prefix/gentoo is m

Re: Which CHOST?

2010-10-11 Thread Eric Blake
On 10/11/2010 03:01 PM, Al wrote: I wasn't aware that is so specific for the gentoo build tools. Yes, there it is a central environment variable. Why did gentoo need to invent it? And does it have any documentation? Instead your posting became the origin of the official $CHOST setting for G

Re: Which CHOST?

2010-10-11 Thread Al
Hello Eric, thank you. > I'm not sure what you meant by CHOST - it's not an environment variable that > I'm familiar with.  Who expects it to be set?  Did you mean target triplet? I wasn't aware that is so specific for the gentoo build tools. Yes, there it is a central environment variable. >>

Re: Which CHOST?

2010-10-11 Thread Eric Blake
On 10/11/2010 02:21 PM, Al wrote: Hello, what is the current CHOST? I'm not sure what you meant by CHOST - it's not an environment variable that I'm familiar with. Who expects it to be set? Did you mean target triplet? It is i686-pc-cygwin1.7 according to this posting from Eric: http:

Which CHOST?

2010-10-11 Thread Al
Hello, what is the current CHOST? It is i686-pc-cygwin1.7 according to this posting from Eric: http://www.cygwin.com/ml/cygwin/2009-02/msg00669.html But I find the following files, which indicate it is i686-pc-cygwin: i686-pc-cygwin-c++-4.exe i686-pc-cygwin-gcc-4.3.4.exe i686-pc-cygwin-c+

Re: Re[2]: Slow fork issue - Win x64

2010-10-11 Thread Nicole Hamilton
Reini Urban wrote: > > And native linux 64-bit bash has these: > > rur...@deblap:~$ while (true); do date; done | uniq -c > 228 Mon Okt 11 20:12:51 CEST 2010 > 250 Mon Okt 11 20:12:52 CEST 2010 > 221 Mon Okt 11 20:12:53 CEST 2010 > 200 Mon Okt 11 20:12:54 CEST 2010 > 183 Mon

Re: cygwin 1.7 on Intel Atom N450?

2010-10-11 Thread René Berber
On 10/11/2010 6:29 AM, David Billinghurst wrote: > Will cygwin 1.7 run on a netbook with an Intel Atom N450 cpu and Win XP > Home or Win 7 starter? Yes (tested on Toshiba NB200). -- René Berber -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/

Re: Re[2]: Slow fork issue - Win x64

2010-10-11 Thread Reini Urban
2010/10/10 Nicole Hamilton: > Jarkko Häkkinen wrote: >> I'm getting rather similar results on my Cygwin 1.7.1, Windows 7 as >> evidenced by the figures below. >> >> [13:41:50 ~]$ while (true); do date; done | uniq -c >>       5 Tue Feb 16 14:00:09 FLEST 2010 >>       7 Tue Feb 16 14:00:10 FLEST 201

Re: hostname command

2010-10-11 Thread Charles Wilson
On 10/11/2010 10:27 AM, Eric Blake wrote: >> PS. the builtin hostname in bash just ignore options. I am referring >> to /bin/hostname.exe. > > Bash does not have a builtin hostname. When you type hostname in bash, > you ARE using /bin/hostname, which is currently from coreutils. Also, you need t

Re: cygwin + xwin in win7 as unprivileged user?

2010-10-11 Thread davidstvz
The problem is, it continues running in the background with the permissions of the user that originally started it, and then other users can't do anything with it (even when the first user logs off and a new user logs on it continues running). David Csaba Raduly-2 wrote: > > On Wed, Oct 6, 201

Re: hostname command

2010-10-11 Thread Eric Blake
On 10/09/2010 12:15 AM, Hans Jørgen Aagaard Jensen wrote: Hi "hostname" in cygwin does not accept the normal unix/linux options as "-f", "-d", etc. That's correct - cygwin's hostname(1) comes from coreutils, which does not support all the options that some other hostname(1) implementations

Re: Unable to remap error

2010-10-11 Thread Harie Ram
1. You have 3rd party DLLs built with Cygwin. These won't get rebased > by default because rebaseall doesn't know about them. Read the > readme for details on how to include these other DLLs How would I know which are the 3rd party dlls ?? I have installed the packages from the Cygwin we

[ANNOUNCEMENT] Updated: ocaml-3.12.0-3

2010-10-11 Thread Damien Doligez
Version 3.12.0-3 of ocaml has been uploaded. OCaml is a functional programming language with imperative features, objects, and modules. This update uses the newly-packaged FlexDLL to support dynamic linking. -- Damien Doligez *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want t

Re: How to know if the x11 display uses 24-bit RGB color or instead uses a color palette with a fixed number of colors

2010-10-11 Thread Thomas Wolff
Am 11.10.2010 09:41, schrieb Csaba Raduly: On Fri, Oct 8, 2010 at 12:10 PM, Thomas Wolff wrote: Am 08.10.2010 04:50, schrieb Mark Geisert: For a while now the X components have been unbundled and can be installed separately, mostly. I wonder why they were unbundled. It has been suggested h

cygwin 1.7 on Intel Atom N450?

2010-10-11 Thread David Billinghurst
Will cygwin 1.7 run on a netbook with an Intel Atom N450 cpu and Win XP Home or Win 7 starter? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#u

Re: trouble posting to cygwin-apps

2010-10-11 Thread SZABO Gergely
Csaba Raduly gmail.com> writes: > > On Fri, Oct 8, 2010 at 9:27 PM, Kenneth Wolcott wrote: > > IMNSHO:  Solution: Subscribe to the list and post to the list using a > > non-company email address. > > > >  The only downside I can think of is where the management does not > > allow you to use non

Re: trouble posting to cygwin-apps

2010-10-11 Thread Csaba Raduly
On Fri, Oct 8, 2010 at 9:27 PM, Kenneth Wolcott wrote: > IMNSHO:  Solution: Subscribe to the list and post to the list using a > non-company email address. > >  The only downside I can think of is where the management does not > allow you to use non-company email or application to access a > non-c

Re: cygwin + xwin in win7 as unprivileged user?

2010-10-11 Thread Csaba Raduly
On Wed, Oct 6, 2010 at 7:31 PM, davidstvz wrote: > > In any case, XWin is not crashing per se, instead when I type "exit" from > the initial xterminal and exit cygwin (or press the windows close button) it > remains running in the background.  So to open it again, I have to first > terminate it fro

Re: How to know if the x11 display uses 24-bit RGB color or instead uses a color palette with a fixed number of colors

2010-10-11 Thread Csaba Raduly
On Fri, Oct 8, 2010 at 12:10 PM, Thomas Wolff wrote: >  Am 08.10.2010 04:50, schrieb Mark Geisert: >> For a while now the X components have been unbundled and can be installed >> separately, mostly. > > I wonder why they were unbundled. It has been suggested here before that it > would be useful t