Re: cygpath gives no output, cygwin 3.3.4

2022-05-11 Thread Antonio Petrelli
Did you try disabling your antivirus? Antonio Petrelli -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: msi installer file?

2022-03-09 Thread Antonio Petrelli
;t know if it is an option, but there is a cygwin package in Chocolatey. Antonio -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: cygpath not doing anything on a fresh install

2022-02-08 Thread Antonio Petrelli
Il giorno mar 8 feb 2022 alle ore 15:57 Ken Brown ha scritto: > On 2/8/2022 9:37 AM, Antonio Petrelli wrote: > > Il giorno mar 8 feb 2022 alle ore 15:30 marco atzeri < > marco.atz...@gmail.com> > > ha scritto: > >> check if strace give some hints > >>

Re: cygpath not doing anything on a fresh install

2022-02-08 Thread Antonio Petrelli
Il giorno mar 8 feb 2022 alle ore 15:30 marco atzeri ha scritto: > On Tue, Feb 8, 2022 at 3:24 PM Antonio Petrelli wrote: > > > > Il giorno mar 8 feb 2022 alle ore 15:19 marco atzeri ha scritto: > >> > >> > > > I just installed cygwin on my Windo

Re: cygpath not doing anything on a fresh install

2022-02-08 Thread Antonio Petrelli
ht? > > check that is the last version > > ls -l /usr/bin/cygwin1.dll > -rwxr-xr-x 1 matzeri Domain Users 3554998 Jan 31 20:37 /usr/bin/cygwin1.dll > > if you updated with a process still running it maybe not the last one > This is what I see: -rwxr-xr-x 1 MYCOMPANY+Antonio

Re: cygpath not doing anything on a fresh install

2022-02-08 Thread Antonio Petrelli
? > > Make sure cygwin1.dll is there. Some "antivirus" may have eaten it. > It's there AFAIK, I see it in the C:\cygwin64\bin directory. Is that right? Thanks Antonio -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Do

cygpath not doing anything on a fresh install

2022-02-08 Thread Antonio Petrelli
Hello I just installed cygwin on my Windows 10 laptop. I need to use the cygpath utility and it simply does not do anything, even cygpath --help does anything. What should I do? Thanks Antonio Petrelli -- Problem reports: https://cygwin.com/problems.html FAQ: https

Commercial use of cygwin

2020-11-12 Thread Antonio Sidoti via Cygwin
l packages +cygblas-0.dll +cyggfortran-4.dll +cyggomp-1.dll +cyglapack-0.dll +cygncursesw-10.dll +cygquadmath-0.dll +cygreadline7.dll Is there any way you could provide some guidance on the topic? Is it something you could help with? (Of course in exchange of compensation) Thanks for your help. A

Cygwin setup error

2020-04-21 Thread Antonio Cesar Rosa via Cygwin
Good afternoon, I am trying to run setup for Windows 7 X64 server, setup_x86-64.exe file but my AVG anti-virus blocked the file said it contains IDP.Generic issue. Could you tell me if this issue is already reported for you and what is the fix for this issue? Best Regards, Antonio Cesar <h

libmpi_cxx.dll.a missing

2018-08-28 Thread Antonio Pio Rinaldi
version I am able to correctly install my code. I am not sure whether this is a bug, or if I have to set up something else to let cygwin install the mpicxx library. Regards, Antonio Pio Rinaldi -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com

Re: hardware upgrade status

2013-03-20 Thread Antonio Querubin
On Tue, 19 Mar 2013, Christopher Faylor wrote: http://cygwin.com/ is now available. Would it be too much to ask that the server be dual-stacked and given an IPv6 address? :) Antonio Querubin e-mail: t...@lavanauts.org xmpp: antonioqueru...@gmail.com -- Problem reports: http

Re: IPv6 help (Re: inetutils, r* commands)

2010-03-16 Thread Antonio Querubin
any IPv4 address, things should be a little easier. Antonio Querubin 808-545-5282 x3003 e-mail/xmpp: t...@lava.net -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

Re: IPv6 help (Re: inetutils, r* commands)

