When Cygwin had GCC-4.3.4 as GCC default compiler, I could compile an
application with these steps
g++ -c winbgim.cpp -o winbgim-g95.o
g95 -O3 -Wall -mwindows basic_mods.f90 f03bgi.f90 f03eyes.f90 \
winbgim-g95bis.o -L /lib/gcc/i686-pc-cygwin/4.5.3 -lstdc++ \
-s -o f03eyes-g95
Now, with
There is nothing special about the Java program. Might be e.g.
public class ShutdownHookTester
{
public static void main(String[] args) {
Runtime.getRuntime().addShutdownHook(new Thread()
{
public void run() {
System.out.println("Cleaning up");
}
});
for (int
Jonas J Linde writes:
> I saw in some other thread that there was a problem when emacs tries to
> use dbus and it isn't started in advance. The new emacs seems to handle
> that a bit differently.
That discussion went a bit further on emacs-bugs. To summarize:
It turned out that dbus was a red her
On 12/12/2012 11:05, erik56d wrote:
Hi,
being a long-time CygWin fan among Windows users, I was a bit frustrated
when I had to revert to cmd.exe in order to have the ShutDown hook in my
Java program executed on pressing CTRL-C.
So, it seems the problem with CTRL-C still persists?
Or, is there a
On 12/12/2012 4:31 AM, Jonas J Linde wrote:
And Ken Brown spoke unto the world. And said:
On 12/6/2012 10:04 AM, Ken Brown wrote:
If that doesn't solve the problem, please try the recently released
(test version) emacs-24.2.90-1. And be sue to read the release
announcement, because there have
On 12/11/2012 13:05, Thrall, Bryan wrote:
Yes, it looks like xemacs-tags and ctags packages both install
/usr/bin/ctags.exe:
http://cygwin.com/cgi-bin2/package-grep.cgi?grep=ctags.exe
Is there an especially good reason xemacs-tags can't depend on ctags,
and get its ctags.exe from my package?
On 12/11/2012 13:01, Alan Thompson wrote:
Looking at the link on StackOverflow (from 2010) it may be that the
xemacs version of ctags is overwriting the default version in /bin.
Could this be the culprit?
It's easy to find out:
$ cygcheck -f /bin/ctags.exe
You will either get back "ct
Hi,
being a long-time CygWin fan among Windows users, I was a bit frustrated
when I had to revert to cmd.exe in order to have the ShutDown hook in my
Java program executed on pressing CTRL-C.
So, it seems the problem with CTRL-C still persists?
Or, is there a solution?
I'm running X, i.e. startin
And Ken Brown spoke unto the world. And said:
>One other question: Both you and Jonas Linde have said that emacs
>"hangs". Do you see the CPU usage increasing when this happens? If
>so, that would suggest an infinite loop.
At least in my case the CPU usage didn't increase. But as I said in the
And Ken Brown spoke unto the world. And said:
>On 12/6/2012 10:04 AM, Ken Brown wrote:
>...
>>Your cygcheck output shows multiple cygwin1.dlls in your path. The
>>first thing you should do is fix that.
Fixed - but didn't help.
>>If that doesn't solve the problem, please try the recently released
10 matches
Mail list logo