Re: Cannot compile my first Cygwin program

2002-10-29 Thread Elfyn McBratney
I am trying to compile my first cygwin application. Here is my command line: gcc -I /cygwin/usr/include/sys test.c -o test.exe Try this instead: gcc -I/cygwin/usr/include test.c -o test.exe or gcc test.c -o test.exe -I/cygwin/usr/include (by the way you don't need to add the .exe on the

Re: Problem with X11 include files

2002-11-01 Thread Elfyn McBratney
Hi, I think you had similar problems a few days ago...? Your include line is a bit mashed to say the least. Im taking a shot in the dark here but guessing your running gcc/other under cygwin hense the `$'. So the first problem is that /d:cygwin doesn't exist and will never exist. If your

Re: [ANNOUNCEMENT] Updated: OpenSSH-3.5p1-1

2002-11-07 Thread Elfyn McBratney
If you check your /var/log/sshd.log you might see that the permissions are too open on your key files... Elfyn [EMAIL PROTECTED] --- [EMAIL PROTECTED] From: Karl M [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [ANNOUNCEMENT] Updated:

Re: question: how do I find information about functions (params, return values,etc)

2002-11-08 Thread Elfyn McBratney
Hey, Try using google, http://www.google.com/search?hl=enie=ISO-8859-1q=using+pthread_cond_init%28%29 On the first link youll find what you need. Elfyn From: Viviana Cotirlea [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: question: how do I find information about functions (params, return

Re: [Problem] Compile KVM on Windows using Cygwin

2002-11-27 Thread Elfyn McBratney
Hi, Im not sure exactly what your compiling (a java compiler maybe? if so you could use gcj as an alternative). Can anybody help to solve this problem? Or somebody has similiar experiences? Any reply will be appreciated. My environment: 1. Windows 2000 2. Cygwin 2.249.2.5 with gcc 3.2.2 3.

Re: cygwin telnet issues from dos prompt tera term

2002-11-27 Thread Elfyn McBratney
Hi, The sounds like the wrong cr/lf combo is being sent, in other words sending two linefeeds. Try changing the settings in tera term. What happens with the windows telnet client ($WINDIR\system32\telnet.exe)? Elfyn [EMAIL PROTECTED] Greetings Cygwin Support, I have successfully installed

Re: how to be superuser on W98 ?

2002-11-28 Thread Elfyn McBratney
Hi, Because there is a lack of a security model in win9x (95,98,Me) the user logged in is effectively the su (superuser). If im understanding you correctly, you mean you cant see /usr/lib when you ls / (???) Can you see usr? Take a look at the manual, this will give you more info on this

Re: how to be superuser on W98 ?

2002-11-29 Thread Elfyn McBratney
There is no root account, Unless your windows username ir root or you have changed the pw_name field in /etc/passwd to be root. Elfyn [EMAIL PROTECTED] What happened to the root account? Elfyn McBratney ([EMAIL PROTECTED]) wrote*: Hi, Because there is a lack of a security model in win9x

Re: NTP server?

2002-11-29 Thread Elfyn McBratney
Hi, I have been able to compile the latest (4.1.1) with some changes to the source (mainly headers). It is not yet production code but can be compiled OOTB after a few changes. If you really want to compile this yourself under cygwin I'll provide a patch file, But running the daemon in native

Re: gcc, cygwin, jni headers

2002-11-29 Thread Elfyn McBratney
Hi, Ive seen one other post on this topic but there were no replies. Maybe Ill be more lucky. Im trying to compile a simple dll using gcc and cygwin. Something very similar to below used to work on dos and mingw but now Im geting loads of errors as gcc tries to compile some headers?! Below is my

Re: gcc, cygwin, jni headers

2002-11-29 Thread Elfyn McBratney
Sorry i hust saw this on the net: http://www.xraylith.wisc.edu/~khan/software/gnu-win32/README.jni.txt Theres a bit about changing the header files, Maybe this will help. Elfyn [EMAIL PROTECTED] Hi, Ive seen one other post on this topic but there were no replies. Maybe Ill be more lucky. Im

Re: Cygwin official logo ?

2002-11-29 Thread Elfyn McBratney
I think the linux pengu should stay with them. I do like the idea for a koala. Is anyone a good drawer? Elfyn [EMAIL PROTECTED] How about a penguin looking through a window? The penguin is from http://www.isc.tamu.edu/~lewing/linux/ which says Permission to use and/or modify this image is

Re: cmd.exe as telnetd login shell: mode con LINES=24 COLS=80 has no effect..

2002-11-29 Thread Elfyn McBratney
Hi, pls excuse me for restarting/updating my own unanswered thread.. Hello: A couple of people that insist on using cmd.exe as their login shell when they telnet or ssh to our w2kserver. When the login shell is set to /cygdrive/c/winnt/system32/cmd, and putty is the telnet client:

Re: cygwin official logo ?

2002-11-29 Thread Elfyn McBratney
An otter sounds nice. Could it at least be an otter sitting on Bill Gates face? Joking aside, I have an clear photo of an otter, if anyone wants to use it to develop a logo. It was taken by me so there is no copyright infingements. On Fri, Nov 29, 2002 at 01:39:39PM +0100, Corinna Vinschen

Re: cygwin + Apache out of the box: dlopen: Win32 error 126

2002-11-29 Thread Elfyn McBratney
Hi, What does line 237 of httpd.conf contain? Does libphp4.dll exist in /usr/lib/apache? Run the below and see if you have all of the dll's that are printed out by cygcheck: Cygwin cygcheck /usr/lib/apache/libphp4.dll If you have everything you need your next step should be to rebase the

Re: cygcheck - cannot open dll (but it's right there)

2002-11-29 Thread Elfyn McBratney
weird. I recall using posix paths before with cygcheck... Cheers Max Elfyn McBratney [EMAIL PROTECTED] Elfyn McBratney [EMAIL PROTECTED] wrote: [root@webdev]:{374}:% cygcheck /bin/cygwin1.dll /bin/cygwin1.dll - Cannot open max@POMELLO [~/devel/cygsetup/setup] $ cygcheck `cygpath -w /bin

Re: cygwin + Apache out of the box: dlopen: Win32 error 126

2002-11-29 Thread Elfyn McBratney
whats up with that. What cygwin version are you running under? When did you last update? From what I can remember php requires bz2, zlib, postgresql and expat (or is it libxml2?) packages be installed. Are they? Elfyn [EMAIL PROTECTED] Let's do the things step by step: Elfyn McBratney [EMAIL

Re: cygwin + Apache out of the box: dlopen: Win32 error 126 (Finallyworking!!)

2002-11-29 Thread Elfyn McBratney
Hi, I recall, when reading into this, the bzip2 package maintainer (Charles Wilson I think) said not to copy dll's to satisfy dependencies and also that cygbz21.0.dll is part of the libbz2 package. [snip]... Elfyn [EMAIL PROTECTED]

Re: .dll.a, .dll files and other questions

2002-11-29 Thread Elfyn McBratney
Hi, Hi folks, Just had a couple of questions. Attempting to head off a problem at the pass... When using gcc -shared, what is default output (ie. what is expected from gcc -shared in order to read the .dlls/shared files) by Cygwin? Im not sure exactly what you mean. The gcc `-shared' option

Re: Another cygrunsrv question

2002-12-09 Thread Elfyn McBratney
I've got a perl script I use for just this, listing services on a server. It requires NT = 4, win32 perl or cygwin perl with Win32.pm and the al library. I've attatced it to this post. It shouldn't be too hard to add this functionality to cygrunsrv should it? Elfyn [EMAIL PROTECTED] ---

Re: Postgresql build fails ...

2002-12-10 Thread Elfyn McBratney
Hi, You've got what you need to compile DBD::PG with /bin/pq.dll. You may have to synlink but I can't remember what the prefix is. Try: $ ln -s /bin/pq.dll /bin/cygpq.dll The above name may be wrong, check the list archives, but we've been using the DBD::PG mod at work since I started with

Re: MS_types and addr_t name polution

2002-12-11 Thread Elfyn McBratney
Hi, The addr_t type is used in memory managment (memory addresses??) in /usr/include/sys/mman.h. If you plan on using this (or is already on the code, mman.h i mean) you may have problems. What is the type of your addr_t? is it type char of * (pointer)? If the code is open source you can just

RE: pipe improvements in snapshot

2002-12-11 Thread Elfyn McBratney
I've also been using kde (Kmail), gzip with piped input, cat, less and also a few other tailor made apps with no problems. If anything it's a bit faster ;) Elfyn [EMAIL PROTECTED] --- Ralf Habacker [EMAIL PROTECTED] wrote: Please check out the latest snapshot and report here if there are

RE: pipe improvements in snapshot

2002-12-11 Thread Elfyn McBratney
Sorry I forgot to metion I'm using windows 2000 pro/adv. server and windows xp home/pro. Elfyn [EMAIL PROTECTED] --- Elfyn McBratney [EMAIL PROTECTED] wrote: I've also been using kde (Kmail), gzip with piped input, cat, less and also a few other tailor made apps with no problems. If anything

Re: [SCRIPT] Windows system dll function addresses

2002-12-13 Thread Elfyn McBratney
Cool this is exactly what I need to debug something I've written. I had a gui app that did this but it was *very* slow... Thanks for sharing ;) Elfyn [EMAIL PROTECTED] --- Joe Buehler [EMAIL PROTECTED] wrote: Sometimes it is useful to be able to tell what Windows DLL functions are at the top

Re: Cygwin Network Programming Problem

2002-12-13 Thread Elfyn McBratney
Hi, I tried your source, looks o.k. at first glance, and it works perfectly. I tried to reproduce your problem, about 10 times, and I always got: Hello, world! Connection closed Are you using the latest dll? Elfyn [EMAIL PROTECTED] --- Parker, Ron [EMAIL PROTECTED] wrote: I have taken

Re: find -exec broken??

2002-12-13 Thread Elfyn McBratney
Hi, What problem are you getting? I tried the your example on my system with and without the -ok arg ommitted: [root@webdev]:{512}:% find . -type d -maxdepth 1 . ./elfyn-tests ./src [root@webdev]:{510}:% find . -type d -maxdepth 1 -ok ls -al {} \; ls ... . ? yes total 5897 drwxrwxrwx+

Re: Problems downloading and installing the basic package

2002-12-14 Thread Elfyn McBratney
Hi, When you download the packages, put them on a cd, do you get problems with the directories created by setup? This has caused problems for me and others, FYI there's a thread either early this month or late last month that goes into this a bit more called How to make setup.exe download

Re: htdig

2002-12-16 Thread Elfyn McBratney
Hi, You will need to download the source distribution of htdig and compile it yourself. You can get the source from http://htdig.org/where.html. Hint on installing: $ cd /tmp $ wget http://www.htdig.org/files/htdig-3.1.6.tar.gz $ tar zxf htdig-3.1.6.tar.gz $ ./configure

Re: Problems with fetchmail and ping

2002-12-19 Thread Elfyn McBratney
Have you installed ICS or any firewall software? If so this will explain: http://support.microsoft.com/default.aspx?scid=KB;en-us;q316414 Elfyn [EMAIL PROTECTED] --- David E. Bath [EMAIL PROTECTED] wrote: I had everything working well with my fetchmail setup. Then without making any changes

Re: Apache + PHP

2002-12-19 Thread Elfyn McBratney
Check you have all of the required dll's: $ cygcheck $(cygpath -w /lib/apache/libphp4.dll) The above outputs a windows path list containing the dll's required by libphp4. Concentrate on the ones in your cygwin root directory. If you have all of your required dll's then your next step should be

Re: How to link the following library under Cygwin?

2002-12-20 Thread Elfyn McBratney
Try this: $ gcc -o test -L. libmetis.a initialize.c You need to include the static archive into your image. I'm pretty sure the -l{} only applies to shared libraries. Elfyn [EMAIL PROTECTED] --- Zhaosong Lu [EMAIL PROTECTED] wrote: Dear all, I dowload one graph partition package called

Re: retval of pipelined cmd in bash

2002-12-20 Thread Elfyn McBratney
Hello Soren, What you need is the $? variable. The simplest testcase would be this: rt.c int main() { return(21); } [root@webdev]:{509}:% gcc rt.c -o rt [root@webdev]:{510}:% ./rt [root@webdev]:{511}:% echo $? 21 [root@webdev]:{512}:% Elfyn [EMAIL PROTECTED] --- Soren A [EMAIL

Re: system cpu 99% when doing ls -CFs on W2K laptop

2002-12-29 Thread Elfyn McBratney
--- Xiangjiang Ma [EMAIL PROTECTED] wrote: ... cd /c/ ls (always okay) ls -s (always okay) ls -s (always okay) cd /tmp ls (always okay) ls (always okay) ls -s (okay most of times) ls -s (System CPU 100%, cannot stop by Ctrl-C) Any clue. ... CYGWIN = `nesec' Should ne

Re: system cpu 99% when doing ls -CFs on W2K laptop

2002-12-29 Thread Elfyn McBratney
When you say true ls.exe what do you mean? If your talking about the one that came with cygwin, stock ls, then it's going to use the cygwin1.dll. I tried your testcase and did it so much my bash history is at 1039. All worked perfectly. I don't suppose you have some *large files* in your /tmp

Re: setitimer failure

2002-12-30 Thread Elfyn McBratney
Doesn't setitimer require two struct's as it's last two arguments? Have you checked the setitimer(2) manpage to make sure your using the function correctly? Although it's not included with cygwin you can find it on google. Perhaps you could send along the source of the file your trying to get

Re: convert utility

2003-01-02 Thread Elfyn McBratney
It seems my mail didn't get through to the list. I've never heard of a mail taking 2 days to get through the MTA... Have you by any chance looked at the main cygwin (http://cygwin.com/) homepage? As you'll see on the right-hand side ImageMagick 5.4.6

__RUNTIME_PSEUDO_RELOC_LIST[_END]__ (1.3.18-1)

2003-01-02 Thread Elfyn McBratney
The pseudo reloc is a new addition to cygwin-1.3.18-1. Taken from the release announce (http://www.cygwin.com/ml/cygwin-announce/2002-12/msg00031.html) - Implement pseudo reloc code which now allows transparent linking of dlls similar to UNIX. (Egor Duda) What problems are you experiencing?

Re: gcc and libtiff, maybe a newbie question

2003-01-02 Thread Elfyn McBratney
Hi, The problem is partially due to where the -lname bits are. They should be put at the end of the line (after all options and stuff). You also needed to include libz (-lz) and libjpeg (-ljpeg). This worked for me: $ gcc -static -o tifft tifft.c -lm -ltiff -ljpeg -lz P.s. I renamed your file

Re: __RUNTIME_PSEUDO_RELOC_LIST[_END]__ (1.3.18-1)

2003-01-02 Thread Elfyn McBratney
' and attatch that file, *non-compressed*. Elfyn [EMAIL PROTECTED] --- Tim Prince [EMAIL PROTECTED] wrote: - Original Message - From: Elfyn McBratney [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, January 02, 2003 4:04 PM Subject: __RUNTIME_PSEUDO_RELOC_LIST

Re: inetd on Windows NT

2003-01-03 Thread Elfyn McBratney
If you have only installed inetd (the inetutils package) via the installer (setup.exe) then there is still a bit you have to do. Consult /usr/doc/Cygwin/inetutils-1.3.2.README for installation instructions. Elfyn [EMAIL PROTECTED] --- [EMAIL PROTECTED] (Stefan Frings) wrote: Hello, I'm missing

Re: Setup vertical scrollbar doesn't display

2003-01-03 Thread Elfyn McBratney
It's already there ;-) Sorry for the confusion but my mail client decided remove the [EMAIL PROTECTED] notation because of mixed `;' bits... Elfyn [EMAIL PROTECTED] --- Max Bowsher [EMAIL PROTECTED] wrote: Shankar Unni wrote: Elfyn McBratney wrote: Redirecting to the correct mailing-list

Re: Re: help for compiling problem!

2003-01-05 Thread Elfyn McBratney
next job is to produce the symbolic soft qepcad. but the undefined reference error comes up. any suggestions. error: main.c: undefined reference to '_setlinebuf' Does main.c include stdio.h? stdio.h (in /usr/include) is where setlinebuf() is defined. Oh no, someone has chopped up Igor's

RE: Repost, different list...File::Spec, Cygwin, Syntactic vs. Semantic path analysis

2003-01-06 Thread Elfyn McBratney
If a user calls the 'normalize' function, it should convert it to \ -- since that is the OS standard/default -- HOWEVER... I tend to agree that as windows uses the back-slash as a default path seperator so should `normalize' but also in the interest of compatability with windows 95 (in dos

RE: Repost, different list...File::Spec, Cygwin, Syntactic vs. Semantic path analysis

2003-01-06 Thread Elfyn McBratney
for FREE! Get [EMAIL PROTECTED] w/No Ads, 6MB, POP more! http://www.everyone.net/selectmail?campaign=tag ---BeginMessage--- On Mon, 2003-01-06 at 19:30, Elfyn McBratney wrote: Although the win32 api supports both one takes more work as paths containing forward-slashes are converted to back

Re: _regcmp where is regular expression library?

2003-01-06 Thread Elfyn McBratney
Hi, What you'll be needing is the regcomp() routine: extern int regcomp(regex_t *, const char *, int); The regexp routines (reg{comp,error,exec,free}) are built into cygwin (posix_reg*) so you don't need to link in with an additional library. Elfyn [EMAIL PROTECTED] --- Robert Bercik [EMAIL

Re: where the %^$ is dirname() and basename()

2003-01-07 Thread Elfyn McBratney
From your subject I'm wondering if your talking about syscalls? If you are then they do not exist. If you're not, and your talking about programs (basename|dirname.exe), then you'll need to install the sh-utils package (install via setup.exe) to get them. Elfyn [EMAIL PROTECTED] --- Robert

Re: where the %^$ is dirname() and basename()

2003-01-07 Thread Elfyn McBratney
From your subject I'm wondering if your talking about syscalls? If you are then they do not exist. If you're not, and your talking about programs (basename|dirname.exe), then you'll need to install the sh-utils package (install via setup.exe) to get them. I should have been a bit more clear. What

Re: General comments...

2003-01-08 Thread Elfyn McBratney
There is one thing that I find almost annoying with the setup utility. At a certain point it feels VERY slow; when the list of packages to download/install is about to open up. This may take anything from a little while to ages to open (No, I haven't measured time so far). As there is NO

RE: Repost, different list...File::Spec, cygwin, Syntactic vs. Semantic path analysis

2003-01-09 Thread Elfyn McBratney
Ok, did I mention POSIX? Posix != Unix. So what's your point? I've been on multiple unices [bogus latinization, but unix's doesn't roll of the tongue nearly so well]: sun, hp, sgi, linux, xenix, sco, others I don't remember. I don't recall // being anything other than / on any of

Re: why is hostname(1) output in UPPERCASE?

2003-01-10 Thread Elfyn McBratney
The computer name that hostname(1) returns is the one the Win32 API returns. I'm not sure if this can be looked upon as a bug as cygwin gets the computer-name from win32 syscalls and hostname(1) gets the name from cygwin... Are you sure your computer name isn't set in capitals? Are you using

Re: mean grumpy (cygwin path analysis)

2003-01-11 Thread Elfyn McBratney
My configuration problem? Try *your* broken list manager that allows posting from list outsiders! Pblblblblblt!I mean, many users, realizing their mistake of using the wrong account, would just resend it under the correctly subscribed address -- perfectly normal list behavior, but

Re: Updated: OpenSSH-3.5p1-3

2003-01-11 Thread Elfyn McBratney
When attempting to install this update I get an error message saying that cygwin1.DLL is not installed. Where do I get it and how do I install it, since the automated install process can't? Do you have the path to your cygwin bin directory in your path? eg. c:\cygwin\bin? If not if you add

Re: /sbin/genksyms

2003-01-12 Thread Elfyn McBratney
I looked for this utility in Setup search could'nt find it. Would any one know in which pkg, this sbin utility would be ? genksyms is a linux kernel module support binary and is not distributed with cygwin. Elfyn [EMAIL PROTECTED] -- Unsubscribe info:

Re: Setting up cvs on Windows 2000

2003-01-12 Thread Elfyn McBratney
The problem is in trying to set up my system to behave as a cvs server with pserver. If I do a telnet localhost 2401, I get connected to [computername] Escape character is '^]'. Connection closed by foreign host When you telnet to port 2401 (the pserver) your not supposed to actually get a

Re: Setting up cvs on Windows 2000

2003-01-12 Thread Elfyn McBratney
Unless something has changed that escaped my attention, what has repeatedly been stated here (though no time very recently) is that Cygwin CVS does not support the pserver access mode. The recommendation has been to use the external access mode via SSH. Aaaah I didn't know that :( The reason

Re: BSOD on cygwin

2003-01-12 Thread Elfyn McBratney
Curiously, cygcheck -s -v -r gave me output the first time I ran it. Afterwards, running the command simply gives me no output at all - it simply runs silently and comes back. Im not sure why this is so - I was pretty sure it was supposed to repeat the information everytime I ran it. I hope

Re: Cannot create a file when that file already existsinstallation problem

2003-01-15 Thread Elfyn McBratney
. Elfyn [EMAIL PROTECTED] - Original Message - From: Robert Collins [EMAIL PROTECTED] To: Elfyn McBratney [EMAIL PROTECTED] Cc: cygwin [EMAIL PROTECTED]; Lawlor, Jonathan [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, January 15, 2003 10:04 PM Subject: Re: Cannot create a file when

Re: cygrunsrv and apache

2003-01-15 Thread Elfyn McBratney
cygrunsrv -I apache -d Cygwin apache -p /usr/sbin/httpd -a -k -e CYGWIN=ntsec nosmbntsec binmode tty cygrunsrv -S apache cygrunsrv: Error starting a service: QueryServiceStatus: Win32 error 1062: The service has not been started. Unless I'm unaware of changes made recently

Re: cygrunsrv and apache

2003-01-15 Thread Elfyn McBratney
Stipe, I have the correct permissions (log files owned by system (the SYSTEM user) and even tried with the config files and modules too) and I was still getting error 1062. I ended up giving in to the windows version. Is there any way this can be degugged? If so I'd be happy too help ;-) Elfyn

Re: setup.exe hangs if disk is full

2003-01-15 Thread Elfyn McBratney
Redirecting to the correct mailing list. Hello cygwin gurus, If the installed partition becomes full during install, setup.exe hangs without any notice, and eventually aborts. Event log shows: The application,, generated an application error The error occurred on 01/15/2003 @

Re: Cannot create a file when that file already exists installation problem

2003-01-15 Thread Elfyn McBratney
Redirecting this to the correct list. - Original Message - From: Lawlor, Jonathan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 15, 2003 9:47 PM Subject: Cannot create a file when that file already exists installation problem Hello, I'm trying to upgrade my Cygwin

Re: cygrunsrv and apache

2003-01-16 Thread Elfyn McBratney
you should be checking what /var/log/apache/error_log is reporting. Sorry for the late reply. The error_log contains the usual startup/shutdown messages and nothing serious that would indicate that apache is not operating correctly. Another option is the module rebasing clash. But you said you

Re: cygrunsrv and apache

2003-01-16 Thread Elfyn McBratney
Igor, Just for kicks, did you try starting Apache from a SYSTEM-owned shell? I posted instructions on how to get one to this list a couple of months ago. It'd be interesting to know whether it works. Certainly would eliminate some variables from the equation (i.e., the username). I cant

Re: cygrunsrv and apache

2003-01-16 Thread Elfyn McBratney
To do it with no extra tools, you can do run at hh:mm /interactive cmd, with hh:mm being the next minute. Then you just have to wait for the Task Scheduler to give you your shell when the clock ticks over. Cheers Max and Igor, neat little trick. I just tried starting the service as the system

Re: cygrunsrv and apache

2003-01-16 Thread Elfyn McBratney
Did you try running apache from the SYSTEM command line? Yeah, same as usual... Working!?! I don't know much about apache, but when in similar circumstances with ssh, I turn debugging up to maximum, and look at /var/log/servicename.log. Apache has its own logs that it might be worthwhile to

Re: build php4.3.0 as a module for apache_1.3.27 (Cygwin) fail

2003-01-16 Thread Elfyn McBratney
The only way you can build php-apache OOTB (well sort of) is by using the sources provided with cygwin, downloaded/installed by setup.exe. The source package contains a few patches and a utility to create the dll which the stock release (4.3.0) does not contain. cd apache-1.3.27 ./configure cd

Re: Porting GridEngine, almost there, just need some help linking...

2003-01-19 Thread Elfyn McBratney
./librmon.a(rmon_macros.o)(.text+0xae0):rmon_macros.c: undefined reference to `_shmget' Ian, Do you have cygipc installed? I am presuming so as you have the headers (or do they default in cygwin?) installed so you needed to pass `-lcygipc' to the linker when your compiling or put it in the

Re: Cron Problems

2003-01-22 Thread Elfyn McBratney
, No error.) but the process cron appeared. Your problem is that your not passing the -D (Do not kill off parent process; which allows cron to be used by the service manager) option. So you need to append `-a -D' to your cygrunsrv line when installing cron. Regards, Elfyn McBratney [EMAIL PROTECTED

Re: Cron Problems

2003-01-22 Thread Elfyn McBratney
is started it is started with those arguments. For example, taken from cron.README: $ cygrunsrv -I cron -p /usr/sbin/cron -a -D Regards, Elfyn McBratney [EMAIL PROTECTED] www.exposure.org.uk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http

Re: Tastatur Problem: rxvt und less/vi

2003-01-23 Thread Elfyn McBratney
Hallo, Versuchen Sie, ' - backspacekey ^H ' zu verwenden, wenn Sie rxvt beginnen. My German is very rusty so please any mistakes. Regards, Elfyn McBratney [EMAIL PROTECTED] www.exposure.org.uk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http

Re: Tastatur Problem: rxvt und less/vi

2003-01-23 Thread Elfyn McBratney
And so is outlook express ;-) Ich bedeutete '-backspacekey ^H' Regards, Elfyn McBratney [EMAIL PROTECTED] www.exposure.org.uk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com

Re: How can I set up users?

2003-01-23 Thread Elfyn McBratney
users are treated under Cygwin? Yes! There's the user manual and the faq all of which can be found on the cygwin site: http://cygwin.com/cygwin-ug-net/cygwin-ug-net.html http://cygwin.com/faq/ Regards, Elfyn McBratney [EMAIL PROTECTED] www.exposure.org.uk -- Unsubscribe info: http

Re: libpcap cygwin....

2003-01-25 Thread Elfyn McBratney
this will even work as I have never toyed with pcap'ness under cygwin. Regards, Elfyn McBratney [EMAIL PROTECTED] www.exposure.org.uk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com

Re: Cygwin 1.3.19 Windows 2000 Professional SP3 bash $home /usr/bin/%USERPROFILE%

2003-01-25 Thread Elfyn McBratney
way getting rid of it should't be a problem and should give you back your good ol' posix home path back. Regards, Elfyn McBratney [EMAIL PROTECTED] www.exposure.org.uk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html

Re: Cygwin 1.3.19 Windows 2000 Professional SP3 bash $home /usr/bin/%USERPROFILE%

2003-01-25 Thread Elfyn McBratney
yourself in your home directory when you start bash. I would still prefer that Cygwin Bash work correctly from a clean install. It does for some :-) Regards, Elfyn McBratney [EMAIL PROTECTED] www.exposure.org.uk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting

Re: xml:parser install fails

2003-01-26 Thread Elfyn McBratney
with status 1 You don't appear to have w32api installed on your system. Return to setup and install the w32api package and see if that helps you. P.S. cygcheck output wouldn't go a miss. Attatch the output of `cygcheck -svr' as a *non-compressed* plain-text attatchment. Regards, Elfyn McBratney

Re: SFU

2003-01-26 Thread Elfyn McBratney
to people trying to have cygwin co-exist with Interix. Regards, Elfyn McBratney [EMAIL PROTECTED] www.exposure.org.uk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ

Re: bash doesn't find /tmp

2003-01-26 Thread Elfyn McBratney
-text attatchment. Also do you have your environment set-up correctly?... Just thinking did you install cygwin for a single user or for the whole system? Regards, Elfyn McBratney [EMAIL PROTECTED] www.exposure.org.uk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug

Re: xml:simple install fails

2003-01-26 Thread Elfyn McBratney
an xml store and load cache then download the Storable perl module. Is it one of the package under cygwin? can anyone help me? thanks alot! No, Test-Simple does not come with cygwin (perl). You will need to install it/them yourself. Regards, Elfyn McBratney [EMAIL PROTECTED] www.exposure.org.uk

Re: libpcap cygwin....

2003-01-26 Thread Elfyn McBratney
the kernel drivers as they are too dependent on MSVC. FYI I downloaded version 2.3 of the source zip. Regards, Elfyn McBratney [EMAIL PROTECTED] www.exposure.org.uk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html

Re: [bug] strace 1.21 --output does not accept directory

2003-01-26 Thread Elfyn McBratney
I was under impression that strace would accept a directory component: It does ;-) Only not what you may have expected. strace is a native windows application and does not understand posix paths. Regards, Elfyn McBratney [EMAIL PROTECTED] www.exposure.org.uk -- Unsubscribe info: http

Re: dup(/dev/pipew) failed, handle 3C, Win32 error 6

2003-01-27 Thread Elfyn McBratney
) and see if that fixes this problem. Regards, Elfyn McBratney [EMAIL PROTECTED] www.exposure.org.uk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http