2010-03-16 Thread Antonio Querubin
V4 anyway, why? V4 routing through a V6-only network is job of the routers. An INET6 socket should always use mapped addresses to represent IPv4 connections by design. Antonio Querubin 808-545-5282 x3003 e-mail/xmpp: t...@lava.net -- Problem reports: http://cygwin.c

Re: IPv6 help (Re: inetutils, r* commands)

2010-03-16 Thread Antonio Querubin
might find it simpler to just make all sockets/sockaddrs AF_INET6. The only time you might worry about the actual AF would be on display output. Ie. display IPv4-mapped addresses as IPv4. Antonio Querubin 808-545-5282 x3003 e-mail/xmpp: t...@lava.net -- Problem reports: http://cygwi

Re: cygwin-1.7, sshd, tcpd, and IPv6/Vista

2008-12-30 Thread Antonio Querubin
ny sshd: all or, am I right that doing so is perfectly safe even with a munged up hosts file -- and if so, should I modify the default hosts.allow shipped with tcp_wrappers? It's perfecty valid. FreeBSD's default /etc/hosts.allow is setup that way so you're in good company. Anton

RE: getsockname problem

2006-04-07 Thread Antonio Querubin
On Fri, 7 Apr 2006, Dave Korn wrote: Should have read the man page instead! s = socket(AF_INET, SOCK_RAW, IPPROTO_ICMP); printf("socket = %d\nlength = %d\n", s, len); rc = getsockname(s, (struct sockaddr *) &sa, &len); http://www.opengroup.org/onlinepubs/007908799/xns/getsockname

Re: getsockname problem

2006-04-07 Thread Antonio Querubin
On Fri, 7 Apr 2006, Reid Thompson wrote: well,,, not 'any' other linux system... $ ./getsockname socket = -1 length = 16 getsockname rc = -1 returned length = 16 getsockname: Bad file descriptor That points out an error in getting the raw socket, not in getsockname() itself. getsockname() c

getsockname problem

2006-04-07 Thread Antonio Querubin
I've run into a problem where getsockname() doesn't work as expected. Below is a test program where it fails under cygwin but runs on any other Unix/Linux system. I searched the mail archives for any limitations #include #include #include #include int main() { struct sockaddr_in sa;

Re: Problems with snap 20050905 and X?

2005-09-06 Thread Antonio Romero
Angelo Graziosi roma1.infn.it> writes: > > > I have installed the snap 20050905. > > When X/Cygwin is started with startxwin.bat, xterm hangs, its window is > white instead of black (as I configured) and the prompt does not appear. > > Windows (W2K SP4) says : Annull or Stop the process. > >

E' stato respinto un messaggio indirizzato a antonio.bochicchio

2005-06-03 Thread Antonio Bochicchio
E' stato respinto un messaggio indirizzato a antonio.bochicchio: il formato di un suo allegato non era consentito (AVVISO GENERATO AUTOMATICAMENTE DA mail.gazzettino.it). -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Doc

Service not starting unless...

2005-02-18 Thread Fuentes, Antonio
ice to interact with desktop" it does start. I am trying to understand the implications of checking that box and trying to understand why this is happening. In my ignorance I think it could be a file permissions error of some sort. Any ideas are appreciated ... Antonio -- Unsubsc

RE: SPAM: Re: gettimeofday() similar function

2004-03-31 Thread Neto, Antonio Jose Rodrigues
How do I resolve this? -Original Message- From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 31, 2004 1:30 PM To: Neto, Antonio Jose Rodrigues Cc: [EMAIL PROTECTED] Subject: RE: SPAM: Re: gettimeofday() similar function On Wed, 31 Mar 2004, Neto, Antonio Jose

RE: SPAM: Re: gettimeofday() similar function

