original Ipad 2 $1600 3G

2013-08-27 Thread Jorge
ipad 2 de aparador precio 1600 pesos nuevas en caja abierta originales de apple 32 gb 4 ultimas piezas pida informes por favor pedidos dialg...@gmail.com -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: ht

Re: recompiling gcc, make, and binutils for my cpu architecture?

2011-11-05 Thread Jorge
Ryan Johnson cs.utoronto.ca> writes: > > On 03/11/2011 8:54 AM, Jorge wrote: > > Hi all, I hope I am posting in the right location. > This has nothing whatsoever to do with cygwin. In fact, for what I originally asked, it does have to do with cygwin, it's called opti

recompiling gcc, make, and binutils for my cpu architecture?

2011-11-03 Thread Jorge
s svn site instead of using the cygwin sources. My OS is Windows XP SP3 Thanks in advance for your replies. Jorge PS, when/if I have some success with this, I am willing to rebuild and package the entire cygwin distribution with some guidance from some experienced builders if it will help in an

Cygwin 1.7.8 - bash: wall: missing command

2011-04-28 Thread Jorge Peña
Hi all. I have a question regarding bash. The "wall" command is missing? If so, can I install it? All I get is "bash: wall: missing command". "which wall" returns nothing after searching in various directories. Thanks in advance. Regards, Jorge Ing. Jorge Peñ

Re: drand48() (and erand48) returns only zeros and pthread application problems

2010-12-29 Thread Jorge Díaz
On Wed, Dec 29 2010 01:34:18 -0500, Christopher Faylor wrote: > On Wed, Dec 29, 2010 at 03:47:42AM +0100, Jorge D?az wrote: > >I am working with cygwin environment (Cygwin 1.7.7 + Newlib 1.18) > >where drand48 function returns always zero values. > > > >The problem was rep

Re: root privileges

2007-11-29 Thread Jorge Marques Pelizzoni
) windows account, should I understand (from http://cygwin.com/cygwin-ug-net/ntsec.html) that all cygwin asks for is that I should get things right in /etc/passwd and /etc/group? Please take a look at what I've tried so far: in /etc/passwd: (original) jorge:*:1008:513:Jorge,U-QUICK

native win32 apps and cygwin-based dlls

2007-11-29 Thread Jorge Marques Pelizzoni
Hi all! Can gcc-generated, cygwin-based dlls be loaded by native win32 applications? If so, is there anything special (flags, etc.) about the build (or load) procedure in that case? Thanks in advance. Cheers, Jorge. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

root privileges

2007-11-29 Thread Jorge Marques Pelizzoni
ble? Thanks in advance. Cheers, Jorge. Jorge M. Pelizzoni ICMC - Universidade de São Paulo -- 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/

"Error when trying to run ls or rm commands"

2004-01-29 Thread Jorge Soto
ation or if I made a mistake, thnx a lot Greetings from Mexico Jorge Soto -- 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/

How export static const class members symbols?

2003-01-14 Thread Jorge Dominguez Rodriguez
I´m developing a Xerces 2.1.0 mingw port but when I try to compile a small example the references of static const members of several classes cannot be resolved by the gcc. I think that the Import library of the DLL don´t export references of static const class members and the gcc cannot resolve t

RE:ftpd issue on Win XP

2002-05-06 Thread Jorge Goncalvez
Hi, I have a threeial boot (NT, W2K, XP). I successfully ran ftpd via inetd on Winnt and W2K but On windows Xp professionnal) it fails i have this :530 Login incorect Login failed althought the etc/passwd and etc/group seemed to be correct and the patch ntsec is here . Is there something speci

Re:tftpd hpa under windows

2002-03-29 Thread Jorge Goncalvez
Hi folks, I used by default the Cygwin tftpd server and it works rather fine but unfortunetly i must now use a tftpd server which understands the option "tsize" and the Cygwin tftpd don't so I tried the last version of tftpd-hpa 0.29 which includes a port on Win32 with cygwin and know tsi

RE:ftp anonymous on NT server

2002-03-14 Thread Jorge Goncalvez
Hi, I use cygwin setup on Both Windows NT Workstation and Server I create ftp and anonymous users but I didn't put them in a group. It works on Nt workstation but it fails on NT server (Login failed). I wonder if there is a way to know the Nt group with for exemple the registry to add by code ftp

RE:run dhcpd server from inetd

2002-03-08 Thread Jorge Goncalvez
Hi, I wanted to run an dhcpd server from inetd. I put on usr/sbin a exe dhcpd.exe but when i ran inetd i have : Inetd : Win32 Process Id = 0xFFC4180D : Cygwin Process Id = 0x3BE7F3 : LOG_ERR : bootps/udp: unknown service althought i put bootps dgram udp waitroot/usr/sbin/dhcpd eth0

Re:Windows 98 socket issue

2002-02-21 Thread Jorge Goncalvez
Hi, I have ported a Unix dhcpd server in WIndows NT thanks to Cygwin gcc and it works good.I have made a dual boot on my pC WIndows Nt and WIn98 SE. but It fails on Windows 98 SE. My server never replies unless if i start it with the option -d (debug mode)so with this option it works but i wnat

Re:Cygwin without installing

2002-02-21 Thread Jorge Goncalvez
Hi, i use and enjoy Cygwin in multiple windows platforms to run a linux application on windows. But i have a lot of times not enough space to install cygwin in the hard disk of my Pc's. I would make a cygwin CD with all the cygwin arborescence and to store only conf files in my hard disk. I won