Re: libpcap cygwin....

2003-01-27 Thread Elfyn McBratney
are the import libs then you can use winpcap which once compiled will produce wcap.dll and libpcap.a . english is not my native language My native language is computers so were both on a lim :-) Regards, Elfyn McBratney [EMAIL PROTECTED] www.exposure.org.uk -- Unsubscribe info: http

Re: strange characters in Xterm (in X-window)

2003-01-28 Thread Elfyn McBratney
(your prompt). If you change your shell in /etc/passwd to bash (/bin/bash) this will go away. Regards, Elfyn McBratney [EMAIL PROTECTED] www.exposure.org.uk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation

Re: su command ?

2003-01-29 Thread Elfyn McBratney
, and change the Install For setting to All Users. Keep next'ing through setup and setup should say something along the lines of nothing to be done. when you've finished reboot your machine and see if this fixes it. Appolagies if im rambling up the wrong tree as it were ;-) Regards, Elfyn

Re: ViewCVS problems

2003-01-29 Thread Elfyn McBratney
(?) AFAIKS in the latest snapshots. Also what heppens if you roll back to cygwin-1.3.18-1? Regards, Elfyn McBratney [EMAIL PROTECTED] www.exposure.org.uk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation

Re: ViewCVS problems

2003-01-29 Thread Elfyn McBratney
-semantics (?) From the Cygwin changelog, the only changes I see which mention fork are in mmap and pthread. It doesn't seem likely that either would be responsible for this problem. Whps :-) I saw a tone of ltp additions to do with fork and jumped the gun. Regards, Elfyn McBratney [EMAIL