2004-03-31 Thread Neto, Antonio Jose Rodrigues
[mailto:[EMAIL PROTECTED] Sent: Wednesday, March 31, 2004 1:25 PM To: Neto, Antonio Jose Rodrigues Cc: [EMAIL PROTECTED] Subject: RE: SPAM: Re: gettimeofday() similar function Neto, Have you actually tried? Igor P.S. Please configure your mailer to not quote raw e-mail addresses in your repli

RE: SPAM: Re: gettimeofday() similar function

2004-03-31 Thread Neto, Antonio Jose Rodrigues
Ok, but when I try to compile using -mno-cygwin that is not working. Why? -Original Message- From: Brian Ford [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 31, 2004 1:25 PM To: Neto, Antonio Jose Rodrigues Cc: [EMAIL PROTECTED] Subject: SPAM: Re: gettimeofday() similar function On

RE: SPAM: Re: gettimeofday() similar function

2004-03-31 Thread Neto, Antonio Jose Rodrigues
Hi Brian, Do you know? TIA neto -Original Message- From: Brian Ford [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 31, 2004 1:18 PM To: Neto, Antonio Jose Rodrigues Cc: [EMAIL PROTECTED] Subject: SPAM: Re: gettimeofday() similar function On Wed, 31 Mar 2004, Neto, Antonio Jose

gettimeofday() similar function

2004-03-31 Thread Neto, Antonio Jose Rodrigues
Hi All, Could you help me? What the similar function in the cygwin? TIA Best Regards neto -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://

RE: help with gcc

2004-03-18 Thread Neto, Antonio Jose Rodrigues
Dave Korn Thanks so much for your help. Cheers neto -Original Message- From: Neto, Antonio Jose Rodrigues Sent: Thursday, March 18, 2004 10:51 AM To: '[EMAIL PROTECTED]' Subject: help with gcc Hi All, Could you help me? I wrote a simple program. hello.c ---

help with gcc

2004-03-18 Thread Neto, Antonio Jose Rodrigues
Hi All, Could you help me? I wrote a simple program. hello.c #include main() { printf("hello"); } After this gcc -o hello hello.c Now, I need to send this program to another person that don't have cygwin1.dll. So, they cannot execute the exe file without the dll. Is is po

Cant debug a Delphi application with cygwin bash opened

2004-03-16 Thread Marco Antonio
Hello All, I am coding an frontend application with Delphi 6 and using Postgre on Cygwin as a backend. The connection is made via dbExpress Driver. The problem is that i cant compile and run the application directly from the Delphi IDE. It compiles fine but takes too much time to connect to the

Delphi + dbExpress + PostgreSQL (Cygwin)

2004-03-15 Thread Marco Antonio
Hello all, I am having the following problem: I have a application written in Delphi 6 than access PostgreSQL 7.4.1 database on Cygwin, via dbExpress driver from Vitavoom. I am able to compile the project but when i put it to run from the IDE or out of IDE, but with Delphi open, the applicatio

Re: IPv6 integration status in Cygwin

2004-02-09 Thread Antonio Querubin
On Mon, 9 Feb 2004, Larry Hall wrote: > At 12:54 PM 2/9/2004, Antonio Querubin you wrote: > >I was looking through the archives and noticed there hasn't been much > >recent work on integrating IPv6 into Cygwin. I've been using Jun-ya > >Kato's IPv6 extensi

IPv6 integration status in Cygwin

2004-02-09 Thread Antonio Querubin
ng setup. Reply off-list if you wish. Antonio Querubin [EMAIL PROTECTED] -- 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/

detecting runtime environment

2004-01-09 Thread Antonio Querubin
I want a program (written in C) to behave a little differently depending on whether it's started in a cygwin window or started from a DOS/Windows command prompt window. Is there a standard method for detecting, at run-time, which environment a program was started in? -- Unsubscribe info: htt

crash with execution under msvc++

2003-11-08 Thread Antonio Montano
(); <--- _winminor = (_osver >> 8) & 0x00FF ; _winmajor = _osver & 0x00FF ; _winver = (_winmajor << 8) + _winminor; _osver = (_osver >> 16) & 0x00 ; I tried for hours to understand the problem but nothing .. I'll appreciate

Problem installing Prolog

2003-08-24 Thread Antonio j
Hi all I've been trying to install Prolog on cygwin. Using the full source of prolog I am said 'sys/strops.h not found'. I have not that file. On the other way I could install the rpm file, but I have not the rpm command. Anybody knows wich packages should I install, or what can I do? tk. _

bash doesn't find /tmp

2003-01-26 Thread Antonio Nicolosi
find /tmp, please create! then, bash cannot find any command, and doesn't even understand ls! Any suggestion would be greatly appreciated. Thanks, Antonio Questo messaggio e' stato inviato con

lprng

2002-12-04 Thread Marco Antonio
Hi all, I've been trying to find a free lpd for windows, and noticed that lprng was ported to cygwin. But in cygwin setup I can't find the lprng package. I found a link in cygwin site to download the port, but everytime I try to access the page I get an 'connection failed'. Is the port deprecat

RE: Is RSA authentication on SSH still broken?

2002-11-06 Thread Antonio Bemfica
or sshd user need to read the keys and cannot without the appropriate privileges. Thanks again. Antonio On Tue, 2002-11-05 at 18:55, Harig, Mark A. wrote: > I am able to use SSH with public/private-key files. > ssh is working on Cygwin, both as a client and > as a server, at least

Is RSA authentication on SSH still broken?

2002-11-05 Thread Antonio Bemfica
Hello Could someone clarify whether RSA authentication is still not possible when running SSH as the SYSTEM user? I have Cygwin 1.3.14-1 and OpenSSH 3.4p1-5 and can only login via password authentication (I am familiar with the process to effect RSA authentication under Unix). I have also tightene

Error in my cygwin installation

2002-09-20 Thread Antonio
t;Warning Could not find /tmp Please Create!". I don´t know how to solve it. CAN YOU HELP ME? It´s urgent. MANY THANKS Antonio Olmo -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygw

cygwin freezes on W98

2002-05-16 Thread Antonio Fortes
Hi, after installing cygwin on W98, I can open bash on Cygwin/XFree86 and start working for a short while. Then it freezes. Is there anyone who could help me with this? = Antonio F Fortes UnB, Bloco J, Apt. 407 70919-970 - Brasilia, DF Brasil

cygwin freezes on W98

2002-05-16 Thread Antonio Fortes
Hi, after installing cygwin on W98, I can open Cygwin/Xfree86 and Bash for a short time. The it freezes. Is there anyone who could help me with this? Thanks. = Antonio F Fortes UnB, Bloco J, Apt. 407 70919-970 - Brasilia, DF Brasil __ Do

Re: porting problem

2002-03-21 Thread Gabriel Antonio Arcos Acosta
: "Larry Hall (RFK Partners, Inc)" <[EMAIL PROTECTED]> To: "Gabriel Antonio Arcos Acosta" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, March 21, 2002 5:43 PM Subject: Re: porting problem > At 04:36 PM 3/21/2002, Gabriel Antonio Arcos Acosta wrote:

porting problem

2002-03-21 Thread Gabriel Antonio Arcos Acosta
I'm trying to port a program that was originally designed on IRIX system with Delta/C++ compiler over a SGI Indy box. When I try to compile one of the source files this error appear: $ gcc -w -g -I/usr/X11R6/include Chandler.cc -c -o Chandler.o Chandler.cc: In method `void Chandler::GenerarPuntos

Newbie with cygwin and Xfree

2002-03-21 Thread Antonio MATTA
include files. Does anybody know where can I download these files and also tcl/tk 8.3 for cygwin? Many thanks. Antonio. - This mail sent through IMP: atlas.puj.edu.co -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug

Re: info please

2002-03-11 Thread Gabriel Antonio Arcos Acosta
I think you can check the kernel to-do list, and consult the developer area of the cygwin project web page: http://www.cygwin.com - Original Message - From: "alex bohemia" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 11, 2002 5:38 AM Subject: info please > hello my

Re: opengl and cygwin

2002-02-08 Thread Antonio MATTA
work together. Antonio. On Tue, 5 Feb 2002, Ling F. Zhang wrote: > this seems like an X question, but it concerns openssh > as well, so I am going to ask. > okay, I need to do some opengl development. I found > that opengl library comes with cygwin, that's a plus > for me. but

getting up cygwin

2002-01-27 Thread Gabriel Antonio Arcos Acosta
Hi, recently I try to install the binary distribution of octave for windows, but I couldn't get it working, so I uninstall it, but then, surprise I can use my cygwin enviroment, all I get when a try to start it is the message: bash.exe: warning: could not find /tmp, please create! BASH-2.05a$ An