Configure error while installing musrfit ('C compiler cannot create executables')

2014-08-11 Thread Philipp
S='' PSIBIN_RELEASE='0.1' PSIBIN_VERSION='0.1.0' QT3MT_CFLAGS='' QT3MT_LIBS='' QT3_CFLAGS='' QT3_LIBS='' QT4_CFLAGS='' QT4_LIBS='' RANLIB='' ROOTAUXCFLAGS='' ROOTAUXLIBS='' R

telnet connected but without response

2010-02-08 Thread Philipp
connected but i didn't get a local echo. Thanks for you help Philipp -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Accessing fifo pipes from windows programs

2009-04-17 Thread Philipp
Hello, I have some problems accessing a fifo file from my Java program. Fifos work correctly with cygwin tools, example: $ mkfifo fifo $ echo 'hello' >> fifo This blocks. In another shell, I do: $ cat fifo hello So this works fine. It unblocks the echo and writes the "hello". Now trying th

I need an older Version of PostgreSQL, 7.2x or 7.1x

2003-08-14 Thread Philipp Appelhoff
" afterwards. Finally it did not work. Can I install it under Cygwin that way? How? Thanks, Philipp. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

GDB

2006-10-16 Thread Schraner, Philipp
. COMCTRL.DLL, Tickle DLLs). Are they used therefore? Is it a redhat secret how it works (non-open-source)? If possible, please let me know how to manage that the signal(..) function can be used for CTRL+C on standard streams owned by a windows application as Eclipse. With best regards Philipp Schraner

Signalling of non console application

