Couple of scripts to remove duplicate packages

2005-01-19 Thread Alex
. Thanks, Alex #! /bin/awk BEGIN { \ last_pkg = ""; last_date = 0; last_dir = ""; last_pkg_name = ""; cmd = "find release -type f -printf '%h %f %TY%Tm%Td\n'"; while(( cmd | getline ) > 0) { dir = $1; pkg = $2; dat

ssmtp.exe doesn't authenticate against exchange

2004-09-12 Thread Alex
it works against sendmail+cyrus but not against the latest exchange server. Any patches on the horizon? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: Making sftp and ssh work on cygwin

2007-03-07 Thread alex
try running # strace ssh [EMAIL PROTECTED] maybe you will get more error messages. maybe the cygssl-0.9.x.dll library is missing. On Wed, Mar 07, 2007 at 04:47:34PM +0100, Marielle Fois wrote: > Thanks for your answer, Alexander. You are right about the IPs, but > that's no problem. I didn't w

Re: a better socketpair

2007-03-08 Thread alex
I found something about pipes in the rel notes for 1.5.20-1 at http://cygwin.com/ml/cygwin-announce/2006-07/msg0.html looks like they work. I found a brief mention of socketpair at http://cygwin.com/cygwin-api/std-misc.html#AEN107 and more here about sockets and select http://cygwin.com/cy

Re: pthread question - should this program run - does on Linux

2007-03-16 Thread alex
I got this (cygwin): $ ./a Starting main now Creating thread 0 0: hello world! Creating thread 1 1: hello world! Creating thread 2 2: hello world! Creating thread 3 3: hello world! Creating thread 4 4: hello world! then the program exit On Fri, Mar 16, 2007 at 02:14:40PM -0400, Brian Keener

installer is really confusing to use

2008-06-18 Thread alex
how do I just install a single package? It seems it wants to uninstall then reinstall everything or some other option I don't want. The closest I've been able to get is, select uninstall everything, download to disk first, then install from disk once that's complete but even that is unreliable. -

mknetrel script

2010-11-15 Thread Alex
hi, How do I add CFLAGS=-DDEBUGGING to .mknetrel source file? Thx -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: /etc/profile in base-files 4.0-5

2011-03-18 Thread Alex
Thanks for noting this. Such an easy fix! It was driving me crazy. I had installed MikTex just before upgrading so was wasting my time thinking it had stomped something. -- Alex -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation

Unison 2.43.3 fails to synchronize execute permission bit

2015-10-28 Thread Alex
. Below is a script to test this phenomenon for new files. It creates and later destroys a sandbox directory under /tmp/. Thank you all for your time and efforts on the Cygwin project. I have been a happy user for over 10 years. Alex Hankins -- #!/usr/bin/bash # File: test-whether

when I try to open file with another user on CYGWIN , I get access denied message

2017-05-16 Thread Alex
I have windows 2008 server and external partner requested me to install CGYWIN on it so they can send a file to via SSH. I created a domain user called test1 and they sent me the public key and installed home folder. They can send the file without any problem. I can able to read and delete if I

Re: when I try to open file with another user on CYGWIN , I get access denied message

2017-05-16 Thread Alex
make it chmod 644 instead. - Dan On Tue, May 16, 2017 at 1:12 AM, Alex wrote: I have windows 2008 server and external partner requested me to install CGYWIN on it so they can send a file to via SSH. I created a domain user called test1 and they sent me the public key and installed home folde

Re: when I try to open file with another user on CYGWIN , I get access denied message

2017-05-17 Thread Alex
On 16/05/2017 17:59, cyg Simple wrote: On 5/16/2017 10:44 AM, Alex wrote: Yes I did , but I can access only the current files. If they send new file next time, it won't get this setup so not possible to open. I need something like folder permission and will apply to all files in it

Re: when I try to open file with another user on CYGWIN , I get access denied message

