Ha. I just saw this subject and though "man which", then I got hungry.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Lee D. Rothstein
> Sent: Wednesday, December 12, 2007 10:55 PM
> To: Cygwin
> Subject: missing 'which' documentation
>
> Does an
Matthew Woehlke Wrote :
> Instead of 'nedit', you could run.exe a script that looks
> something like:
>
> nedit $(cygpath -u "$1")
I get an error "Can't open /usr/X11R6/bin/$(cygpath:..."
Can't read the entire error because it is in an unsizeable window.
--
Unsubscribe info: http://cygwin.
Hi,
I created an nedit shortcut on my desktop.
It is just a shortcut to "c:\cygwin\usr\X11R6\bin\run.exe nedit"
This works fine but I can't drag files on top of it to edit them because
it expects /cygdrive/c/somefile.txt instead of c:\somefile.txt
Is there a solution for this kind of thing?
I tho
"Brian Dessent" Wrote:
> 1. gcc does not implement a C library, so there is no
> implementation of any printf in gcc. The C library
> is separate from gcc, gcc is just the compiler.
> 2. libiberty is only a portabilty library. It does
> not implement any actual printf code (it just calls
> the
Hello guys,
I came across this page comparing different implementations of printf.
http://www.and.org/vstr/printf_comparison
The author says...
"Note that if you want a portable version of printf() in your code, you
are _much_ better off using something that natively parses the format
string. Thi
Is there a way to enable X11 forwarding by default so that I don't have
to run "ssh -XY hostname" and can just run "ssh hostname"?
I found a way for me to do it via a ~/.ssh/config file but I'm looking
for a way to do it globally. I have seen it (on Linux systems) in
/etc/ssh/ssh_config before...I
> -Original Message-
> From: [EMAIL PROTECTED] On Behalf Of Brian Dessent
> Sent: Thursday, June 28, 2007 3:42 PM
> To: cygwin@cygwin.com
> Subject: Re: possible compiler optimization error
>
>
> But both of these are too new to be in Cygwin's gcc 3.4.x so this is
> kind of off-topic.
>
>
> From: [EMAIL PROTECTED] On Behalf Of Brian Dessent
> Sent: Thursday, June 28, 2007 3:02 PM
> To: cygwin@cygwin.com
> Subject: Re: possible compiler optimization error
>
> I think Dave already explained it but in case it's not clear, on the
> i387, all floating point math happens at 80 bit regist
> From: [EMAIL PROTECTED] On Behalf Of Dave Korn
> Sent: Thursday, June 28, 2007 1:39 PM
> To: cygwin@cygwin.com
> Subject: RE: possible compiler optimization error
>
> On 28 June 2007 18:19, Frederich, Eric P21322 wrote:
>
> Your code has a bug, most likely an uninitia
> From: [EMAIL PROTECTED] On Behalf Of Brian Dessent
> Sent: Thursday, June 28, 2007 1:53 PM
> To: cygwin@cygwin.com
> Subject: Re: possible compiler optimization error
Thanks for looking at it. I am in unfamiliar water here.
> Try with -ffloat-store. Or if you have a sse2 capable
> machine, s
On Windows I have found that a program I wrote fails when compiled with
-O1 and -O2 but runs fine with -O0.
The program behaves correctly on Linux and Solaris with or without
optimizations.
The place it starts behaving differently on Windows is where two numbers
(which should be equal) are failing
> From: [EMAIL PROTECTED] On Behalf Of Brian Dessent
> Sent: Tuesday, June 26, 2007 4:42 PM
> To: cygwin@cygwin.com
> Subject: Re: GCC 4.1.1
>
> "Frederich, Eric P21322" wrote:
>
> > I'm trying to get gcc on Cygwin to the same version that I
> use o
I'm trying to get gcc on Cygwin to the same version that I use on Linux
and Solaris (4.1.1).
There is no "need" for this, but it would be nice to have all platforms
I'm trying to support on the same version.
I was able to compile and install GCC 4.1.1 with a plain ./configure &&
make && make insta
> From: Igor Peshansky
> Sent: Tuesday, June 26, 2007 2:05 PM
> To: Frederich, Eric P21322
> Cc: cygwin@cygwin.com
> Subject: RE: undefined reference to `__imp___iob'
>
> Where exactly are you using -mno-cygwin in the above?
> Igor
Whoops, I gave you the out
> From: Igor Peshansky [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 26, 2007 1:31 PM
> To: Frederich, Eric P21322
> Cc: cygwin@cygwin.com
> Subject: RE: undefined reference to `__imp___iob'
>
> > Does everything you say hold true even if I compile with
> &g
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Brian Dessent
> Sent: Tuesday, June 26, 2007 1:25 PM
> To: cygwin@cygwin.com
> Subject: Re: undefined reference to `__imp___iob'
>
> "Frederich, Eric P21322" wr
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Brian Dessent
> Sent: Tuesday, June 26, 2007 12:22 PM
> To: cygwin@cygwin.com
> Subject: Re: undefined reference to `__imp___iob'
>
> "Frederich, Eric P21322" wrote:
>
> > Are there
Hello,
I keep getting a lot of these errors when I try linking to a library
built with msys and mingw "undefined reference to `__imp___iob'"
I did a google search on this and I found others having the same problem
but no solutions.
Are there any tips to compile compatible libraries with msys / c
18 matches
Mail list logo