Compilation problem

2020-04-06 Thread Souleymane SOW via Cygwin
Hello, I am a user of ALOGRAF 5, and once I have created my Application, I cannot compile it. I have this message: " *4 [main] make 16532 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem tothe public mailing list cygwin@cygwin.com make[1]: Entering

compilation problem

2007-02-25 Thread nordine
nordine wrote: hello I want to compil my Gulp program under cygwin, and I got this error message: /bin///ld: cannot find -lf95 make[1]: *** [gulp_] Error 1 make[1]: Leaving directory `/cygdrive/c/gulpsource/src/{os}' mv: cannot stat `gulp': No such file or directory make: *** [gulp] Error 1 some

Compilation problem?

2001-12-28 Thread Eric L T Tan
When I try to compile xcircuit, the gcc has errors: dir.h no such file Why is that? I tried to use the precompiled xcircuit, but it causes segmentation fault because I believe it was compiled with version B20.1 I found it almost absurd to install an old version just because of that... Does anyon

Compilation problem

2003-11-03 Thread Cédric Bouttes
Hello, I'm trying to install DBD-Pg-1.22 on CygWin. I have postgresql and DBI up and running but i can't get DBD-Pg-1.22 working. I receive the following error executing make: $ make rm -f blib/arch/auto/DBD/Pg/Pg.dll LD_RUN_PATH="" ld2 -s -L/usr/local/lib Pg.o dbdimp.o -o blib/arch/auto/DBD/P

Re: Compilation problem

2020-04-06 Thread cygwinautoreply--- via Cygwin
>Hello, I am a user of ALOGRAF 5, and once I have created my Application, I >cannot compile it. I have this message: >" >*4 [main] make 16532 find_fast_cwd: WARNING: Couldn't compute FAST_CWD >pointer. Please report this problem tothe public mailing list >cygwin@cygwin.com make[1]: En

Re: compilation problem

2007-02-26 Thread Larry Hall (Cygwin)
nordine wrote: nordine wrote: hello I want to compil my Gulp program under cygwin, and I got this error message: /bin///ld: cannot find -lf95 make[1]: *** [gulp_] Error 1 make[1]: Leaving directory `/cygdrive/c/gulpsource/src/{os}' mv: cannot stat `gulp': No such file or directory make: *** [gulp

mtr compilation problem

2011-03-15 Thread Olivier Lefevre
I am trying to compile mtr-0.80. configure completed without errors but make puts: net.h:25:25: error: netinet/ip6.h: No such file or directory net.h:26:27: error: netinet/icmp6.h: No such file or directory I couldn't find what additional packages I should download to get IPv6 headers (which I a

Boost, compilation problem

2011-10-03 Thread Václav Zeman
Hi. I am trying to use cpp-netlib ([1]) with the current Cygwin Boost package. I have encountered a few compilation problems which seem to be fixed by the attached patches. [1] -- VZ --- asio/detail/buffer_sequence_adapter.hpp.vz 2011-10-03 09:18:30.5

About DLL compilation problem

2021-09-03 Thread Ricardo Santos Pereira via Cygwin
Hi Corina just figured out that a .def file in a dll may export function from a dll that is referenced in the compilation stage like this: gcc file.c external.dll def.def -o out.dll if in the def.def it has a function that is in the file.c and also available in external.dll it may generate an in

Binutils 2.23.51 compilation problem

2013-11-29 Thread Frew Cen
Hello. I'm trying to compile and install binutils+GCC for my machine. I have compiled lastest binutils sources without getting any error, but installation seems to have some problems with gas documentation. The output of the installation is very large and some of the warnings are repeating (they

Re: mtr compilation problem

2011-03-16 Thread Corinna Vinschen
On Mar 15 22:07, Olivier Lefevre wrote: > I am trying to compile mtr-0.80. configure completed without > errors but make puts: > > net.h:25:25: error: netinet/ip6.h: No such file or directory > net.h:26:27: error: netinet/icmp6.h: No such file or directory > > I couldn't find what additional pack

Re: mtr compilation problem

2011-03-16 Thread Olivier Lefevre
OK, I'll try. Thanks a lot. Re. raw sockets and the need for elevated privilege, can't you use the RunAs trick to get around it? -- O.L. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Un

