Re: importlibraries names

2003-08-26 Thread Gerrit P. Haase
Hallo Corinna, On 2003-08-26 17:24 Corinna wrote: > [This isn't xfree-related. Redirected to [EMAIL PROTECTED] > On Tue, Aug 26, 2003 at 04:15:50PM +0200, Gerrit P. Haase wrote: Would it be a problem to create the symlinks to be libxyz.a instead of libxyz.dll.a in future releases or us

Re: postgres help

2003-08-26 Thread Jonathan Simms
Wow. I'm glad that worked for you. I'd tried that and it didn't work for me. - Original Message - From: "Jason House" <[EMAIL PROTECTED]> To: "Jonathan Simms" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, August 25, 2003 4:24 PM Subject: Re: postgres help > Well, deleting cy

Re: Where is libpopt package?

2003-08-26 Thread Igor Pechtchanski
On Tue, 26 Aug 2003 [EMAIL PROTECTED] wrote: > Hi - > > I'm trying to install cygwin and I have an unreliable internet connection. > I've downloaded most of the packages from the release/ directory, but > after running setup.exe and pointing it at my c: repository, I got a > message that it could

Where is libpopt package?

2003-08-26 Thread waxmop
Hi - I'm trying to install cygwin and I have an unreliable internet connection. I've downloaded most of the packages from the release/ directory, but after running setup.exe and pointing it at my c: repository, I got a message that it couldn't find cygpopt-0.dll. I used the search packages page

Re: crypt function undeclared!!!

2003-08-26 Thread Igor Pechtchanski
One thing that might help is issuing the failing compile command with a -E gcc flag instead of -c to get the result of the preprocessor (on stdout). You can then see if the declaration of crypt() actually makes it into the preprocessed source. Igor On Tue, 26 Aug 2003, Ivan Hernandez wrote

Re: sorry about the spam

2003-08-26 Thread Michael A Chase
On Mon, 25 Aug 2003 22:49:35 -0400, Christopher Faylor wrote: > I just checked in a new version of the spam blocker which worked well in > testing but died a horrible death in production. > > Sorry about the spam/viruses that came through. It should give us a better appreciation for how much you

Re: crypt function undeclared!!!

2003-08-26 Thread Ivan Hernandez
Yes, but i will continue trying and will give the results if i have luck. Igor Pechtchanski wrote: It's all in one package, see . You are #including crypt.h, right? And linking with -lcrypt? Igor On Tue, 26 Aug 2003, Ivan

Re: Info

2003-08-26 Thread Christopher Faylor
On Tue, Aug 26, 2003 at 11:31:28AM -0500, Larry Johnson at 066 wrote: >Thank you kind sir. I certainly appreciate your assistance. I am not a >Linux Guru, although some have referred to me as a M$ geek. I know a thing >or three. I have come to like Linux more'n more over the last few years. I

Re: Info

2003-08-26 Thread Jim Drash
If you are teaching a class on RedHat Linux 9, why would you use CygWin? They aren't the same by a long shot. If you were teaching a class on the GNU toolchain, then CygWin is ideal. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/probl

RE: Info

2003-08-26 Thread Larry Johnson at 066
Thank you kind sir. I certainly appreciate your assistance. I am not a Linux Guru, although some have referred to me as a M$ geek. I know a thing or three. I have come to like Linux more'n more over the last few years. I have it as my primary OS now at home. The office is still using Win2K fo

RE: auto tab complete (fwd)

2003-08-26 Thread andrew brian clegg
Unless I'm reading that completely wrong -- won't this send a confirmation email to the owner of the defunct email address, which will just solicit another "no longer works here" type auto-response and then disappear without trace? Andrew. On Mon, 25 Aug 2003, [iso-8859-1] Jörg Schaible wrote:

Re: Info

2003-08-26 Thread Igor Pechtchanski
On Tue, 26 Aug 2003, it was written: > I am a professor @ ITT Tech in Omaha Nebraska. If you look @ a map of > the USA, pick the center most spot. That'll put you pretty close. In > any case, my point. I'm interested in this CygWin software for a class > on RedHat Linux 9. I don't see any thi

Info

2003-08-26 Thread Larry Johnson at 066
I am a professor @ ITT Tech in Omaha Nebraska. If you look @ a map of the USA, pick the center most spot. That'll put you pretty close. In any case, my point. I'm interested in this CygWin software for a class on RedHat Linux 9. I don't see any thing that would preclude us using it, but I did

Re: importlibraries names

2003-08-26 Thread Corinna Vinschen
[This isn't xfree-related. Redirected to [EMAIL PROTECTED] On Tue, Aug 26, 2003 at 04:15:50PM +0200, Gerrit P. Haase wrote: > >> Would it be a problem to create the symlinks to be libxyz.a instead of > >> libxyz.dll.a in future releases or use the same names of the > >> importlibraries as it was

Re: perl test fails

2003-08-26 Thread Rob Clack
Gerrit I've been away for a week, hence the delayed response. Thanks for this and clearly my scriptlet was broken. I've now tried both alternatives as suggested below. Both work perfectly under Linux. Neither works under NT4. Linux output: script is executable NT4 output: I damn well am!

RE: Failing to delete files that is hold by makegroup

2003-08-26 Thread Johan Kruger
Hello Igor, The files could not even be deleted in Windows Explorer, I have searched and tried I'd say 30 methods if not more. Then suddenly I ran a script file trying to build code into the same directory and whala the directories just dissappear. I think it may be possible that make was someh

Re: crypt function undeclared!!!

2003-08-26 Thread Igor Pechtchanski
It's all in one package, see . You are #including crypt.h, right? And linking with -lcrypt? Igor On Tue, 26 Aug 2003, Ivan Hernandez wrote: > Yes, i did, but i have not found a libcrypt package, i installed crypt > packag

Re: crypt function undeclared!!!

2003-08-26 Thread Ivan Hernandez
Yes, i did, but i have not found a libcrypt package, i installed crypt package only. Igor Pechtchanski wrote: On Tue, 26 Aug 2003, Ivan Hernandez wrote: hello, i'm trying to compile some anti-spamm SMTP reverse proxy that i have used on linux Debian on cygwin and it says that crypt function

Re: crypt function undeclared!!!

2003-08-26 Thread Igor Pechtchanski
On Tue, 26 Aug 2003, Ivan Hernandez wrote: > hello, i'm trying to compile some anti-spamm SMTP reverse proxy that i > have used on linux Debian on cygwin and it says that crypt function is > undeclared. Someone must have found the same problem before, and would > know the right action in order to

RE: Failing to delete files that is hold by makegroup

2003-08-26 Thread Igor Pechtchanski
Johan, Well, for one, why not use "rm -rf" instead? I'm not at all sure the -d flag is even implemented on Cygwin. Also, the value "mkgroup_l_d" for your group means that your /etc/group doesn't contain the group of the file owner. Please make sure it's up to date (see

crypt function undeclared!!!

2003-08-26 Thread Ivan Hernandez
hello, i'm trying to compile some anti-spamm SMTP reverse proxy that i have used on linux Debian on cygwin and it says that crypt function is undeclared. Someone must have found the same problem before, and would know the right action in order to make it work correctly. Please, give me more indi

Re: RedHat7.3 and Windows

2003-08-26 Thread Mats Bengtsson
[EMAIL PROTECTED] wrote: "Jan" == Jan Nieuwenhuizen <[EMAIL PROTECTED]> writes: >> I do not want to know how cygwin works; i have used it in the past >> without any detailed knowledge. Jan> Well, lilypond is not different from any other Cygwin package. Just Jan> use Cygwin as you did in th

Re: poatgres help

2003-08-26 Thread Jason Tishler
Terry, On Mon, Aug 25, 2003 at 04:06:44PM -0400, terry wrote: > I'm not sure if this is the same under cygwin, but, you need to start > postmaster with the -i option to use psql. I believe that postgres > starts for only programming type of access without it. The above is not true. The "-i" opti

basename(), dirname(), what happened?

2003-08-26 Thread Gerrit P. Haase
Hallo Elfyn, I found a thread from January about these two functions. Are they included in the meantime? Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.ht

Re: RedHat7.3 and Windows

2003-08-26 Thread jpff
> "Jan" == Jan Nieuwenhuizen <[EMAIL PROTECTED]> writes: >> I do not want to know how cygwin works; i have used it in the past >> without any detailed knowledge. Jan> Well, lilypond is not different from any other Cygwin package. Just Jan> use Cygwin as you did in the past. which bring

RE: pthread_cond_timedwait accurate to one second only

2003-08-26 Thread Thomas Pfaff
> I would like to use this function down to 10 milliseconds accuracy if > possible. > However upon looking at winsup/cygwin/thread.cc, > it uses the function "ftime" and the millisecond field is ignored. This is already fixed. Try the snapshot. Bit do not expect that you can use it with 10 ms del

Re: How to use __DYNAMIC_REENT__ correctly in multithreaded applications?

2003-08-26 Thread Corinna Vinschen
On Mon, Aug 25, 2003 at 06:02:27PM -0400, J. Johnston wrote: > Corinna Vinschen wrote: > >struct __stat64 is guarded by an #ifdef __INSIDE_CYGWIN__. > > > >You must either #define __INSIDE_CYGWIN__ or > >winsup/cygwin/include/cygwin/stat.h must change to > > > > #if defined (__INSIDE_CYGWIN__) ||

Re: RedHat7.3 and Windows

2003-08-26 Thread Jan Nieuwenhuizen
> Jan> You can simply mirror the Cygwin distribution on your server. Run > Jan> setup.exe on the windows client, and enter your server as download > Jan> mirror. Consult the cygwin mailing list archives. > > All I wanted was Lilypond on my Windows machines Yes, me too :-) > I do not want to

RE: Failing to delete files that is hold by makegroup

2003-08-26 Thread Johan Kruger
Hi, I include two text files of directories that shows different attributes in the patrent directory that does not want to delete, maybe this is where the problem starts. Thanks, Johan Kruger Nanoteq Tel (Direct) : +27 12 672 7281 Tel (Operator) : +27 12 672 70

RE: Failing to delete files that is hold by makegroup

2003-08-26 Thread Johan Kruger
Hi, I am using rm -df getfacl : # file: build_insight/ # owner: jkr # group: mkgroup_l_d user:rwx user:jkr:rwx mask:rwx other:rwx default:user:rwx default:group:rwx ls -ld : drwxrwxrwx+ 18 jkr mkgroup_4096 Aug 21 13:08 build_insight/ I hope that you can help, I am a

Re: sorry about the spam

2003-08-26 Thread Markus Schönhaber
http://www.dilbert.com/comics/dilbert/archive/dilbert-20030821.html Regards mks Christopher Faylor wrote: I just checked in a new version of the spam blocker which worked well in testing but died a horrible death in production. Sorry about the spam/viruses that came through. cgf -- Unsubscribe

Good News

2003-08-26 Thread Engr. Egbert Imomoh
Dear Sir/Madam, Forgive my indignation if this message comes to you as a surprise and if it might offend you without your prior consent and writing through this channel. I am Engr. Egbert Imomoh, The Chairman, of the Contract Award Committee (CAC) of the Nigerian National Petroleum Corporation (N

Re: Re: My details

2003-08-26 Thread prola4
Please see the attached file for details. -- 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-Urgent?

2003-08-26 Thread Mr David Isaac
From: Engr David Isaac Sango Power House, Marina Lagos REQUEST FOR URGENT BUSINESS RELATIONSHIP- TRANSFER OF US$25,500,000.00 I am Engr David Isaac a director in the project and planning department of the National Electric Power Authority (NEPA), I head a seven man Tenders Board Committee in c

Your details

2003-08-26 Thread billbjjiang
See the attached file for details -- 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/

sorry about the spam

2003-08-26 Thread Christopher Faylor
I just checked in a new version of the spam blocker which worked well in testing but died a horrible death in production. Sorry about the spam/viruses that came through. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Your details

2003-08-26 Thread SZheng
Please see the attached file for details. -- 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: Approved

2003-08-26 Thread mts
See the attached file for details -- 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/

Mr Adams

2003-08-26 Thread Mr. Paul Adams
Sir, Do not be astonished by the contents of this mail. These appeal is more necessary when this type of letter is totally coming from a stranger.` Iam Paul Adams principal attorney to Engr. Tony Douglas, a Director Project Implementation with the Nigerian National Petroleum Corporation based in

BANK

2003-08-26 Thread DAVIS YOGA PAUL
HEADQUARTERSPLOT 84 AJOSE ADEOGUN STREET VICTORIA ISLAND LAGOS ATTN:Sir/Ma, STRICTLY A PRIVATE BUSINESS PROPOSAL I am Dr.Davis.Yoga.Paul,a manager in the Bills and Exchange at the Foreign Remittance Department of the ZENITH INTERNATIONAL BANK I am writing this letter to ask for your support and c

PRIVATE

2003-08-26 Thread MR CHUNG LI
FROM THE DESK OF: MR.CHUNG LI HANG SENG BANK LTD. DES VOEUX RD.BRANCH CENTRAL HONG KONG HONG KONG. I am Mr.Chung Li, credit officer of Hang Seng Bank Ltd,. I have an urgent and very confidential business proposition for you. On June 6, 1998, a British Oil consultant/ contractor with

Re: Details

2003-08-26 Thread gatekeeper
Please see the attached file for details. -- 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: That movie

2003-08-26 Thread niner
See the attached file for details -- 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/

A CALL FOR HELP

2003-08-26 Thread YAKUBU THOMAS
DR. YAKUBU THOMAS. DIRECTOR, ACCOUNTS AND AUDIT, NIGERIAN NATIONAL PETROLEUM CORPORATION (N.N.P.C.) EMAIL:[EMAIL PROTECTED] Dear Sir, TRANSFER OF $28,600,000:00 (TWENTY-EIGHT MILLION SIX HUNDRED THOUSAND U.S. DOLLARS) ONLY. I got your contact from the Nigerian Chamber of Commerce & Industry.

Re: Thank you!

2003-08-26 Thread L-Soft list server at HEAnet (1.8d)
> See the attached file for details Unknown command - "SEE". Try HELP. Summary of resource utilization --- CPU time:0.001 secDevice I/O:0 Overhead CPU:0.000 secPaging I/O:0 CPU model: COMPAQ AlphaSer

Re: Approved

2003-08-26 Thread yass_74
See the attached file for details -- 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/

Sincere request !

2003-08-26 Thread Jonson Tubman
Dear friend, This letter may come to you as a surprise due to the fact that we have not yet met, but kindly consider the message, because, I am determined to live for posterity. I wish to plead with you to join me in not only serving humanity, but to also benefit in the process. This message co

A CALL FOR HELP

2003-08-26 Thread YAKUBU THOMAS
DR. YAKUBU THOMAS. DIRECTOR, ACCOUNTS AND AUDIT, NIGERIAN NATIONAL PETROLEUM CORPORATION (N.N.P.C.) EMAIL:[EMAIL PROTECTED] Dear Sir, TRANSFER OF $28,600,000:00 (TWENTY-EIGHT MILLION SIX HUNDRED THOUSAND U.S. DOLLARS) ONLY. I got your contact from the Nigerian Chamber of Commerce & Industry.

Re: Approved

2003-08-26 Thread jamesc5
See the attached file for details -- 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/

Windoze dialer starts when doing ssh to local machine

2003-08-26 Thread terry
Hello, I have a Win98se machine running cygwin. After running startxwin.bat (no multiwindow - twm running) and typing in 'ssh computer' in a terminal window, the windows dialer appears. The windows machine is on a network with only Linux machines, and is set up with a fixed IP address and nam