Install Scripts question

2003-03-22 Thread Martin
Hello All: Where are the install script(s) to make cygwin operational? Setup downloads the files but I cannot locate the scripts to untar the tar'ed files Thank You, Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs

Re: Install Scripts question

2003-03-22 Thread Martin
Thanks Guys, I am hopefully to have a operational BASH by COB I'll keep my fingers crossed! -Martin - Original Message - From: "Randall R Schulz" <[EMAIL PROTECTED]> To: "Martin" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, March 22

cygz.dll

2003-03-22 Thread Martin
Hello All I need to locate cygz.dll Any help would be appreciated. Thanks, Martin -- 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

Re: cygwin running problem with mysql

2003-03-24 Thread Martin
Hello All: I am attempting to install mysql but the install script dies on groupadd and useradd commands how do I do groupadd with cygwin? how do I do useradd with cygwin? Thanks, Martin - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL P

Re: cygwin running problem with mysql

2003-03-24 Thread Martin
Thanks Elfyn Apparently passwd file requires the SID how do I obtain the SID which corresponds with mysql username or groupname Sorry for the bother! -Martin - Original Message - From: "Elfyn McBratney" <[EMAIL PROTECTED]> To: "cygwin" <[EMAIL PROTECTED]>; &

Re: RE: Big Brother is Real

2003-04-03 Thread Martin
To backup Stephans statement it would be in Microsoft's interest to support 32/64 bit Cygwin. By supporting Cygwin Microsoft would increase and not decrease the installed base of Windows. Back to the fray- Martin - Original Message - From: "Christopher Faylor" <[EM

Re: link dll to VC++