Re: mtr compilation problem

2011-03-16 Thread Charles Wilson
On 3/16/2011 10:59 AM, Olivier Lefevre wrote: > Re. raw sockets and the need for elevated privilege, > can't you use the RunAs trick to get around it? Maybe. Or you could recode the underlying implementation to use, instead of the cygwin/posix socket interface, the Win32 ICMP dll services, just l

Re: mtr compilation problem

2011-03-16 Thread Kurt Franke
Olivier Lefevre yahoo.com> writes: > Re. raw sockets and the need for elevated privilege, > can't you use the RunAs trick to get around it? Also on Unix/Linux a raw socket cannot be used by a normal user. But the ping program is setuid root and thus can be called by any user. Unfortunatly there

Re: Boost, compilation problem

2011-10-03 Thread Yaakov (Cygwin/X)
On Mon, 2011-10-03 at 09:39 +0200, Václav Zeman wrote: > I am trying to use cpp-netlib ([1]) with the current Cygwin Boost > package. I have encountered a few compilation problems which seem to be > fixed by the attached patches. These have already been fixed in 1.46.1-1, currently in Ports and

Fortran calling c compilation problem

2006-08-01 Thread Ben Wright
I'm working on a project that uses a combination of c++, c and fortran to build a library for use with the Java Native Interface. The library compiles correctly under Linux with gcc 3.2.3, but I can't get it to compile correctly under cygwin (using gcc 3.4.4). I'm calling: g++ -mno-cygwin -Wl

Lesstif compilation problem and setup.exe

2002-11-11 Thread Mark Manning
I decided to try compiling the latest version of Lesstif to get my feet wet doing compilations of packages. Download and untaring went well. Compilation seemed to go ok also until I'd gotten about 3/4 of the way through. Then Cygwin refused to continue compiling. I was in fvwm2 at the time.

Re: Binutils 2.23.51 compilation problem

2013-11-29 Thread Corinna Vinschen
On Nov 29 23:40, Frew Cen wrote: > Hello. > > I'm trying to compile and install binutils+GCC for my machine. > I have compiled lastest binutils sources without getting any error, but > installation seems to have some problems with gas documentation. > > The output of the installation is very larg

Re: Binutils 2.23.51 compilation problem

2013-11-29 Thread Frew Cen
> Looks like a bug in the docs. You should report this problem to > the public binutils mailing list . I'm not sure if the problem is there. I get similar message when compiling (now not installing) mingw binutils. Would some from the older versions work? Frew --- config.status: creating po/Mak

Re: Binutils 2.23.51 compilation problem

2013-12-02 Thread Yaakov (Cygwin/X)
On 2013-11-29 09:49, Corinna Vinschen wrote: On Nov 29 23:40, Frew Cen wrote: I'm trying to compile and install binutils+GCC for my machine. I have compiled lastest binutils sources without getting any error, but installation seems to have some problems with gas documentation. The output of the

Re: Fortran calling c compilation problem

2006-08-01 Thread Larry Hall (Cygwin)
On 08/01/2006, Ben Wright wrote: I'm working on a project that uses a combination of c++, c and fortran to build a library for use with the Java Native Interface. The library compiles correctly under Linux with gcc 3.2.3, but I can't get it to compile correctly under cygwin (using gcc 3.4.4).

Re: Fortran calling c compilation problem

2006-08-02 Thread Ben Wright
> The '-mno-cygwin' flag trigggers the "cross-compiler" to MinGW. If > you're > having problem with this switch, you should check with the MinGW folks > (http://www.mingw.org/), since you're really using their compiler, not > Cygwin's. Will do. Thanks. -- Benjamin Wright Statistical Laboratory

RE: Fortran calling c compilation problem

2006-08-02 Thread Dave Korn
On 01 August 2006 15:39, Ben Wright wrote: > g++ -mno-cygwin -Wl,--add-stdcall-alias > -I/cygdrive/c/Java/jdk1.5.0_07/include > -I/cygdrive/c/Java/jdk1.5.0_07/include/win32 -shared -o Samplers.dll whole bunch of source files here> -lstdc++ -lg2c > > /cygdrive/c/DOCUME~1/ben/LOCALS~1/Temp/ccWWbi