Re: ViewCVS problems

2003-01-29 Thread Elfyn McBratney
, Elfyn McBratney [EMAIL PROTECTED] www.exposure.org.uk -- 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: ViewCVS problems

2003-01-29 Thread Elfyn McBratney
That sounds like it's the culprit. If you rebase your python dll's that should fix-up. Marcus must rebase *all* DLLs not just the Python ones. Jason Again with my big foot :( Sorry! Regards, Elfyn McBratney [EMAIL PROTECTED] www.exposure.org.uk -- Unsubscribe info: http

Re: Setup hangs repetedly

2003-02-01 Thread Elfyn McBratney
;-) Regards, Elfyn McBratney [EMAIL PROTECTED] www.exposure.org.uk -- 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: bash $PS1 (display error)

2003-02-01 Thread Elfyn McBratney
, Elfyn McBratney [EMAIL PROTECTED] www.exposure.org.uk -- 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: bash $PS1 (display error)

2003-02-01 Thread Elfyn McBratney
If not, Sorry for buttin-in...I'll but-out now ;-) Sorry, read the thread now! Regards, Elfyn McBratney [EMAIL PROTECTED] www.exposure.org.uk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http

Re: Setup hangs repetedly

2003-02-01 Thread Elfyn McBratney
On Sat, Feb 01, 2003, Elfyn McBratney wrote: I've removed cygwin as its too alpha for my use. ^^^[*] This is probably why most experienced users recommend using one of the beta releases, in particular b19. There are no problems using