2003-04-03 Thread Martin
Xiao $(BASE)=foo gcc -shared -o cyg$(BASE).so -Wl,--out-implib=lib$(BASE).dll.a \ -Wl,--export-all -Wl,--enable-auto-image-base \ -Wl,--output-def=cyg$(BASE).def $(OBJS) hth, Martin - Original Message - From: "xiao chen" <[EMAIL PROTECTED]> To: <[EMA

Re: write raw disk image to scsi in win98?

2003-04-04 Thread Martin
Mike: Did you read this link on how to configure SCSI Zip drivers? http://www.iomega.com/support/documents/4085.html Martin - Original Message - From: "Mike Edwards" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 04, 2003 1:16 AM Subject: write raw

Re: Bug in GUI App WinMain Arguements

2003-04-04 Thread Martin
here is the workaround we use in Ant build (which by the way outclasses anything any make can do) /cygdrive/c/Documents and Settings/cygusr //becomes /cygdrive/c/DOCUME~1\cyguser //workaround for 95/98 inability to handle spaces in directory name Martin - Original Message

How to access a Linux partition

2003-04-04 Thread Martin
How does Cygwin access a Linux partition? Thank You, Martin -- 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: How to access a Linux partition

2003-04-04 Thread Martin
Andrew et. al: I especially like the work done at http://jcifs.samba.org/ for SMB access to all drives Linux ,NTFS or remote The only quandary is I wanted to stay with C for Raw Speed h... Thanks to all for the invaluable suggestions, Martin - Original Message - From: "Andrew Ma

Re: ACE/TAO under Cygwin (was: ORB)

2003-04-05 Thread Martin
David- can you show us the patch of code for #define so we can test the results from the preprocessor output? Regards, Martin - Original Message - From: "Dawson, David W" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 05, 2003 8:17 PM Subject: ACE

com* vs /dev/ttyS*

2004-03-31 Thread Martin
tem hangs. I've also tried /dev/ttyS0 and /dev/com1 which returns "Could not open device "/dev/com1". Any ideas? Regards Martin Siegumfeldt -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Docum

1.5.19-2 fcntl invaild argument error changing socket blocking mode

2006-01-19 Thread Martin
rous failures. One failure in particular is somewhat bizarre. It involves changing a socket from blocking mode, to non-blocking mode and back to blocking. The attached test case illustrates this. Please excuse the ugliness. Is anything obviously wrong, that explains this b

1.5.19-3 parent socket binding remains after closing when spawning child process

2006-01-20 Thread Martin
ct to the port associated with the server socket. I would expect this connection request to fail, since I just closed the socket. It doesn't. The attached test case illustrates this. Please let me know if I'm doing something wrong. Thanks for you

1.5.19-4 cygpath -f - broken?

2006-01-20 Thread Martin
t work either. I'll post my cygcheck.out if it's only my problem. Could someone please try this out. Thank you, Martin __ Find your next car at http://autos.yahoo.ca -- Unsubscribe i

Re: 1.5.19-4 cygpath -f - broken? - forget about it, my MISTAKE

2006-01-20 Thread Martin
Forget it. I found the problem. I knew I was an idiot. --- Martin <[EMAIL PROTECTED]> wrote: > I seem like an idiot. This is such a fundamental > command, it can't be broken, can it? > > I have the following bash alias: > alias explr='explorer.exe `pwd | cygpath

1.5.19-4 exec family of functions find wrong file to execute

2006-01-23 Thread Martin
21 15:40 echo bash-3.00$ test2 nopathext NoPathExt bash-3.00$ test2 path Path Is this normal behavior for execlp/execvp? Shouldn't the execution permission be set in order to execute it? Thanks for your

Re: 1.5.19-3 parent socket binding remains after closing when spawning child process

2006-01-27 Thread Martin
I tried snapshot cygwin-inst-20060127.tar.bz2. This testcase still fails for me. I could be doing something wrong. Please, give this another try. Your efforts are appreciated. Thanks, Martin --- Corinna Vinschen <[EMAIL PROTECTED]> wrote: > On Jan 20 11:53, Martin wrote: > >

Re: 1.5.19-4 exec family of functions find wrong file to execute

2006-01-30 Thread Martin
Any response? TIA --- Martin <[EMAIL PROTECTED]> wrote: > I am attempting to invoke a command with > execvp/execlp. If a file appears in my PATH before > the executable desired and has the same name as the > executable, the first occurrence of the file name is > used as the

RE: 1.5.19-4 exec family of functions find wrong file to execute

2006-01-31 Thread Martin
In response to your comments: I ran the testcase from ~/testcases directory. I believe my cygwin.out file indicates /home is mounted from D:\home (HOME=/home/test). Also, D: is NTFS. Also, there is nothing special about mount point (no -x flag was used). This is all shown in cygwin.out. Martin

RE: 1.5.19-4 exec family of functions find wrong file to execute

2006-01-31 Thread Martin
It's not perfect. But I think you got the gist of it. Thanks, Martin --- Dave Korn <[EMAIL PROTECTED]> wrote: > On 31 January 2006 17:58, Igor Peshansky wrote: > > > >> In response to your comments: > >> I ran the testcase from ~/testcases director

1.5.19-4: global constructors not working with dlopen()

2006-02-01 Thread Martin
I'm having trouble with global constructors/destructors not executing/crashing within a dlopened DLL. I've attached a test-case. FYI: This works fine with 1.5.13-1. Thanks for your help. Martin ps: Here's my shell log. [EMAIL PROTECTED] make clean /bin/rm -f T1_dl *.exe *.dll

Re: Pbm with ar.h when compiling make-3.80 for mingw

2006-02-15 Thread Martin
ar.h is present in Cygwin: /usr/include, but I suppose > that > if I add this directory as a -I, I will loos my indendence from > Cygwin... > > Attached is the requiested cygcheck.out. > > Thanks in advance for any help, > Xavier -- snip -- Am I mis

Re: Can't execute shell script as wish subprocess, exes work

2006-02-27 Thread Martin
--- Jukka Laurila <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm unable to run shell scripts in wish using > >open [list | my-shell-script] > > The error I get is > > couldn't execute "my-shell-script": no such file or directory > > - the shell script is set as executable > - it starts wit

RE: Bug in dlopen() (or following) code in Cygwin1.dll v 1.5.19-4

2006-03-15 Thread Martin
an see at least part of > what is happening. > > Thanks, > Gary > This may be the same problem I've been having: http://cygwin.com/ml/cygwin/2006-02/msg00037.html Just tried snapshot cygwin1-20060314.dll.bz2. No luck. Has any progress been made on this issue? Thanks for you

Re: cygwin-developers mailing list opened up a little

2006-07-06 Thread martin
ot; responses when someone starts discussing CF> cygwin internals. With luck, discussions will just gravitate to CF> cygwin-developers without the need for mailing list police. CF> CF> cgf CF> CF> May I ask at gmane.org to add the cygwin-developers list there ? Martin --

Re: 1.5.21-1 DLL Loading Problem

2006-08-05 Thread Martin
ng what's > going > on, and/or some other technique to catch this problem? > > Rob > === message truncated ===> -- I had a similar problem with dynamically loaded modules (extensions) in TCL. I traced my problem to the upgrade of binutils 20050610-1 to binutils 20060709-1. W

HowTo setup cygwin + sshd using hosts.allow and hosts.deny and use detailed logging

2008-01-26 Thread Martin
small HowTo? Thanks and best regards Martin -- 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/

RE: HowTo setup cygwin + sshd using hosts.allow and hosts.deny and use detailed logging

2008-01-27 Thread Martin
uld be that easy :) Working perfect! The last problem I want to solve is the use hosts.deny and hosts.allow with sshd. Any solutions welcome! Best regards Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

RE: HowTo setup cygwin + sshd using hosts.allow and hosts.deny and use detailed logging

2008-01-29 Thread Martin
control start" and then do a "daemon-control status" I got the message "Denyhosts is not running" But if I do a "ps -ef" I see python is running and Denyhosts is running as well as I can proof in the log file - also proof there is a denyhosts.pid in /var/run/ C

Re: HowTo setup cygwin + sshd using hosts.allow and hosts.deny and use detailed logging

2008-01-31 Thread Martin
e stopped, exit status: 255 I have tried to run denyhosts as SYSTEM or as Administrator in the services config - but with no luck! What I have done wrong? Best regards Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.htm

Re: HowTo setup cygwin + sshd using hosts.allow and hosts.deny and use detailed logging

2008-02-01 Thread Martin
nistrators Thanks again for being patient with me. Regards Martin -- 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/

Re: HowTo setup cygwin + sshd using hosts.allow and hosts.deny and use detailed logging

2008-02-02 Thread Martin
nistrators Thanks again for being patient with me. Regards Martin -- 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/

Re: Did anyone download the Windows 7 beta?

2009-03-17 Thread Martin
did you get that information ? Thanks Martin -- parozusa at web dot de -- 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/

Re: Package request: xml2

2012-04-17 Thread Martin
gitweb.cgi?p=cygwin-ports/xml2 > > > Yaakov Thanks a lot, it would be very useful for me. How can I integrate / install / use it within my Cygwin environment ? Cheers Martin -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/f

DenyHosts (as service) won't start/hangs @ cygwin 1.7.15-1 / Win7 x64

2012-06-14 Thread martin
e no effect (service is still running, reporting, it's trying to start), even though they have been clearly sent. Any ideas what could be wrong? I'd like to have denyhosts service running without any issues. Thanks in advance. Best regards, Martin daemon-control Description: Binary

Re: DenyHosts (as service) won't start/hangs @ cygwin 1.7.15-1 / Win7 x64

2012-06-14 Thread martin
yhosts.pid file: 7208 So according to syslog, startup of DenyHosts is looking for PID 7316, but denyhosts.pid reports PID 7208. Both PIDs belong to two python2.6 processes. I have no idea, why there are two of them, nor why Denyhosts is so "schizophrenic" with PIDs. Please help. Regard

Re: tar and gzip

2003-03-23 Thread Martin Kudlich
ey are not installed output a message saying that your script requires tar and gzip tobe installed under Cygwin? Martin Kudlich -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/doc

where is /bin/bash ?

2003-03-25 Thread Martin Gainty
Hello- I need to setup a symlink to /bin/bash but cant find it anywhere. Does anyone know the location of /bin/bash? Thanks! -Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com

cant run binaries in cygwin

2003-03-25 Thread Martin Gainty
Hello ./bin/my_print_defaults: 1: Syntax error: "(" unexpected What is cygwin doing to this binary to cause this error? How do I fix? Thank You Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation:

Re: cant run binaries in cygwin

2003-03-25 Thread Martin Gainty
so...cygwin CANNOT run binaries? uh oh! Thanks! Marty - Original Message - From: "Max Bowsher" <[EMAIL PROTECTED]> To: "Martin Gainty" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, March 25, 2003 7:52 AM Subject: Re: cant run bina

Re: COM port setup

2003-03-25 Thread Martin Gainty
Cary- A quick heads up: Standard Binaries wont run under cygwin- There is the possibility of rebuilding with cygwin lib's Martin - Original Message - From: "Christopher Faylor" <[EMAIL PROTECTED]> To: "Cary Lewis" <[EMAIL PROTECTED]> Cc: <[EMAIL PRO

Hosts file

2003-03-25 Thread Martin Gainty
Where does cygwin look for hosts file ? Thanks, Martin -- 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: Hosts file

2003-03-25 Thread Martin Gainty
bother! Thanks, Martin - Original Message - From: "Thorsten Kampe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 25, 2003 10:26 AM Subject: Re: Hosts file > * Martin Gainty (03-03-25 18:07 +0100) > > Where does cygwin look for hosts file ?

Re: Just a suggestion: SWIG probably needs recompilation!?

2003-03-28 Thread Martin Gainty
Herr Doktor- Why are you using 16 bit Windows libraries? Are you on Windows 95 box? Empfehlungen, -Martin - Original Message - From: "Schnörr, Claudius Dr." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 28, 2003 8:14 AM Subject: Just a suggestio

Re: Ping program?

2003-03-31 Thread Martin Gainty
Sam- There is ping source at the Birthplace of the HAL 9000 computer http://tecfa.unige.ch/guides/internet-tools-summary-decemj.html Do a find on ping / source Good Luck, Martin - Original Message - From: "Hopkins, Samuel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]&g

Re: Ping program?

2003-03-31 Thread Martin Gainty
Igor makes a good point if you have any intervening nodes (Routers) which block ICMP packets then your ping will not be successful Once you get the source compiled ...ping localhost first then ping out from the known base. -Martin - Original Message - From: "Igor Pechtchanski&quo

Re: Big Brother is Real

2003-04-01 Thread Martin Gainty
if XP is such a good OS why did they strip out the JVM? Some of us prefer writing component based Java over heavy and slow monolithic Visual Basic apps. I would purchase XP except I want to Manage my registry instead of Microsoft 'Nuf Said Martin - Original Message - From: "

Re: Big Brother is Real

2003-04-01 Thread Martin Gainty
Linux STILL doesnt have driver support for the latest video cards.. In other words if you're working in Linux keep that VGA card ! -Martin - Original Message - From: "Thorsten Kampe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 01, 2003 9:53

Make shows invalid contents

2003-04-02 Thread Martin Gainty
make: *** [test_libmysqld] Error 1 where is the specification for the garbage line: /usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/ld: ?? (I already checked .profile and its not there) Thank You, Martin - Original Message - From: "Igor Pechtchanski" <[EM

Re: Omniorb 4.0...

2003-04-02 Thread Martin Gainty
Vaillant- What happens when you run "make -n" in source directory? I find deltas between make in cygwin vs make in bash..essentially make *should be* executing the commands displayed by make -n In all porbability this would require research from a knowledgable entity. -Martin

Re: Make shows invalid contents

2003-04-02 Thread Martin Gainty
How do you do that? Martin - Original Message - From: "Igor Pechtchanski" <[EMAIL PROTECTED]> To: "Martin Gainty" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, April 02, 2003 10:20 AM Subject: Re: Make shows invalid contents >

Re: setup.exe troubleshooting snapshot

2003-04-02 Thread Martin Gainty
Rob- How does the unsuspecting public understand what is happening here Does DrWatson pick this up OR is there something in the logfile Regards, Martin - Original Message - From: "Robert Collins" <[EMAIL PROTECTED]> Cc: "Marcel Telka" <[EMAIL PROTECTE

Re: Bug in Cygwin bash?

2003-04-02 Thread Martin Gainty
Would someone who has that talent be dealing with short tempered chits? I dont think so.. -M - Original Message - From: "Randall R Schulz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 02, 2003 8:10 PM Subject: Re: Bug in Cygwin bash? > John, > > Are you a famous co

Re: Export a new function from cygwin1.dll

2003-04-02 Thread Martin Gainty
Vishal- the method has to be declared with __declspec(dllexport) e.g. __declspec( dllexport ) void ExportedFunction(); Keep me apprised, Martin - Original Message - From: "Vishal Jain" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 02, 2003 9:5

where is "make", "more" command?

2003-05-28 Thread martin stone
Hi.. I had installed Cygwin in my W2K workstation, but I can't find those basic command. for example "more", "make" and etc... What should I do? And I found when I su - Administrator, or login Administrator, it always prompt me password incorrect. Why? ___

where is useradd?

2003-05-28 Thread martin stone
Hi.. I can't add a user using useradd command at all, I checked thru all the package the cygwin provided, it doesn't include useradd. What should I do then? __ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.

Re: RPM support (was Re: qmail port successfull)

2003-05-30 Thread Martin Gainty
+1 for ant support Now that ant has support for cc I dont see the use for archaic makefiles Martin - Original Message - From: "Dario Alcocer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 29, 2003 6:35 PM Subject: RPM support (was Re: qmail port s

Re: The standard library version in g++

2003-06-01 Thread Martin Gainty
g++ --version Martin - Original Message - From: "Alex Vinokur" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, May 31, 2003 1:22 PM Subject: The standard library version in g++ > How can we know what is versi

Re: ODBC & PHP4

2003-06-01 Thread Martin Gainty
PHP has a configuration file for this Read http://www.phpbuilder.com/manual/configuration.php for help in Unified ODBC Configuration Directives skål Martin - Original Message - From: "Sven Köhler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 31, 200

Re: [ANNOUNCE] LibXML2 (2.5.7) test packages available

2003-06-01 Thread Martin Gainty
Elfyn- Wheres the doc? Thanks, -Martin - Original Message - From: "Elfyn McBratney" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 31, 2003 7:12 PM Subject: [ANNOUNCE] LibXML2 (2.5.7) test packages available > I have uploaded test packages for

Re: NTsec permissions issue over inet

2003-06-03 Thread Martin Gainty
> > > > > > > > > > > > > > > > > > > Bruce Dobrin wrote: > > > > > > > > Here are the Cygcheck, and Group files, I'll include the my > > > > > (typical) > > > > > > >

Re: at command

2003-06-04 Thread Martin Gainty
Install cron and use crontab -e Martin - Original Message - From: "Chuck" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 04, 2003 9:28 AM Subject: at command > Is there a unix style "at" command for cygwin? I'

ioctls.h

2003-06-30 Thread Martin Gainty
Hello Where can I locate cygwin library header file ioctls.h ? Many Thanks, Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http

rpm

2003-07-01 Thread Martin Gainty
Hello All: Does cygwin support rpm's..perhaps a rpm binary? Many Thanks, Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwi

Dumb Question on GCC

2003-07-01 Thread Martin Gainty
f the compiler from introducing leading _? Many Thanks, Martin -- 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/

Re: Dumb Question on GCC

2003-07-01 Thread Martin Gainty
anything Is there any doc on how this works? Thanks, Martin - Original Message - From: "Elfyn McBratney" <[EMAIL PROTECTED]> To: "Martin Gainty" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, July 01, 2003 5:53 PM Subject: Re: Dumb Question

More on GCC

2003-07-02 Thread Martin Gainty
of `_main' Where is the extra definition of _main coming from? Sorry for the bother, Martin - Original Message - From: "Brian Dessent" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 02, 2003 9:12 AM Subject: Re: example needed pls: `cyg

Re: example needed pls: `cygpath -c '

2003-07-02 Thread Martin Gainty
Not familiar with technical term WTF Your solution for using GCC options was successful. Vielen Danke, -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

inet_addr library

2003-07-02 Thread Martin Gainty
slp_iface.o slp_xcast.o -l commonslpd -o SLPReg.exe slp_iface.o(.text+0x24f):slp_iface.c: undefined reference to [EMAIL PROTECTED]' Which comm library contains [EMAIL PROTECTED] Many Thanks, Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Weird error executing binary in bash

2003-07-03 Thread Martin Gainty
$ slpd ./slpd: 1: Syntax error: "(" unexpected Any ideas what is causing this?? Is this a shell permissions problem? Many Thanks, Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: setup doesnt work at all and searching the archives doesnt work either

2003-07-04 Thread Martin Gainty
Jordan- What happens when you start in Safe Mode? Dont run any other processes Can you give us a dump of what you see? Martin - Original Message - From: "Robert McNulty Junior" <[EMAIL PROTECTED]> To: "Jordan Bortz" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTEC

Restricted

2003-07-07 Thread Martin Gainty
Hello All- Anyone run across the keywork 'restricted'? What does it mean? Many Thanks, -Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/doc

restrict

2003-07-07 Thread Martin Gainty
, fd_set *__restrict __writefds, fd_set *__restrict __exceptfds, const struct timespec *__restrict __timeout, const __sigset_t *__restrict __sigmask) __THROW; #endif I have never seen restrict keyword..any ideas? Thanks, -Martin -- Unsubscribe info: http://cygwin.com/ml

_ansi.h

2003-07-07 Thread Martin Gainty
details. */ #ifndef _SYS_UTIME_H #define _SYS_UTIME_H #ifdef __cplusplus extern "C" { #endif #include <_ansi.h> Any ideas where I can locate _ansi.h? Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/p

#include_next

2003-07-08 Thread Martin Gainty
Could someone please tell me what #include_next is ?? Where is the original definition? Thanks, M -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: ht

namespace problems

2003-07-09 Thread Martin Gainty
// /** @file stringfwd.h * This is an internal header file, included by other library headers. * You should not attempt to use it directly. */ #ifndef _CPP_BITS_STRINGFWD_H #define _CPP_BITS_STRINGFWD_H 1 #pragma GCC system_header #include namespace std { //other stuff commented out unt

Re: [Openslp-devel] namespace problems

2003-07-09 Thread Martin Gainty
As described I am pulling the source from http://www.openssl.org to resolve calls which SLP makes to SSL..I would much prefer to use a SSL library binary but I did'nt see it.. The namespace problem goes away if I rename the calling .c to .cpp (duh!) Martin - Original Message - From: &

Re: configure produces bad makefiles?

2003-07-17 Thread Martin Gainty
Steve Show us the line of code AND the one above it -Martin - Original Message - From: "Biederman, Steve" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 17, 2003 4:10 PM Subject: configure produces bad makefiles? > > I'm trying to build

Re: okay!

2003-07-18 Thread Martin Gainty
Which is? - Original Message - From: "guenter strubinsky" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 18, 2003 5:21 PM Subject: okay! > This solution just screamed at me! > > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports

Problem running emacs under XP

2003-07-19 Thread martin cohen
DIR=C:\WINDOWS WINDOWID=8388622 XAUTHORITY=/home/Marty/.Xauthority _=/usr/bin/env I am sure there is some simple configuration file I am not setting up, since do the same thing worked find on a Win 2000 machine. The only difference, aside from XP vs 2000, is that I had no problems with cygwin on

Re: Problem running emacs under XP

2003-07-19 Thread Martin Gainty
shamelessly copied from "Configuring XWindows" One way to avoid this problem is to allow all connections from the local machine. [root]# xhost +localhost Hth Martin - Original Message - From: "martin cohen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Se

Re: Problem running emacs under XP

2003-07-19 Thread Martin Gainty
Lets start with a known start point do a cygcheck xhost and display the results for us Thanks, -M - Original Message - From: "martin cohen" <[EMAIL PROTECTED]> To: "Martin Gainty" <[EMAIL PROTECTED]> Sent: Saturday, July 19, 2003 3:10 PM Subject: Re

Re: Problem with xinetd as a service

2003-07-20 Thread Martin Gainty
verify [HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/] "native"="C:\\local\\cygwin" regards, Martin To some extent, sanity is a form of conformity. - John Nash PhD MIT/Princeton - Original Message - From: "Jonathan T Wang" &

Re: How to diagnose Cygwin / Windows shutdown problem

2003-07-24 Thread Martin Gainty
Termination request Besides opening and closing the windows I sincerely doubt cygwin is sending or receiving any window events.. Something to think about.. -Martin - Original Message - From: "David Sharp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday,

Re: apache dies with pppoe

2003-07-24 Thread Martin Gainty
Dave get a NAT Server with DHCP Server for your Internal LAN (which handles 'Dynamic Addressing' from ISP) at the DSL interface..Linksys has one for sure. put in an entry into the NAT Table for incoming Port 80 calls to route to the Puter with Apache running (e.g. 192.168.1.100) H

Re: apache dies with pppoe

2003-07-24 Thread Martin Gainty
an IP because it is a DHCP Server) then your transmission will be successful der Trottel! Martin - Original Message - From: "Bill McCormick" <[EMAIL PROTECTED]> To: "Martin Gainty" <[EMAIL PROTECTED]>; "Cygwin" <[EMAIL PROTECTED]> Sent: Thu

Erroneous complaint about being unable to run emacs

2003-07-26 Thread martin cohen
uot; The reason for this is that my McAfee firewall was set (due to my mistake) to not allow emacs to access the internat. This caused the failure above. I do not know why emacs (and other applications, such as xclock) need to access the internet, but allowing them to allows them to ru

Re: Serial Port?

2003-07-27 Thread Martin Gainty
Check out this serial port code from CGF http://sources.redhat.com/ml/cygwin/1999-08/msg00563.html Hth, Martin - Original Message - From: "thors_hammer123" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 27, 2003 11:21 AM Subject: Serial Port? &

Re: missing exported function from cygwin1.dll

2003-07-27 Thread Martin Gainty
What is the missing exported function? -M - Original Message - From: "H Q" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 27, 2003 6:04 PM Subject: missing exported function from cygwin1.dll > > > Hi, > > I've looked through all the faqs and have searched the archives, but

memset manpage error

2003-07-30 Thread Martin Lindhe
It now says: RETURNS `memset' returns the value of M. it should instead say: RETURNS `memset' returns the value of DST. see http://www.fifi.org/cgi-bin/man2html/usr/share/man/man3/memset.3.gz -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: linking with non-cygwin dll

2003-07-30 Thread Martin Gainty
I would go so far as to suggest taking MSVCRT.dll off the path altogether After all why have 2 runtimes? -Martin - Original Message - From: "Igor Pechtchanski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, July 30, 2003

Using forking cygwin programmes with JNI

2003-08-06 Thread GALLWEY Martin
x27;CreateProcess' API method and lots of other stuff, but nothing works as well as pseudo terminal/fork/exec does on Linux. Has anyone got any suggestions? Thank you, Martin IMPORTANT NOTICE: This e-mail and any attachment to it is intended only to be read or used by the named address

Re: Information regarding problem when Windows cannot re-use PID numbers

2003-08-14 Thread Martin Gainty
I would be interested in a listing of ALL Windows programmes which allocate and not free their memory I have noted that when I have more than 12 windows open on my desktop Internet Explorer will GPF. Regards, -Martin - Original Message - From: "Yorick Koster" <[EMAIL P

Setup hangs repetedly

2003-02-01 Thread Martin Magnusson
2003/02/01 13:20:02 compress_bz::error called 2003/02/01 13:23:53 Ending cygwin install / Martin -- 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: Setup hangs repetedly

2003-02-01 Thread Martin Magnusson
local directory"? Yes, same problem when I do it that way. / Martin -- 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: Setup hangs repetedly

2003-02-01 Thread Martin Magnusson
w. I'll post again if that fixes the problem. / Martin -- 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: Setup hangs repetedly

2003-02-01 Thread Martin Magnusson
eck go OK? Yes, all of the MD5sum checks go OK. I also just scanned my hard drives again (including the free space) with NDD, and it didn't report any problems. / Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs

GCC-3.2 problem: undefined ___gxx_personality_v0

2003-03-05 Thread Martin Wolters
"cygwin1.dll" v0.0 ts=2003/2/8 18:10 C:\WINDOWS\SYSTEM\KERNEL32.dll (already done) gcc (GCC) 3.2 20020927 (prerelease) _______ Martin Wolters | Senior Research Engineer

  1   2   3   4   5   >