g++3.3.3 compilation problem under Cygwin

2004-12-19 Thread Dr Jekyll
Hi, I am reading the book "Inter-process Communications in Linux", section 1.10 Process Memory Addresses and I have tried to compile the following code under Cygwin without success (with the command): Bash-shell>g++ -o run p1.3.cxx Where the content of "p1.3.cxx" is given here: /*

RE: Lesstif compilation problem and setup.exe

2002-11-11 Thread Scott Prive
> -Original Message- > From: Mark Manning [mailto:markem@;ev1.net] > Sent: Monday, November 11, 2002 12:20 PM > To: [EMAIL PROTECTED] > Subject: Lesstif compilation problem and setup.exe > > If you need a screen dump - let me know. I can either try to captu

Re: g++3.3.3 compilation problem under Cygwin

2004-12-19 Thread Christopher Faylor
On Mon, Dec 20, 2004 at 02:20:53AM +0100, Dr Jekyll wrote: >Can someone help me? http://cygwin.com/problems.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Postgresql: libpq problem? (was: Re: Compilation problem)

2003-11-05 Thread Gerrit P. Haase
Hello Cédric, seems to be a problem with this symbol in the postgresql library libpq. I don't know the postgresql code, so lets ask the maintainer (therefore the subject change). Jason? Any ideas? Gerrit Monday, November 3, 2003, 11:50:38 AM, you wrote: > Hello, > I'm trying to install DBD-Pg

can someone help me with this compilation problem

2007-02-27 Thread Nordine
hello everyone, When compilling makefile: "Gulp program" using G95 under cygwin. I got this error message: /bin///ld: cannot find -lf95 make[1]: *** [gulp_] Error 1 make[1]: Leaving directory `/cygdrive/c/gulpsource/src/{os}' mv: cannot stat `gulp': No such file or directory make: *** [gulp] Err

Compilation problem when running sde-make on cygwin

2007-09-25 Thread Paul Yeung
Hello there, I'm a developer at a tech company in california. I'm trying to use the cygwin sde compiler to build my program. Here is the error I get at the end when running sde-make. I'm not sure what the error code 53 means nor what sde-ar is trying do. Any help would be much appreciated. rm -

Re: Postgresql: libpq problem? (was: Re: Compilation problem)

2003-11-05 Thread Jason Tishler
On Wed, Nov 05, 2003 at 12:44:29PM +0100, Gerrit P. Haase wrote: > seems to be a problem with this symbol in the postgresql library libpq. Huh? $ nm /usr/lib/libpq.a | fgrep ctype $ nm /usr/lib/libcygwin.a | fgrep ctype I __impctype_ptr I __nmctype_ptr

Re: can someone help me with this compilation problem

2007-02-27 Thread Christopher Faylor
On Tue, Feb 27, 2007 at 08:13:24AM +, Nordine wrote: >hello everyone, > >When compilling makefile: "Gulp program" >using G95 under cygwin. > >I got this error message: > >/bin///ld: cannot find -lf95 >make[1]: *** [gulp_] Error 1 >make[1]: Leaving directory >`/cygdrive/c/gulpsource/src/{os}' >m

Re: can someone help me with this compilation problem

2007-02-27 Thread Angelo Graziosi
Nordine ??? wrote: > Please gives me some assistance to resolv this problem. > thank you very much. The best solution is to flag your G95/Gulp problems directly to G95 guys: http://www.g95.org/ If you visit that page, you will find useful informations on how to send a bug report and to who. Y

RE: Compilation problem when running sde-make on cygwin

2007-09-25 Thread Dave Korn
On 25 September 2007 23:33, Paul Yeung wrote: > I'm a developer at a tech company in california. I'm trying to use the > cygwin sde compiler to build my program. > Here is the error I get at the > end when running sde-make. I'm not sure what the error code 53 means nor > what sde-ar is trying

Re: Compilation problem when running sde-make on cygwin

2007-09-25 Thread René Berber
Paul Yeung wrote: > I'm a developer at a tech company in california. I'm trying to use the > cygwin sde compiler to build my program. Here is the error I get at the > end when running sde-make. I'm not sure what the error code 53 means nor > what sde-ar is trying do. Any help would be much appreci