Re:Sprintf issue

2002-02-18 Thread Jorge Goncalvez
Hi, i tried to modified a C program running on linux and make it running on windows with gcc for cygwin: like this: sprintf(arpbuf, "arp -s %s `echo %s | sed -e s/:/-/g`" piaddr (lease -> ip_addr), print_hw_addr (lease -> hardware_addr.htype, lease -> ha

Re:anonymous ftp on WIn9x

2002-02-13 Thread Jorge Goncalvez
Hi, I wonder how i can anonymous ftp enable under Win9x, do i must add a line with ftp in the passwd file? In winnt, the set up programs create a user ftp in the passwd allowing anonymous ftp based by the nt box user, how can i do to declare a ftp user in Win 9x to make cygwin setup automatical

Re: How to stop Inetd

2002-02-07 Thread Jorge Goncalvez
It didn't work but i tried this that worked from hand in the bash cygwin: ps |awk '/INETD/{print $1}'|xargs kill but unfortunately by Perl code it didn't: I tried: system(" c:\\cygwin\\bin\\bash.exe('ps |awk '/INETD$/{print $1}|xargs kill')") or system("c:\\cygwin\\bin\\ps.exe |c:\\cygwin\\bin\\a

RE:How to stop Inetd

2002-02-07 Thread Jorge Goncalvez
hi, I wonder how to stop Inetd in Win 9x by perl code: In WiNNT, I have : my $cmd="net stop inetd"; system($cmd); Thanks. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.c

RE: symlinks

2002-02-06 Thread Jorge Goncalvez
Thanks all it works now. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re:symlinks

2002-02-06 Thread Jorge Goncalvez
Hi, I have made a symlink with the cygwin command ln -s and i wanted to remove it by Perl code: I have this: $PROG2 = "C:\\cygwin\\bootp\\linux\\install "; if (-l $PROG2) { system "rm $PROG2"; } else{ print "popo"; } The problem is that the symlink install it isn't removed althoug

Re:Set up and remove registry

2002-02-05 Thread Jorge Goncalvez
Hi, I wonder if there is a way to remove automatically Cygwin Solutions entry with the setup.exe ? Thanks. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

RE:What's wrong with this?

2002-01-28 Thread Jorge Goncalvez
Hi, i have this perl script but it seems returning always 0 use IO::Socket; $port=21; $sock = IO::Socket::INET->new(PeerAddr =>'localhost', PeerPort => $port, Proto => 'tcp') ; die &inetdconf unless ($sock); my $

Re:Stop ftp cygwin

2002-01-18 Thread Jorge Goncalvez
hi, I wanted to stop ftp cygwin if there is already a ftp server running but if not i wnat to start ftp cygwin . How can I know by code if there is already a ftp server running? Thanks. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/b

RE:Cygwin on a CD

2002-01-11 Thread Jorge Goncalvez
Hi, I use Cygwin and I wonder if it would be possible to run Cygwin environment without installing it in hard disk, by running it from a CD for exemple, I know that some Linux distribution can be run without installing them(no special partition needed) in hard disk and running them from a CD. T

RE:self extractive executable Archive

2002-01-07 Thread Jorge Goncalvez
Actually i wanted to make a self extractive executable Archive with Cygwin Zip. How can I do this? I tried to use -A option but it didn't make an Win32 exe. Thanks -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation

RE:zip and Cygwin

2002-01-07 Thread Jorge Goncalvez
Hi, I wonder if it is possible to make an excutable (Win32 exe ) with zip. I tried with th eoption -A but it didn't make an exe. Thanks. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/

Re: RE:set up question

2001-12-17 Thread Jorge Goncalvez
So, I would like to install by default inetutils without going to Net And specify the version of inetutils because by defaut when I ran Setup.exe Inetutils are Skip. How can i do?Thanks -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/

RE:set up question

2001-12-17 Thread Jorge Goncalvez
Hi, I wonder if in the set up.exe we can add field in setup.ini to specify whether package is installed by default, or not. Thanks. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/do

RE:Set path environment variable

2001-12-14 Thread Jorge Goncalvez
HI, I am under Nt and I wonder if it is possible to add PATH =c:\cygwin\bin to the default PATH without tne NT Box sytem with a script(Perl for exemple).??? How can I do this? Thanks. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bug

RE: automatise Inetutils installations

2001-12-14 Thread Jorge Goncalvez
Hi, I wonder if it is possible when I ran set up for the first time to install the package Inetutils automatically because now it is Skip by default, and I must change it to the last version. Thanks -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http

RE:Setup sources

2001-12-14 Thread Jorge Goncalvez
Hi, Is there a way to have the setup sources of cygwin? Thanks. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE:Making perl script running under bash cygwin

2001-12-06 Thread Jorge Goncalvez
Hi, I have this : system("perl -i.orig -pe 's!/home/ftp!/!g' c:/cygwin/etc/passwd") or die; And it dies always althought it works if I run it by Hand in the cygwin bash. Why? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Do

RE:Run a perl script with cygwin

2001-12-04 Thread Jorge Goncalvez
I have this Perl script under Cygwin #!/usr/local/bin/perl -w my $cmd="c:/cygwin/bin/iu-config"; system($cmd); it fails iu-config is the cygwin script shell(/bin/sh). Why?Althought It works when i type iu-config from the bash Cygwin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-