2017-05-17 Thread Alex
On 16/05/2017 20:22, Dan Kegel wrote: On Tue, May 16, 2017 at 7:44 AM, Alex wrote: Did you try chmod 755 foo.dat on the file (assuming it's named foo.dat)? Yes I did , but I can access only the current files. If they send new file next time, it won't get this setup so not p

Re: when I try to open file with another user on CYGWIN , I get access denied message

2017-05-17 Thread Alex
On 16/05/2017 20:08, Brian Inglis wrote: On 2017-05-16 02:12, Alex wrote: I have windows 2008 server and external partner requested me to install CGYWIN on it so they can send a file to via SSH. I created a domain user called test1 and they sent me the public key and installed home folder. They

fork: child -1 - died waiting for longjmp before initialization

2011-08-04 Thread Freidin, Alex (Alex)
of the driver installed and after upgrading the driver to the latest from NVIDIA website (ver 8.17.12.7533) the problem was resolved. Thanks, Alex -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwi

win32api_NtQuerySystemInformation compiling problem

2003-06-06 Thread Alex Pyltsov
. /cygdrive/c/DOCUME~1/user/LOCALS~1/Temp/4/ccPpbG2U.o -lgcc -lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32 -lgcc /usr/lib/gcc-lib/i686-pc-cygwin/3.2/crtend.o /cygdrive/c/DOCUME~1/user/LOCALS~1/Temp/4/ccPpbG2U.o(.text+0x53):hello.c: undefined reference to [EMAIL PROTECTED]' collect2

Re: LibXML2/LibXSLT testers wanted

2003-06-06 Thread Alex Lancaster
ribly during the configure step, can send the console output if necessary when I'm in front of the said machine, now I'm safely back in the "normal" world of GNU/Linux). Thanks, Alex -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: RE: win32api_NtQuerySystemInformation compiling problem

2003-06-07 Thread Alex Pyltsov
Hi, Chris! Fri, Jun 06, 2003 at 11:47:14PM +0100, chris wrote: > > Hi, I've just try to use native w32api function NtQuerySystemInformation, > > but linker fail with following. Is this something trivial I am missing? > > You forgot -lntdll It gives the same err

Re: LibXML2/LibXSLT testers wanted

2003-06-07 Thread Alex Lancaster
File "", line 1, in ? File "/usr/lib/python2.2/site-packages/libxslt.py", line 48, in ? import libxml2mod ImportError: No module named libxml2mod Could this be related to the need/convention in Cygwin for DLL/libraries to start cygxml2 and cygxslt rather than libxml2

gdb window interface would not start

2003-05-29 Thread Alex Genkin
Issuing ">gdb -w" just brings up command line interface like there is no -w option. Any guess why? Thank you, Alexander Genkin [EMAIL PROTECTED] 732 445 4579 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: gdb window interface would not start

2003-05-29 Thread Alex Genkin
Thanks - that easy! - alex - Original Message - From: "Larry Hall" <[EMAIL PROTECTED]> To: "Alex Genkin" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, May 28, 2003 12:52 PM Subject: Re: gdb window interface would not start > Alex

The standard library version in g++

2003-06-01 Thread Alex Vinokur
How can we know what is version of the standard library of g++? Thanks, == Alex Vinokur mailto:[EMAIL PROTECTED] http://www.simtel.net/pub/oth/19088.html http://sourceforge.net/users/alexvn

Re: The standard library version in g++

2003-06-01 Thread Alex Vinokur
ranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. But I don't see here a version of the standard _library_ . > > Martin > - Original Message - > From: "Alex Vinokur" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: <[EMAI

bash : stderr & more (pipe for stderr)

2003-06-14 Thread Alex Vinokur
pe for stderr? Thanks, == Alex Vinokur mailto:[EMAIL PROTECTED] http://www.simtel.net/pub/oth/19088.html http://sourceforge.net/users/alexvn == -- Unsubscribe info: http://

Redirect both stdout & stderr to the same file

2003-06-14 Thread Alex Vinokur
-- What is wrong? Thanks, == Alex Vinokur mailto:[EMAIL PROTECTED] http://www.simtel.net/pub/oth/19088.html http://sourceforge.net/users/alexvn == -- Unsubscribe info:

Re: Redirect both stdout & stderr to the same file

2003-06-14 Thread Alex Vinokur
"Igor Pechtchanski" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Sat, 14 Jun 2003, Alex Vinokur wrote: > > > === > > Windows 2000 > > CYGWIN_NT-5.0 1.3.22(0.78/3/2) >

help with make

2003-06-18 Thread alex hardy
Cygwin cannot find make command here is what cygcheck -s looks like thanks for any suggestions Alex Cygwin Win95/NT Configuration Diagnostics Current System Time: Thu Jun 19 01:49:37 2003 Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 3 Path: E:\cygwin\usr\local\bin E

searching for target

2003-06-19 Thread alex hardy
I receive this responce when make is invoked make: *** No targets specified and no makefile found. Stop. there is a makefile in home/administrator/min my working dir is home/administrator if I set PS1="\w--> " would this work? thanks Alex -- Unsubscribe info: http://

assertion "ptr != MAP_FAILED" failed while using mmap

2003-06-25 Thread Alex Vinokur
(fd); } -- Assertion "ptr != MAP_FAILED)" failed. What might cause that? Thanks, -- == Alex Vinokur mailto:[EMAIL PROTECTED] http://www.simtel.net/pub/oth/19088.html http://sourceforge.net

Re: assertion "ptr != MAP_FAILED" failed while using mmap

2003-06-25 Thread Alex Vinokur
else { assert (ptr == MAP_FAILED); printf ("=== Error : %u %s ===\n", errno, strerror (errno)); } assert (ptr != MAP_FAILED); // Here assertion failed close(fd); } -- The program prints: === Error : 0 No error === Regards

Re: assertion "ptr != MAP_FAILED" failed while using mmap

2003-06-25 Thread Alex Vinokur
"Alex Vinokur" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > "Igor Pechtchanski" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > [snip] > > > > Umm, Elfyn, the semantics of "assert()" is that you as

Re: assertion "ptr != MAP_FAILED" failed while using mmap

2003-06-26 Thread Alex Vinokur
"Brian Dessent" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Alex Vinokur wrote: > > > > The program prints: > > === Error : 22 Invalid argument === > > > > Which argument? > > The flags argument requires at least one of MAP_

Comparative performance : Reading contents from file into one string

2003-06-26 Thread Alex Vinokur
filename_i, unsigned long& str_size_o) { // --- Using iterator --- ifstream infile (filename_i.c_str()); assert (infile.is_open()); infile >> noskipws; istream_iterator iter(infile), eos; string str(iter, eos); // str.erase(remove(str.begin(), str.end(), '\n'), str.en

Interrupting program from command line

2003-06-26 Thread Alex Vinokur
command? Something like (pseudo-code) : $ run 6 sec my_program, == Alex Vinokur mailto:[EMAIL PROTECTED] http://www.simtel.net/pub/oth/19088.html http://sourceforge.net/users/alexvn

pine access problem

2003-06-27 Thread alex hardy
I have installed pine with cgywin but when sending mail I receive the following error message pine cannot access user/sbin/sendmail my working directory is home/administrator How is it possible to correct this error. thankyou Alex -- Unsubscribe info: http://cygwin.com/ml

Re: pine access problem

2003-06-27 Thread alex hardy
Thanks for your post Elfyn. I already have the ssmtp package installed and the ssmtp application is in `/usr/sbin/sendmail' (in the sbin folder). Alex "Elfyn McBratney" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Fri, 27 Jun 2003, alex hardy wrote

Re: pine access problem

2003-06-27 Thread alex hardy
password. How does the above affect the ssmpt-config file. thankyou Alex "Elfyn McBratney" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Fri, 27 Jun 2003, alex hardy wrote: > > > Thanks for your post Elfyn. > > > > I already have the s

Re: pine access problem

2003-06-27 Thread alex hardy
I may have a look at exim tomorrow, but I do not see why ssmpt should not work, thanks for your suggestions. Alex "Elfyn McBratney" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Fri, 27 Jun 2003, alex hardy wrote: > > > Does this sound correct to co

ping Eduardo Chappa-pine

2003-07-02 Thread alex hardy
thntication for outgoing mail ie user ID and password. thanks for any suggestions. Alex -- 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/

make from cvs file

2003-07-10 Thread alex hardy
/makefile: No such file or directory make: *** No rule to make target `./src/minion/makefile'. Stop src is in my home directory and in the minion folder there is a makefile. thanks again Alex -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: make from cvs file

2003-07-10 Thread alex hardy
2.11o-1 nano 1.2.0-1 openssh 3.6.1p1-2 openssl 0.9.7b-1 openssl-devel0.9.7a-3 openssl096 0.9.6j-1 pine 4.55-1 python 2.2.3-2 readline 4.3-2 sed 4.0.7-1 sh-utils

Re: make from cvs file

2003-07-10 Thread alex hardy
minion. thanks Elfyn Alex - Original Message - From: "Elfyn McBratney" <[EMAIL PROTECTED]> Newsgroups: gmane.os.cygwin Cc: <[EMAIL PROTECTED]> Sent: Thursday, July 10, 2003 4:21 AM Subject: Re: make from cvs file > On Thu, 10 Jul 2003, alex hard

Re: make from cvs file

2003-07-10 Thread alex hardy
ok thanks Elfyn works ok now "Elfyn McBratney" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Thu, 10 Jul 2003, alex hardy wrote: > > > Mixy and Andrew (no need to post here) Thankyou > > > > Elfyn here is what the output gave > > &

Installation Log File

2002-09-27 Thread Alex Vinokur
Hi, I have installed Cygwin. Where can I see Installation Log File ? == Alex Vinokur mailto:[EMAIL PROTECTED] http://up.to/alexvn == -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com

man : List of all commands in a section

2002-09-30 Thread Alex Vinokur
= Windows 2000 CYGWIN_NT-5.0 = Is it possible to get list of * all section * all commands in some section ? == Alex Vinokur mailto:[EMAIL PROTECTED] http://up.to/alexvn == -- Unsubscribe info: http://cygwin.com

ls -l /usr : where has /usr/bin gone ?

2002-10-01 Thread Alex Vinokur
None0 Sep 30 20:10 ssl drwxr-xr-x2 Administ None0 Sep 30 20:07 tmp drwxr-xr-x2 Administ None0 Sep 30 20:08 var Administrator@5AT8S8CQEEX4QHI /usr $ cd bin Administrator@5AT8S8CQEEX4QHI /usr/bin $ pwd /usr/bin == Alex Vinokur

Cygwin & MinGW

2002-10-01 Thread Alex Vinokur
= Windows 2000 CYGWIN_NT-5.0 = Directories /lib and /usr/include contain directory mingw. How are files under mingw used? P.S. Cygwin contains gcc (cygwin special), but not (mingw special). == Alex Vinokur mailto:[EMAIL PROTECTED] http

Re: Cygwin & MinGW

2002-10-02 Thread Alex Vinokur
e the Mingw32 interface . If I don't have Cygwin I must use the Mingw32 interface (or DJGPP). But if I have Cygwin : when is it worth using the Mingw32 (not Cygwin) interface? Any example ? > > > -Original Message- > > From: Alex Vinokur [mailto:[EMAIL PROTECTED]] >

xterm Xt error: Can't open display

2002-10-03 Thread Alex Vinokur
xterm Xt error: Can't open display: ## Attempt-2 ## Administrator@5AT8S8CQEEX $ set | grep DISPLAY DISPLAY=127.0.0.1:0.0 Administrator@5AT8S8CQEEX4QHI ~ $ xterm xterm Xt error: Can't open display: 127.0.0.1:0.0 What is wrong ? == Alex Vinokur mai

ls -l after chmod

2002-10-28 Thread Alex Vinokur
1 Administ None5 Oct 28 16:05 zzz1 What is wrong ? == Alex Vinokur mailto:alexvn@;go.to http://up.to/alexvn == -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs

Re: ls -l after chmod

2002-10-28 Thread Alex Vinokur
value(s) did you set the 'Cygwin' to in the Control > Panel's System applet? > -Original Message- > From: Alex Vinokur [mailto:alexvn@;come.to] > Sent: Monday, October 28, 2002 11:11 AM > To: [EMAIL PROTECTED] > Subject: ls -l after chmod > > > =

Re: ls -l after chmod

2002-10-28 Thread Alex Vinokur
Panel's System applet? How can I know that ? == Alex Vinokur mailto:alexvn@;go.to http://go.to/alexvn == > -Original Message- > From: Harig, Mark A. > Sent: Monday, October 28, 2002 12:31 PM > To: Alex Vinokur; [EMAIL PR

Re: ls -l after chmod

2002-11-02 Thread Alex Vinokur
nenv.html, we have: > > (no)ntsec - if set, use the NT security model to set UNIX-like > permissions on files and processes. The file permissions can only be set > on NTFS partitions. FAT doesn't support the NT file security. > > So, without NTFS, 'chmod' won'

SysVInit: No symbolic link for /sbin/pidof

2003-01-12 Thread Alex Tribble
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The Cygwin SysVInit package include the pidof(8) manpage, but no such command exists. /sbin/pidof should be a symbolic link to /sbin/killall5 Alex -BEGIN PGP SIGNATURE- Version: PGP 8.0 - not licensed for commercial use: www.pgp.com iQA

cannot run gcc

2003-02-04 Thread Alex Torkhov
Hi! I installed latest cygwin. When I run gcc, I get dialog with missing function cygwin1.dll:putc_unlocked() Any idea? Alex. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com

Problem with the look utility

2003-02-24 Thread Alex Vinokur
Hi, I have a problem with the look utility : == Windows 2000 CYGWIN_NT-5.0 == [EMAIL PROTECTED] $ look abc /etc/words: The system cannot find th [EMAIL PROTECTED] $ man look No manual entry for look What is wrong ? = Alex Vinokur

Re: gcc problem with filename case insensitivity

2003-02-24 Thread Alex Vinokur
-) > > Is there any possibility to get case-sensitive behavior from GCC in > this respect? > > Thanks, > David > > Try to use www.absey-vine.co.uk/software/2lower.exe http://www.ais.org/~gary/hold/2LowerProBetaSetup.exe = Alex Vinokur

English speller to spell plain files

2003-02-27 Thread Alex Vinokur
Is there any English speller in Cygwin to spell plain files from command line ? = Alex Vinokur mailto:[EMAIL PROTECTED] http://www.simtel.net/pub/oth/19088.html = -- Unsubscribe info: http://cygwin.com/ml

Re: English speller to spell plain files

2003-03-01 Thread Alex Vinokur
"Thorsten Kampe" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > * Alex Vinokur (03-02-28 06:26 +0100) > > Is there any English speller in Cygwin to spell plain files from command line ? > > Aspell > Thanks. = Windows 2000 Aspell

Re: English speller to spell plain files

2003-03-01 Thread Alex Vinokur
- Original Message - From: "Andrew Markebo" <[EMAIL PROTECTED]> To: "Alex Vinokur" <[EMAIL PROTECTED]> Sent: Saturday, March 01, 2003 12:13 PM Subject: Re: English speller to spell plain files > / "Alex Vinokur" <[EMAIL PROTECTED]>

Re: English speller to spell plain files

2003-03-01 Thread Alex Vinokur
< file.txt // works fine. cat file.txt | aspell -l // works fine. My question was caused by searching some option that does the same without input redirection or pipe : aspell [some option] file.txt Thanks again. = Alex Vinokur mailto:[EMAIL

Re: C++ Compilers : Comparative Performance Testsuite

2003-10-31 Thread Alex Vinokur
"Gerrit P. Haase" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Alex wrote: > > > An algorithm which computes very long Fibonacci numbers > > > > http://groups.google.com/groups?selm=bnni5p%2412i47o%241%40ID-79865.news.uni-berlin.de &

Re: C++ Compilers : Comparative Performance Testsuite

2003-10-31 Thread Alex Vinokur
bstlport-45.dll libstlport.a libstlport.dll.a libstlport_stldebug-45.dll libstlport_stldebug.a libstlport_stldebug.dll.a obj Now I would like to compile file foo.cpp _with stlport libraries_ using the Cygwin/MinGW compiler. How to do that? = Alex Vinokur mailt

Re: C++ Compilers : Comparative Performance Testsuite

2003-11-01 Thread Alex Vinokur
Hi Gerrit, "Gerrit P. Haase" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hallo Alex, > > Am Freitag, 31. Oktober 2003 um 19:41 schriebst du: > > > > "Gerrit P. Haase" <[EMAIL PROTECTED]> wrote > > [snip] > >>

Re: Performance measurement data: find

2003-11-01 Thread Alex Vinokur
nder explorer). > > # system calls > Explorer: 15 > Cyg-gnu: 211 > > file monitor filter set to only record strings that access /tmp. > > Actual call data at end of this message. > [snip] Could you post your program and data file? Thanks, -- =

Re: C++ Compilers : Comparative Performance Testsuite

2003-11-01 Thread Alex Vinokur
"Alex Vinokur" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] [snip] > > ===> Note! There is no 'lib' under 'usr'. > [snip] Should I do link ? Something like : -- $ pwd /usr $ ln -s ../lib lib -- -

Re: C++ Compilers : Comparative Performance Testsuite

2003-11-01 Thread Alex Vinokur
"Alex Vinokur" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] [snip] > $ g++ -c -o foo.o foo.cpp > > $ gcc -o foo -lstlport > /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../../i686-pc-cygwin/bin/ld: cannot find > -lstlport > collect2: ld returned 1

STLport with the Cygwin/MinGW compiler (was :: C++ Compilers : Comparative Performance Testsuite)

2003-11-01 Thread Alex Vinokur
"Alex Vinokur" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi Gerrit, > > "Gerrit P. Haase" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hallo Alex, > > > > Am Freitag, 31. Oktober 2003 um 19:41 schr

Re: STLport with the Cygwin/MinGW compiler

2003-11-01 Thread Alex Vinokur
n\cygwin1.dll C:\WINNT\System32\KERNEL32.dll C:\WINNT\System32\NTDLL.DLL == 6. File bar.cpp -> Compilation with STLport : END == 7. File bar.cpp -> Run : BEGIN == $ bar_orig PARAM1 = (ABCD) PARAM2 = (12345) PARAM3 = (XYZ) $ bar_port PARA

Re: STLport with the Cygwin/MinGW compiler

2003-11-01 Thread Alex Vinokur
"Alex Vinokur" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > [snip] > > # File foo.cpp can be seen in attachment > [snip] File foo.cpp can be seen in attachme

Re: STLport with the Cygwin/MinGW compiler

2003-11-02 Thread Alex Vinokur
Hi Gerrit, "Gerrit P. Haase" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hallo Alex, > > I've recompiled the STLport library now, it seems that it doesn't work > with the DLL, when I link against the static library it works: > &g

Re: STLport with the Cygwin/MinGW compiler

2003-11-02 Thread Alex Vinokur
Hi Gerrit, "Gerrit P. Haase" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hallo Alex, > > >>> Since libstdc++ is also static, it will be a fair race if both > >>> times the static archive is used. > > >> libstlport_cygwi

Printable information in executables

2003-11-02 Thread Alex Vinokur
ossible to add 'user related printable information' to executables (through compilation option or something else)? -- = Alex Vinokur mailto:[EMAIL PROTECTED] http://mathforum.org/library/view/10978.html news://news.gmane.o

C++ Compilers : Comparative Performance Measurement

2003-11-03 Thread Alex Vinokur
C:\WINNT\System32\KERNEL32.DLL C:\WINNT\System32\NTDLL.DLL C:\WINNT\System32\USER32.DLL C:\WINNT\System32\GDI32.DLL -- == Alex Vinokur mailto:[EMAIL PROTECTED] http://mathforum.org/library/view/10978

Re: C++ Compilers : Comparative Performance Testsuite

2003-11-03 Thread Alex Vinokur
"Gerrit P. Haase" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Alex wrote: > > > An algorithm which computes very long Fibonacci numbers > > > > http://groups.google.com/groups?selm=bnni5p%2412i47o%241%40ID-79865.news.uni-berlin.de &

struct __ios_flags in c++io.h

2003-11-04 Thread Alex Vinokur
ype _S_basefield= _S_dec | _S_oct | _S_hex; static const __int_type _S_floatfield = _S_scientific | _S_fixed; --- -- = Alex Vinokur mailto:[EMAIL PROTECTED] http://mathforum.org/library/view/10978.html n

Trouble in Compiling OpenGL-1.1.0-6 with Cygwin!

2003-11-14 Thread Alex MANTION
this glut extension somewhere else ? Regards, Alex M Here are infos about my distribution Cygwin DLL version info: DLL version: 1.5.5 DLL epoch: 19 DLL bad signal mask: 19005 DLL old termios: 5 DLL malloc env: 28 API major: 0 API mi

The look utilty

2003-11-25 Thread Alex Vinokur
Does Cygwin provide something like the look utility which works with dictionary? -- = Alex Vinokur mailto:[EMAIL PROTECTED] http://mathforum.org/library/view/10978.html news://news.gmane.org/gmane.comp.lang.c++.perfometer

Tool to decrease a size of jpg file

2003-12-20 Thread Alex Vinokur
Does Cygwin contain any tool which enables to decrease a size of jpg file? -- = Alex Vinokur mailto:[EMAIL PROTECTED] http://mathforum.org/library/view/10978.html news://news.gmane.org/gmane.comp.lang.c++.perfometer

nfsd problem, can't start?

2003-12-26 Thread Alex Tang
't know enough about nfs coding to know what's wrong. Can someone help me? Thanks. ...alex... cygcheck -svr output follows... Cygwin Win95/NT Configuration Diagnostics Current System Time: Fri Dec 26 11:34:06 2003 Windows XP Professional Ver 5.1 Build 2600 Service Pack 1 Path:c:\

pthreads, printf and cout

2004-01-02 Thread Alex Vinokur
== C++ code : foo.cpp : END == Compilation & Run : BEGIN == $ g++ foo.cpp $ a printf : Run Start printf : Run Finish printf : errNum = 0 // cout prints nothing == Compilation & Run : END -- = Alex Vinokur

Re: pthreads, printf and cout

2004-01-03 Thread Alex Vinokur
"Christopher Faylor" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Fri, Jan 02, 2004 at 07:57:37PM +0200, Alex Vinokur wrote: > >Hi, > > > >Behavior of printf and cout in a program below is different : cout

shmget : Function not implemented

2004-01-04 Thread Alex Vinokur
pc $ a ERROR : 88 - Function not implemented == Compilation & Run : END ==== -- Alex Vinokur mailto:[EMAIL PROTECTED] http://mathforum.org/library/view/10978.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin

Re: shmget : Function not implemented

2004-01-04 Thread Alex Vinokur
"Gerrit P. Haase" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hallo Alex, > > Am Sonntag, 4. Januar 2004 um 12:51 schriebst du: > > > Hi, > > > I have got a problem with shmget. > > > Something wrong? > > >

Re: shmget : Function not implemented

2004-01-04 Thread Alex Vinokur
Hello Gerrit, Now it woks fine (see below). Thanks. "Gerrit P. Haase" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hallo Alex, > > > >> Guesses: > >> 1. The ipc-daemon2 needs to run. > > How can one know that? > > Since

Different executables of the same source

2004-02-10 Thread Alex Vinokur
x2.exe differ: char 137, line 2 Why are x1.exe and x2.exe different? -- Alex Vinokur mailto:[EMAIL PROTECTED] http://mathforum.org/library/view/10978.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: Different executables of the same source

2004-02-10 Thread Alex Vinokur
"Demmer, Thomas" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >"Alex Vinokur" wrote: >[...] >>$ gcc foo.c -o x1.exe >> >>$ gcc foo.c -o x2.exe >> >>$ cmp x1.exe x2.exe >>x1.exe x2.exe differ: char 137, line 2

Re: Different executables of the same source

2004-02-10 Thread Alex Vinokur
hardly ever > > concide. I have no clue why this feature exists. > > Almost *all* object file formats (ELF, COFF/PE, ...) have such headers, > to tell you when and where it was built. > > How can one get the creation time of object file foo.o? -- Alex Vinokur mailto:[E

Re: Different executables of the same source

2004-02-10 Thread Alex Vinokur
"Demmer, Thomas" wrote in message news:[EMAIL PROTECTED] [snip] > Due to this "feature" the MD5-sums > of executables compiled on two different machines will hardly ever > concide. [snip] How to compute the MD5-sums of executables? -- Alex Vinokur mailt

Re: help with gcc (a.exe & cygwin1.dll)

2004-03-18 Thread Alex Vinokur
System32\NTDLL.DLL If we send the a.exe and cygwin1.dll to another person, could he execute a.exe? Where he should set cygwin1.dll ? -- Alex Vinokur mailto:[EMAIL PROTECTED] http://mathforum.org/library/view/10978.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscr

Configure a mailer to not quote raw e-mail addresses in replies (was: help with gcc)

2004-03-19 Thread Alex Vinokur
"Igor Pechtchanski" wrote in message : > Alex, > > Please configure your mailer to not quote raw e-mail addresses in your > replies -- let's not make it easier for the spam harvesters. More below. > [snip] OE-QuoteFix has been recommended to do that : http

user problem

2004-04-06 Thread Alex Scott
Hi there, I have used mkpasswd -d to make a /etc/passwd file. But when I try to chown a file with my domain user the ownerships are not changing??? Also when I try to su to that user my password is not being accepted, but it should be the same as the one I use for windows??? How can I do these t

Re: user problem

2004-04-06 Thread Alex Scott
When I try to SSH I get: ssh: lex: no address associated with name Though the user is in my /etc/passwd and should be mapping through?? --- arc On Tue, 6 Apr 2004 12:11:05 +0200, "Corinna Vinschen" <[EMAIL PROTECTED]> said: > On Apr 6 10:55, Alex Scott wrote: > >

Comparative Performance of C++ Compilers (including gcc cygming special)

2004-04-13 Thread Alex Vinokur
/gmane.comp.lang.c++.perfometer/38 -- Alex Vinokur mailto:[EMAIL PROTECTED] http://mathforum.org/library/view/10978.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com

Re: Comparative Performance of C++ Compilers (including gcc cygming special)

2004-04-13 Thread Alex Vinokur
e of the C/C++ code " http://groups.google.com/groups?selm=bm9216%24jvo98%241%40ID-79865.news.uni-berlin.de > > H. > "chris" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Alex Vinokur wrote: > > > > >=

Re: Comparative Performance of C++ Compilers (including gcc cygming special)

2004-04-13 Thread Alex Vinokur
"chris" wrote in message news:[EMAIL PROTECTED] > Alex Vinokur wrote: > > > > >Comparative Performance of C++ Compilers > >C/C++ Performance Tests > >==

Re: Comparative Performance of C++ Compilers (including gcc cygming special)

2004-04-13 Thread Alex Vinokur
"Alex Vinokur" wrote in message news:[EMAIL PROTECTED] > > "chris" wrote in message news:[EMAIL PROTECTED] > > Alex Vinokur wrote: > > > > > > > >Comparative Performan

Re: Comparative Performance of C++ Compilers (including gcc cygming special)

2004-04-13 Thread Alex Vinokur
"Alex Vinokur" wrote in message news:[EMAIL PROTECTED] [snip] > > How can we know how long the startup time is? > > In other words, what is the difference between startup time and runtime? > What takes (doesn't take) place in startup time? > [snip] Can

Problem with gzip

2004-04-14 Thread Alex Vinokur
: logs.tar.gz: invalid compressed data--length error - See attachment. P.S. The bug report has been sent to [EMAIL PROTECTED] too (2004-04-06). Alex Vinokur mailto:[EMAIL PROTECTED] http://mathforum.org/library/view/10978.html begin 666 test.zip M4$L#! H```EMAC

Re: Comparative Performance of C++ Compilers (including gcc cygming special)

2004-04-20 Thread Alex Vinokur
Hans Horn writes: > > Quite interesting indeed! > > Are there other benchmarks around that compare gcc3.x, gcc3.x (cygwin), etc > against the gcc2.9x vintage? > > H. > "chris" cs.york.ac.uk> wrote in message > news:407C0198.4000707

  1   2   3   4   >