Re: cross compiling

2003-02-01 Thread Elfyn McBratney
for cygwin. Regards, Elfyn McBratney [EMAIL PROTECTED] www.exposure.org.uk - Original Message - From: David Means To: thomas Sent: Sunday, February 02, 2003 12:11 AM Subject: Re: cross compiling Do I understand correctly that you want to compile (on a linux machine) a program that makes

Re: missing make

2003-02-01 Thread Elfyn McBratney
re-install it, and if nake still doesn't show then reply with the output of `cygcheck -svr' at a *non-compressed* plain text attachment. Regards, Elfyn McBratney [EMAIL PROTECTED] www.exposure.org.uk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http

Re: cross compiling

2003-02-01 Thread Elfyn McBratney
of his wisdom? :) I dowt that ;-) Regards, Elfyn McBratney [EMAIL PROTECTED] www.exposure.org.uk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ

Re: cross compiling

2003-02-01 Thread Elfyn McBratney
+to+a +build+a+cygwin+cross+compiler+on+linux how to build a cygwin cross compiler on linux. Some are even appearing on s.r.c, not suprising tho... Regards, Elfyn McBratney (fish throwerhmm maybe not^H^H^H^H^H^H^H) [EMAIL PROTECTED] www.exposure.org.uk -- Unsubscribe info: http

Re: missing make

2003-02-01 Thread Elfyn McBratney
re-install it, and if make still doesn't show then reply with the output of `cygcheck -svr' at a *non-compressed* plain text attachment. Regards, Elfyn McBratney [EMAIL PROTECTED] www.exposure.org.uk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http

Re: [RFC]: Meet Cyppy, the irritating Cygwin mascot!

2003-02-01 Thread Elfyn McBratney
play with it in photoshop? I'm way to lazy to find it on the net and it's one of those nights where I'm still working gone 3am(tm)... :-) Regards, Elfyn McBratney [EMAIL PROTECTED] www.exposure.org.uk cygwin.com/faq/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug

  1   2   3   4   5   6   7   8   9   >