2006-10-18 Thread Schraner, Philipp
How can applications be signalled (i.e. CTRL+C) if they have no console? My problem is sourced in a GDB cross debugger that does not stop if it is Eclipse controlled, but it stops without problems in a console. On the other hand the cygwin-special gdb (built by redhat/cygwin as I suppose, not by

Cygwin setup 2.573.2.3 hangs on Windows Server 2008 x64

2009-08-26 Thread Philipp Hagemeister
+0x6a9 wow64cpu.dll!TurboDispatchJumpAddressEnd+0x55d ntdll.dll!NtDelayExecution+0x15 ntdll.dll!LdrInitializeThunk+0x10 Can anyone reproduce this problem? Regards, Philipp Hagemeister -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq

more "address space needed ... is already occupied" problems (with snapshot of 2012-02-20)

2012-02-22 Thread Tassilo Philipp
Hello ml, I recently ran into many problems using rake to build a few of my projects, whenever rake calls itself recursively (for subprojects, etc. as in a typical make-style build tool setup). It's very random - sometimes I get a single error, sometimes nothing, but most of the time it sits th

Re: more "address space needed ... is already occupied" problems (with snapshot of 2012-02-20)

2012-02-22 Thread Tassilo Philipp
Doesn't do anything, and believe me, I tried that probably 50 times in all kinds of combinations... On Thu, 23 Feb 2012 04:03:45 +0100 marco atzeri wrote: > On Thu, Feb 23, 2012 at 2:29 AM, Tassilo Philipp wrote: > > Hello ml, > > > > I recently ran into many prob

Re: more "address space needed ... is already occupied" problems (with snapshot of 2012-02-20)

2012-02-23 Thread Tassilo Philipp
> On Thu, Feb 23, 2012 at 5:32 AM, Tassilo Philipp wrote: >> Doesn't do anything, and believe me, I tried that probably 50 times in >> all kinds of combinations... > > do not top post please. ? I just hit reply... so I don't know what you mean? Sorry if I did somet

Re: more "address space needed ... is already occupied" problems (with snapshot of 2012-02-20)

2012-02-23 Thread Tassilo Philipp
>>> do not top post please. >> >> ? I just hit reply... so I don't know what you mean? Sorry if I did >> something weird. >> > > see: > http://linux.sgms-centre.com/misc/netiquette.php#toppost ok, thx. > etc.so is a dll coming from ruby. > http://cygwin.com/cgi-bin2/package-grep.cgi?grep=etc.so

Re: more "address space needed ... is already occupied" problems (with snapshot of 2012-02-20)

2012-02-23 Thread Tassilo Philipp
On Fri, 24 Feb 2012 00:23:38 +0100 Michael Lutz wrote: > Am 23.02.2012 09:30 schrieb Corinna Vinschen: > > If you ran rebaseall, then ruby's shared libs should have been rebased > > as well. > > This is not necessarily true if you've got gems (just like perl CPAN > modules) not packaged by cygwi

Re: more "address space needed ... is already occupied" problems (with snapshot of 2012-02-20)

2012-02-24 Thread Tassilo Philipp
> On my system: > > $ rebase -si |grep etc.so > /usr/lib/ruby/1.8/i386-cygwin/etc.so base 0x5a1d size 0x9000 I believe you that that is usually the case, however, on my machine, this command doesn't return anything, even with a completely fresh cygwin install, including the ruby p

Re: more "address space needed ... is already occupied" problems (with snapshot of 2012-02-20)

2012-02-24 Thread Tassilo Philipp
> On Feb 24 02:07, Tassilo Philipp wrote: >> > On my system: >> > >> > $ rebase -si |grep etc.so >> > /usr/lib/ruby/1.8/i386-cygwin/etc.so base 0x5a1d size >> 0x9000 >> >> I believe you that that is usually the case, howeve

problems running "top" task monitor

2010-06-28 Thread Philipp Goldmann
Hi! using cygwin 1.7.5(0.225/5/3) on a win7 x64 box I'm experiencing problems running the task monitor "top": The only output calling "top" produces - after one minute - is the following: == lo...@machine ~ $ top Aborted lo...@machine ~ $ == A top.exe.stackdump-file is created in the current

compiling with visual studio

2011-07-01 Thread Kraus Philipp
Hello, I'm new with cygwin and hope my question is not off topic. I try to port a C++ framwork to Windows. The framework uses Atlas and LAPack, libxml (with libiconv and zlib) and GiNaC with CLN. Some libs like zlib can I build with the Visual Studio nmake command, but other can be build with c

Re: compiling with visual studio

2011-07-01 Thread Philipp Kraus
On 2011-07-01 22:31:14 +0200, Tim Prince said: On 07/01/2011 09:22 AM, Kraus Philipp wrote: Hello, I'm new with cygwin and hope my question is not off topic. I try to port a C++ framwork to Windows. The framework uses Atlas and LAPack, libxml (with libiconv and zlib) and GiNaC wit

python crashs on scons running

2011-07-07 Thread Kraus Philipp
Hello, I would like to use Scons for building some C++ programs. I have installed python with the installer and I have installed scons with python setup.py install (I have downloaded the file from the scons website). If I run now my scons script, I get the errors: 6976514 [main] python 3456 C:\o

exception under g++

2011-07-16 Thread Kraus Philipp
Hello, I'm using Cygwin for compiling my C++ sources under Windows. My code is throwing an exception (I know the exception and the position within the code), but under the binary that is compiled under Cygwin I get the message: terminate called after throwing an instance of [...] terminate calle

Re: exception under g++

2011-07-16 Thread Kraus Philipp
Hi Dima, thanks for your answer. Am 16.07.2011 um 15:02 schrieb Dima Pasechnik: > you ought to post steps to reproduce the problem, if there is one. > By the way, can you check that you link against libgcc using -shared-libgcc? > > You can also try to figure out whether is this not a purely g++

g++ linker problem with libcygwin.a

2011-10-22 Thread Philipp Kraus
Hello, I use Cygwin with g++ for compiling my source codes and on some codes I get the error: /usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../libcygwin.a(libcmain.o):(.text+0xa9): undefined reference to `_WinMain@16' I link my sources to libraries like Boost, Atlas, LAPack... All codes can be c

Re: g++ linker problem with libcygwin.a

2011-10-22 Thread Philipp Kraus
Thanks for your great answer. On 2011-10-22 22:17:06 +0200, René Berber said: On 10/22/2011 2:18 PM, Philipp Kraus wrote: I use Cygwin with g++ for compiling my source codes and on some codes I get the error: /usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../libcygwin.a(libcmain.o):(.text+0xa9

Re: g++ linker problem with libcygwin.a

2011-10-22 Thread Philipp Kraus
On 2011-10-22 23:43:32 +0200, René Berber said: On 10/22/2011 3:37 PM, Philipp Kraus wrote: [snip] error is created again. Should I rebuild my libraries with the -mconsole option, at the time I have build them only with configure, make, make install? You can check which libraries have a

Re: g++ linker problem with libcygwin.a

2011-10-23 Thread Philipp Kraus
On 2011-10-23 01:28:37 +0200, René Berber said: I'm not sure why this static library is pulled. yes *g* that my problem also. My cygwin g++ / ld links it automatically Phil -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation

Re: g++ linker problem with libcygwin.a

2011-10-23 Thread Philipp Kraus
On 2011-10-23 01:37:19 +0200, René Berber said: On 10/22/2011 6:28 PM, René Berber wrote: I also don't know what it is [libcygwin.a] Looking at where it came from, libg.a is a symlink to this one, and libg is known as "special debugging-enabled C library". Still don't know what its doing in

JNI with g++

2011-11-05 Thread Kraus Philipp
Hello, I try to build under Cygwin a JNI shared library. I must use Cygwin because Atlas & LAPack can be compiled only under Cygwin without the -mno-cygwin flag. So my library code will be compiled. I link to other Cygwin compiled libraries (*.dll) and some static libs. If I run my Java example

gcj exception compiling

2011-11-05 Thread Kraus Philipp
Hello, I try to build a Java class with the gcj under Cygwin. I get this error message: Exception in thread "main" java.lang.NoClassDefFoundError: org.eclipse.jdt.inter nal.compiler.batch.GCCMain at gnu.java.lang.MainThread.run(Unknown Source) Caused by: java.lang.ClassNotFoundException: org.e

Re: gcj exception compiling

2011-11-06 Thread Philipp Kraus
On 2011-11-06 02:28:12 +0100, Yaakov (Cygwin/X) said: On Sat, 2011-11-05 at 19:13 +0100, Kraus Philipp wrote: Hello, I try to build a Java class with the gcj under Cygwin. I get this error message: Exception in thread "main" java.lang.NoClassDefFoundError: org.eclipse

Re: gcj exception compiling

2011-11-06 Thread Philipp Kraus
On 2011-11-07 03:05:48 +0100, Yaakov (Cygwin/X) said: On Sun, 2011-11-06 at 21:16 +0100, Philipp Kraus wrote: If I try to compile a java code with "gcj mysource.java" I get the error: /usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../libcygwin.a(libcmain.o):(.text+0xa9): undefined re

linker error libcygwin

2011-11-10 Thread Kraus Philipp
Hello, I try to build a program with g++ under Cygwin. I added this libraries to the linker: -lcygboost_system -lcygboost_thread -lcygboost_iostreams -lcygboost_regex -lcygboost_program_options -lboost_exception -lcygboost_filesystem -llapack -lcblas -lf77blas -latlas -lgfortran -lhdf5_cpp -lhdf5

Re: linker error libcygwin

2011-11-10 Thread Philipp Kraus
On 2011-11-10 22:04:33 +0100, Marco Atzeri said: On 11/10/2011 9:39 PM, Kraus Philipp wrote: Hello, I try to build a program with g++ under Cygwin. I added this libraries to the linker: -lcygboost_system -lcygboost_thread -lcygboost_iostreams -lcygboost_regex -lcygboost_program_options

Re: linker error libcygwin

2011-11-10 Thread Philipp Kraus
On 2011-11-10 22:11:48 +0100, Greg Chicares said: On 2011-11-10 20:39Z, Kraus Philipp wrote: I try to build a program with g++ under Cygwin. I added this libraries to the linker: -lcygboost_system Shouldn't that be '-lboost_system'? Run 'info ld' and search for &#

Re: linker error libcygwin

2011-11-11 Thread Philipp Kraus
On 2011-11-11 01:57:48 +0100, Greg Chicares said: On 2011-11-10 21:22Z, Philipp Kraus wrote: On 2011-11-10 22:11:48 +0100, Greg Chicares said: On 2011-11-10 20:39Z, Kraus Philipp wrote: undefined reference to `_WinMain@16' collect2: ld returned 1 exit status Does this thread

Re: linker error libcygwin

2011-11-13 Thread Philipp Kraus
On 2011-11-11 01:57:48 +0100, Greg Chicares said: On 2011-11-10 21:22Z, Philipp Kraus wrote: On 2011-11-10 22:11:48 +0100, Greg Chicares said: On 2011-11-10 20:39Z, Kraus Philipp wrote: undefined reference to `_WinMain@16' collect2: ld returned 1 exit status Does this thread

Re: linker error libcygwin

2011-11-13 Thread Philipp Kraus
On 2011-11-13 12:43:37 +0100, Philipp Kraus said: On 2011-11-11 01:57:48 +0100, Greg Chicares said: On 2011-11-10 21:22Z, Philipp Kraus wrote: On 2011-11-10 22:11:48 +0100, Greg Chicares said: On 2011-11-10 20:39Z, Kraus Philipp wrote: undefined reference to `_WinMain@16' collect

daemon opens blank dos windows for its subprocess

2008-07-11 Thread Pierre-Philipp Braun
Hi, I'm using cygwin to filter my emails with fetchmail and procmail. Problem is, when fetchmail launches procmail (mda "/usr/bin/procmail -f - -m $HOME/.procmailrc.file"), it quickly opens and closes freacking (blank) dos windows ! How to avoid that ? Thanks -Pierre-Philipp

Re: daemon opens blank dos windows for its subprocess

2008-07-11 Thread Pierre-Philipp Braun
. Regards -Pierre-Philipp Quoting Jason Tishler (11/07/2008 14:14), > Pierre-Philipp, > > On Fri, Jul 11, 2008 at 11:21:53AM +0200, Pierre-Philipp Braun wrote: >> I'm using cygwin to filter my emails with fetchmail and procmail. >> Problem is, when fetchmail launches procmai

cygrunsrv process logs

2008-08-12 Thread Pierre-Philipp Braun
But I doesn't create the fetch.log file. Any idea why ? When switching off or putting windows into sleep, does it wait for fetchmail to finish ? That's why I need to check the logs... Thanks -Pierre-Philipp -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple