questions about DLL's: .a, .def, and .dll

2004-08-27 Thread Oliver
ain function, or make it a C file rather than a c++ file and compile with gcc, yet it worked for me as a c++ file without the extern, is this new behavior or is something going to blow up on me later? Thanks, Oliver -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: questions about DLL's: .a, .def, and .dll

2004-08-27 Thread Oliver
Igor Pechtchanski cs.nyu.edu> writes: > On Fri, 27 Aug 2004, Oliver wrote: > > > creating a .a file, a .def file, and a .dll file, yet I can > > build a program that links to, e.g., mylib.dll, with only "-L. -lmylib", > > *wihtout* having the .def or .a av

Re: questions about DLL's: .a, .def, and .dll

2004-08-27 Thread Oliver
mangle for C++ use. Does anyone know if testdll.dll, created this way, would be linkable from a VC++ program? I don't have access to VC++. Oliver -- 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: questions about DLL's: .a, .def, and .dll

2004-08-27 Thread Oliver
> Secondly, the resultant DLL will be linkable from a VC++ program, but the > C++ functions in it will not be accessible from code compiled with VC++. Of course, the usual c++ name mangling incompatibilities. Thanks for your help! Oliver -- Unsubscribe info: http://cygwin.

Will win32 style paths ever work in mksh on cygwin?

2011-12-01 Thread Oliver
remains to be POSIX only, and pdksh apparently gone from the list of shells, is the only alternative to rewrite all existing ksh scripts that might use win32 style paths? Thanks Oliver -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq

Re: substitute for xclip?

2022-10-19 Thread Oliver Schoede
Hi! On Wed, 19 Oct 2022 14:58:42 +0200 Ulli Horlacher wrote: > >https://fex.rus.uni-stuttgart.de/fop/jFZ6T7wI/X-20221019141237.png > >I have selected [copy] in the file browser, but /dev/clipboard is >empty. Also getclip gives me no output. > It looks to me like you copied the file, not the fil

Re: VIM broken by upgrade to Perl 5.30

2020-03-06 Thread Oliver Schoede
: "The name of the DLL must match the Perl version Vim was compiled with. Currently the name is "perl512.dll". That is for Perl 5.12. To know for sure edit "gvim.exe" and search for "perl\d*.dll\c" Sure enough, the binary still has references to 5.26 baked in.

Re: I have a problem with some applications in Cygwin

2020-10-22 Thread Oliver Schoede
even install Cygwin's own packages, and are you sure you're starting those? (Try `which `) Are you or is something modifying your environment? Where are your ssh keys stored? You probably need to make those apps aware of where they are. Oliver -- Problem reports: h

serial ports

2006-04-20 Thread Oliver Vecernik
Hi, I'd like to use the serial port from perl on my notebook. This port is connected via an usb-adapter and referred as COM4: on Windows. I couldn't find any /dev/ttySx and I'm not sure if this is even supported. Is this possible under Cygwin? -- Oliver Cygwin Configurat

Re: serial ports

2006-04-23 Thread Oliver Vecernik
ind out why, but this may take some time and is probably not related with Cygwin anymore. -- Cheers, Oliver -- 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: serial ports

2006-04-23 Thread Oliver Vecernik
/ttyS1 /dev/ttyS1 ... $ ls /dev/ttyS15 /dev/ttyS15 The only physical ports that really exists are `/dev/ttyS0' and `/dev/ttyS3'. Is this the expected behaviour? -- Cheers, Oliver -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

[OT] rxvt/UTF-8

2006-04-25 Thread Oliver Vecernik
ages. Is there a possibility to configure Cygwin's rxvt for UTF-8? -- Oliver -- 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/

exe handling

2006-07-18 Thread Oliver Walsh
r many commands I have an exe for windows and a shell wrapper for *nix. The change log for 1.5.20-1 mentions changes .exe handling. Is this intended behaviour? Thanks, Ollie Walsh Oliver Walsh Software Engineer ANSYS Europe Ltd The information transmitted is intended only for the person

RE: exe handling

2006-07-19 Thread Oliver Walsh
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Corinna Vinschen > Sent: 18 July 2006 20:41 > To: cygwin@cygwin.com > Subject: Re: exe handling > > On Jul 18 18:10, Oliver Walsh wrote: > > Hi, > > > > Sor

RE: exe handling

2006-07-19 Thread Oliver Walsh
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Corinna Vinschen > Sent: 19 July 2006 13:51 > To: cygwin@cygwin.com > Subject: Re: exe handling > > On Jul 19 13:41, Oliver Walsh wrote: > > > From: [EMAIL PROTEC

RE: exe handling

2006-07-19 Thread Oliver Walsh
> > http://cygwin.com/acronyms/#PCYMTNQREAIYR > Sigh...Outlook. Sorry, about that. Ollie -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://

RE: exe handling

2006-07-20 Thread Oliver Walsh
Igor Peshansky wrote: > On Wed, 19 Jul 2006, Oliver Walsh wrote: > >>> http://cygwin.com/acronyms/#PCYMTNQREAIYR >> >> Sigh...Outlook. Sorry, about that. > > <http://google.com/search?q=PCYMTNQREAIYR+Outlook>. > HTH, > Igor Thanks Igor

Re: making a cygwin install.

2006-08-04 Thread Oliver Wienand
e tool. I totally agree that one should use Cygwin setup.exe to install a Cygwin-based application. However, you can just wrap setup.exe and a local repository with a base package holding all the packages to install with some Windows install program to get single executable setup package.

gcc, very high template-depth

2005-10-13 Thread Oliver Wienand
: make configure C++ compiles = g++ C compiler = gcc Opt. Level = -O compiler flags = -march=pentium4 make Sincerely, Oliver Wienand TU Kaiserslautern -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

[ANNOUNCEMENT] [ANNOUNCEMENT] Updated: singular-*-3.0.1-1

2005-11-15 Thread Oliver Wienand
singular-base-3.0.1-1 is now available on Cygwin mirrors. singular-share-3.0.1-1 is now available on Cygwin mirrors. singular-help-3.0.1-1 is now available on Cygwin mirrors. singular-icons-3.0.1-1 is now available on Cygwin mirrors. Changes === This is mainly a bug fix release, but it conta

Re: Singular-base 3.0.1-1 MD5 error

2005-11-15 Thread Oliver Wienand
So I only tried this one: ftp://sourceware.mirrors.tds.net Which mirror did you use? Oliver -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: Proper distribution of cygwin-dependent software.

2005-11-22 Thread Oliver Wienand
this over just delivering some Dlls is, that the user have a correct and full-functional Cygwin environment, which he can shares with other application using similar installation techniques. I hope that all this is in the scope of the license. Greetings, Oliver -- Unsubscribe info: http://

Re: Proper distribution of cygwin-dependent software.

2005-11-22 Thread Oliver Wienand
it will become quite large. Here of course I also install a Cygwin setup in the start menu. Greetings, Oliver -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ

Re: Proper distribution of cygwin-dependent software.

2005-11-22 Thread Oliver Wienand
therefore be work for nothing. For the case of the CD-ROM I will update it to contain also all sources of the packages. Thanks, Oliver -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com

Re: Proper distribution of cygwin-dependent software.

2005-11-22 Thread Oliver Wienand
uot;a lot of other mirrors exist using setup.exe, blah, etc." Okay, will be done. Thanks for your great software. Oliver -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/doc

Re: Proper distribution of cygwin-dependent software.

2005-11-22 Thread Oliver Wienand
n. So you will have to make sure that the sources of the versions used on CD are available regardless of the state of the mirror. I will put all the sources on the CD. The install programs will be updated on a regular basis, so that they should never be out of sync with the mirrors to

font

2005-12-01 Thread Oliver Vecernik
Hi, I'd like to use Courier New as font for Cygwin, but the only choices I've got are Lucida Console and Rasterschriftart. One solution is to use PuTTY to connect via ssh to localhost, but I think this is a bit of overkill. Is there another posiibility? -- Oliver -- Unsubs

Re: permission denied while deleting the local copy of rsynced data

2005-12-03 Thread Oliver Vecernik
7;t forget to backup your SQL database if you've got one! :-) -- Oliver -- 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/

tetex/texdoc

2006-01-04 Thread Oliver Vecernik
7;: There is no application associated with the given file name extension. but: $ xdvi /usr/share/texmf/doc/programs/web2c.dvi & works just fine. $ uname -a CYGWIN_NT-5.1 t636 1.5.18(0.132/4/2) 2005-07-02 20:30 i686 unknown unknown Cygwin How can I correct that? -- Oliver -- Unsubscr

Re: Segment fault/Bus error with Singular

2006-01-09 Thread Oliver Wienand
ogize the delay of the answer, I was moving to the USA during the last week. Sincerely, Oliver Wienand Singular Team -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.co

Re: Segment fault/Bus error with Singular

2006-01-11 Thread Oliver Wienand
So once again I ask for clarification. I really do think it's a very simple and perfectly straightforward question: Does one run those 4 commands in Step 1 from a Windows command prompt or from within Cygwin? In a Cygwin shell. Oliver -- Unsubscribe info: http://cygwin.c

Run own postinstall script

2005-06-11 Thread Oliver Geisen
Hello, is there a way i can run an self-created post-installation-script aber setup is done, resp. after the first shell is invoked ? Best regards, Oliver Geisen --- Systemadministrator Kreisboten Verlag Mühlfellner KG Telefon: 0881/686-63 Telefax: 0881

How to get version-information of executeable

2005-06-13 Thread Oliver Geisen
Hello, how can i read the version-number of an windows *.EXE file out of a bash-script ? Some windows-programs doesn't deliver the version information using commandline-switches. Instead they show it in a Window on the local console session. That's bad for me. Regards, Oli

Re: Directory c:\%USERPROFILE% created

2005-06-13 Thread Oliver Geisen
reflected by "cygpath -D" which outputs "/cygdrive/c/%USERPROFILE%/Desktop". I found no trace where this var is set, so please give me a hint. Thanks, Oliver Geisen --- Systemadministrator Kreisboten Verlag Mühlfellner KG Tele

Re: Directory c:\%USERPROFILE% created

2005-06-13 Thread Oliver Geisen
ch contains "%SystemRoot%\Profiles\admin". $SYSTEMROOT points to "C:\WINNT" in my ssh-shell. Mit freundlichen Grüssen, Oliver Geisen --- Systemadministrator Kreisboten Verlag Mühlfellner KG Telefon: 0881/686-63 Telefax: 0881/686-74 Mail: [EMAIL

4GB limit on FAT32

2005-06-16 Thread Oliver Vecernik
t636 1.5.17(0.129/4/2) 2005-05-25 19:38 i686 unknown unknown Cygwin Obviously it is. Is this the expected behaviour? I thought using SP2 on XP eliminates this restriction. Can anybody explain this? Oliver. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem re

Re: 4GB limit on FAT32

2005-06-16 Thread Oliver Vecernik
he same situation with UFS2. The only possibility is to buy the drivers from Paragon. Oliver. -- 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/

POSIX devices

2005-06-16 Thread Oliver Vecernik
foo bs=512 count=1 Oliver -- 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/

Clone cygwin-setup settings from one PC to another

2005-06-17 Thread Oliver Geisen
Hello, is it possible to find out which packages installed via SETUP.EXE on one PC and use this information (selection) to automatically install the same on another PC ? e.g. something like: cygsetup > mypacks.ini setup.exe -install mypacks.ini With best regards, Oliver Gei

How to give commands to execute after (login)shell invoked

2005-06-17 Thread Oliver Geisen
as cd-command is executed :-( Any hints from you, folks ? With best regards, Oliver Geisen --- Systemadministrator Kreisboten Verlag Mühlfellner KG Phone: +49 881/686-63 Fax: +40 881/686-74 Mail: [EMAIL PROTECTED]

Re: Clone cygwin-setup settings from one PC to another

2005-06-20 Thread Oliver Geisen
ld save the "installed.db" for some systems according to their station names und start an sync-script everytime i change something. This script could be started from ssh-bash. BTW: What is the meaning of the *.lst.gz -files in the /etc/setup folder

How to grant user rights with cygwin

2005-06-26 Thread Oliver Geisen
ant to run "sshd" as user "daemon". This user had to have the rights: - Increase quotas - Replace process level token - Logon as service Mit freundlichen Grüssen, Oliver Geisen --- Systemadministrator Kreisboten Verlag Mühlfellner K

GConf2 and clear fork bomb on x64

2005-07-27 Thread Oliver Walsh
Hi all, On Windows Server 2003 64bit, clear.exe and gconftool-2.exe are fork bombing. I downloaded and installed cygwin yesterday. If I build the executables from source (on XP 32bit, cygwin 1.5.12-1) then they both run fine. Any ideas about what's going on? Cheers, Ollie Walsh The information

RE: GConf2 and clear fork bomb on x64

2005-07-28 Thread Oliver Walsh
> -Original Message- > From: Gerrit P. Haase [mailto:[EMAIL PROTECTED] > Sent: 28 July 2005 00:26 > To: Oliver Walsh > Cc: cygwin@cygwin.com > Subject: Re: GConf2 and clear fork bomb on x64 > > Oliver Walsh wrote: > > > Hi all, > > > >

RE: GConf2 and clear fork bomb on x64

2005-07-28 Thread Oliver Walsh
> -Original Message- > From: Gerrit P. Haase [mailto:[EMAIL PROTECTED] > Sent: 28 July 2005 13:31 > To: Oliver Walsh > Cc: cygwin@cygwin.com > Subject: Re: GConf2 and clear fork bomb on x64 > > Oliver Walsh wrote: > > >>tried to run rebaseall? > &

RE: Win64 users, please test snapshot (was Re: cygwin on win x64)

2005-08-15 Thread Oliver Walsh
> On Aug 13 16:37, Frank Spies wrote: > > i have the same problem with the cygwin install spawning 1000s of > > processes on win x64 reported in a post on 28 july .. > > > > i did not see anybody responding with a fix or a workaround > > does anybody have an idea how to get cygwin up and running o

RE: Win64 users, please test snapshot (was Re: cygwin on win x64)

2005-08-15 Thread Oliver Walsh
> > On Aug 15 14:09, Oliver Walsh wrote: > > > > > On Aug 13 16:37, Frank Spies wrote: > > > > i have the same problem with the cygwin install spawning 1000s of > > > > processes on win x64 reported in a post on 28 july .. > > > >

[ANNOUNCEMENT] New packages: singular-*-3.0.0-1

2005-09-05 Thread Oliver Wienand
/cygwin.com/mirrors.html QUESTIONS: == If you want to make a point or ask a question the Cygwin mailing list is the appropriate place. MAINTAINER == Oliver W. Wienand -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: h

1.5.14-1: child died

2005-04-14 Thread Oliver Vecernik
g was installed or changed in my configuration. Interestingly it works for other restricted users and for my admin account. Can anybody give me a clue what's going on? Oliver -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/pro

Re: 1.5.14-1: child died

2005-04-14 Thread Oliver Vecernik
> I'm not sure what happened, but if I start Cygwin for a certain > restricted user I receive the following message: > > 9 [main] bash 3624 fork_parent: child 2756 died waiting for > longjmp before initialization > bash: fork: Bad file descriptor > bash-2.05b$ > > Everything worked fine, no

Re: 1.5.14-1: child died

2005-04-15 Thread Oliver Vecernik
e everthing works as expected. What exactly can I try? Thanks, Oliver -- 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: 1.5.14-1: child died

2005-04-17 Thread Oliver Vecernik
Hi Corinna, > Please test the latest snapshot from http://cygwin.com/snapshots/ > > I'm rather confident that it solves your problem. Sorry for delay, but I returned from a journey today. You are right, my installation works like charm again. Thank you very, very much! R

Re: find command in cygwin

2005-04-27 Thread Oliver Vecernik
lin q schrieb: > $ find . -type f -print $ find . -type f -print ./.bashrc ./.bash_history ./.bash_profile . . . $ uname -a CYGWIN_NT-5.1 t636 1.5.15(0.127/4/2) 2005-04-18 12:20 i686 unknown unknown Cygwin Everything works as expected here. Which version are you using? Oliver -- Unsubscr

Re: scripts

2005-04-28 Thread Oliver Vecernik
s I strongly recommend reading the man page: $ man ls $ man bash Oliver -- 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/

Fresh install of Cygwin, not working

2008-08-07 Thread Oliver Jones
;ll have to see if I can dig up a version I saved on CD-ROM, because none of the mirrors work anymore. Anyone else experiencing this issue? Oliver. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

RE: DualCores and Current Cygwin problems

2007-05-16 Thread Oliver Walsh
>>I'm wondering -- just as a data point, if you tried building on a >>dual-core, but setting all of your cygwin processes to run on one core? I used imagecfg.exe to set the affinity for all of the cygwin exes. It sorted out a lot of problems (pthread errors IIRC) I was hitting on a 2-way dualcore

[ANNOUNCEMENT] Updated: singular-*-3.0.3-1

2007-08-02 Thread Oliver Wienand
Version 3.0.3-1 of "Singular" has been uploaded. About: SINGULAR is a Computer Algebra System for polynomial computations with special emphasis on the needs of commutative algebra, algebraic geometry, and singularity theory. Changes: The current version 3-0-3 is stabilyzing release, a result of

[ANNOUNCEMENT] Updated: singular-*-3.0.2-1

2006-08-22 Thread Oliver Wienand
Version 3.0.2-1 of "Singular" has been uploaded. About: SINGULAR is a Computer Algebra System for polynomial computations with special emphasis on the needs of commutative algebra, algebraic geometry, and singularity theory. Changes: The current version 3-0-2 is mainly a bug fix release, but i

Re: [ANNOUNCEMENT] Updated: singular-*-3.0.2-1

2006-08-23 Thread Oliver Wienand
. ... Oliver -- 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: [Packaging error] Singular

2008-03-27 Thread Oliver Wienand
a new Cygwin release or wait for the next upstream release, which is likely to be due in the next two month? Sincerely, Oliver Wienand -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://

Re: zsh and line breaks

2004-03-30 Thread Oliver Kiddle
think). Wouldn't work where the script comes from stdin, though. Does that perhaps help? Oliver -- 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: zsh and line breaks

2004-03-31 Thread Oliver Kiddle
are gone! AARRGGHH!! Ok, I'll re-edit and get that back in. Going > through stdin or via piped fds may be an issue still. Anyway, thanks for > the thought! It seems there is a setmode() function declared in io.h which will allow the mode to be changed on any already open file descriptors

Re: zsh and line breaks

2004-04-01 Thread Oliver Kiddle
input to the shell (i.e. scripts, sourced files, autoloaded functions and stdin). Quite whether it is also right for redirected output, I wouldn't know. Oliver -- 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/

Cygwin: /proc and /cygdrive insvisible

2004-07-11 Thread Oliver Geisen
Hello, is there a reason (i bet there is :-) why the /proc and /cygdrive directory isn't visible when "ls -l /" ? Regards, Oliver Geisen --- Systemadministrator Kreisboten Verlag Mühlfellner KG Telefon: 0881/686-63 Telefax: 0881/686-74 Mail: [

Is there a /dev directory, or how to use /dev/stderr

2004-07-11 Thread Oliver Geisen
Hello, i'm missing the /dev directory. Espacially the stdin,stdout,stderr nodes to do shell-redirection. Is this implementation missing or am i to blind to find it ? Bye, Oliver Geisen --- Systemadministrator Kreisboten Verlag Mühlfellner KG Telefon: 088

access to event log of windows

2004-07-11 Thread Oliver Geisen
already a SYSLOG implementation for cygwin ? Thanks, Oliver Geisen --- Systemadministrator Kreisboten Verlag Mühlfellner KG Telefon: 0881/686-63 Telefax: 0881/686-74 Mail: [EMAIL PROTECTED] --- -- Unsubscribe info: http

Re: cygwin: /proc and /cygdrive insvisible

2004-07-12 Thread Oliver Geisen
isible via LS. Mit freundlichen Grüssen, Oliver Geisen --- Systemadministrator Kreisboten Verlag Mühlfellner KG Telefon: 0881/686-63 Telefax: 0881/686-74 Mail: [EMAIL PROTECTED] --- -- Unsubscribe info: http://cygwin.com/ml

Locale issues and mutt again

2002-11-23 Thread Oliver Andrich
hoice. ;) Best regards, Oliver -- 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/

vim doesn't work

2001-12-02 Thread Mike Oliver
"The procedure entry point bind_textdomain_codeset could not be located in the dynamic link library cygintl.dll " Vim version: latest/vim/vim-6.0.46-1.tar.bz2. I can't find a version number on cygintl.dll, but it's dated 23 October 2000 11:09 and has 13,824 bytes. Thanks for any help.

Re: vim doesn't work

2001-12-02 Thread Mike Oliver
Charles Wilson wrote: > > Mike Oliver wrote: > > > > > > "The procedure entry point bind_textdomain_codeset could not be > >located in the dynamic link library cygintl.dll " > Run 'cygcheck -c gettext'. If it doesn't say 0.10.38-2

Re: vim doesn't work

2001-12-03 Thread Mike Oliver
Charles Wilson wrote: > Mike Oliver wrote: > > Is there a way to tell it "get > > the latest stable version of everything of which I don't already have the > > latest stable version"? > > Sure -- just run setup again. Now that *something* is insta

Re: Updated: texinfo 4.1

2002-03-20 Thread Oliver Nittka
Organization: Salira Optical Networks User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 Followup-To: [EMAIL PROTECTED] To: Pavel Tsekov <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: Anonymous ftp

Re: Updated: texinfo 4.1

2002-03-20 Thread Oliver Nittka
NNTP-Posting-Host: 206.184.204.2 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1016657743 8639 206.184.204.2 (20 Mar 2002 20:55:43 GMT) X-Complaints-To: [EMAIL PROTECTED] NNTP-Posting-Date: Wed, 20 Mar 2002 20:55

Re: Updated: texinfo 4.1

2002-03-20 Thread Oliver Nittka
NNTP-Posting-Host: 206.184.204.2 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1016657563 8639 206.184.204.2 (20 Mar 2002 20:52:43 GMT) X-Complaints-To: [EMAIL PROTECTED] NNTP-Posting-Date: Wed, 20 Mar 2002 20:52

Re: Updated: texinfo 4.1

2002-03-20 Thread Oliver Nittka
NNTP-Posting-Host: 206.184.204.2 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1016658391 8639 206.184.204.2 (20 Mar 2002 21:06:31 GMT) X-Complaints-To: [EMAIL PROTECTED] NNTP-Posting-Date: Wed, 20 Mar 2002 21:06

Re: Updated: texinfo 4.1

2002-03-20 Thread Oliver Nittka
NNTP-Posting-Host: 206.184.204.2 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1016658027 8639 206.184.204.2 (20 Mar 2002 21:00:27 GMT) X-Complaints-To: [EMAIL PROTECTED] NNTP-Posting-Date: Wed, 20 Mar 2002 21:00

Re: Updated: texinfo 4.1

2002-03-20 Thread Oliver Nittka
:08:45 + (UTC) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us X-Virus-Scanned: by AMaViS perl-11 This is strange! Why did this happen? I posted it but Oliver Nittka is listed as the poster. Then the odd mail headers

xemacs, psgml, docbook xml v4.2

2003-10-07 Thread Oliver Vecernik
Hi, I'm trying to parse (C-c C-p) the DTD, but it doesn't work. My document starts with: http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd";[ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: htt

xemacs, psgml, docbook xml v4.2

2003-10-07 Thread Oliver Vecernik
Uups, here is the rest... On my Debian Woody box everthing works fine, but on Cygwin 1.5.5. nothing happens. Anybody a hint, what I'm doing wrong? Regards Oliver -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems

Problems running courierauth (UNIX-sockets)

2010-01-10 Thread Oliver Meier
ething? greetz oliver -- 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: Problems running courierauth (UNIX-sockets) - more information

2010-01-12 Thread Oliver Meier
gives: mv: cannot move `socket.tmp' to `socket': Read-only file system permissions are ok. there seems a problem to rename a socket file. in windows environment i can rename socket.tmp without problems. can anyone help? thanks oliver -- Problem reports: http:/

Re: Problems running courierauth (UNIX-sockets) - more information

2010-01-13 Thread Oliver Meier
Hi Corinna Thanks for your fast solution. I'll try to compile and test a cvs-snapshot... Greetz Oliver > > Done. A wrong condition for checking virtual filesystems (like /proc) > also catched unix sockets accidentally. I fixed this in CVS. > > > Thanks fo

Re: Problems running courierauth (UNIX-sockets) - more information

2010-01-17 Thread Oliver Meier
Hi Corinna I compiled the current snapshot and it works... Thanks for your help Herzliche Grüsse aus der Schweiz Oliver > Hi Corinna > > Thanks for your fast solution. I'll try to compile and test a > cvs-snapshot... > > Greetz > Oliver > -- Problem rep

Cygwin 1.7: Concurrency Issue with Shared State Initialization

2010-03-08 Thread Schmidt, Oliver
Cygwin executable constantly running or c) don't start Cygwin executables in parallel thousand of times Thanks in advance for your consideration. Regards, Oliver Schmidt -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Docum

RE: Cygwin 1.7: Concurrency Issue with Shared State Initialization

2010-03-09 Thread Schmidt, Oliver
's the very thing you're thinking about but ... AFAIK a spinlock is the usual paradigm in scenarios where one doesn't anticipate contention but needs to be aware of it 'just in case'. With InterlockedCompareExchange() and Sleep() it should be quite simple to create one th

Re: Cygwin 1.7: Concurrency Issue with Shared State Initialization

2010-03-10 Thread Schmidt, Oliver
'll test the snapshot asap! [...] + LONG init = InterlockedCompareExchange (&installation_root_init, 1L, 0L); [...] + low_priority_sleep (0); [...] I see we were thinking along the same lines ;-) Regards, Oliver -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: Cygwin 1.7: Concurrency Issue with Shared State Initialization

2010-03-10 Thread Schmidt, Oliver
by you calling the issue "tricky". As a non-native speaker it's sometimes difficult to be not unintentionally offensive... Regards, Oliver -- 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: Cygwin 1.7: Concurrency Issue with Shared State Initialization

2010-03-11 Thread Schmidt, Oliver
Hi Corrina, > Does the patch help? I've right now no access to my dev box. I'll be able to provide feedback (either positive or negative) tomorrow... Regards, Oliver -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/

Re: Cygwin 1.7: Concurrency Issue with Shared State Initialization

2010-03-12 Thread Schmidt, Oliver
ever I haven't had this effect so far with with the 1.7.1 DLL so it would be at least one possible explanation that the patch has a bug showing up in the very sporadic case it is supposed to fix. Regards, Oliver -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: Cygwin 1.7: Concurrency Issue with Shared State Initialization

2010-03-15 Thread Schmidt, Oliver
At this point gdb "hanged" and I didn't know how to get it to bringing up the (gdb) prompt so I had to kill it. > If it is happening in my code it will, once again, be tricky to debug > since you actually can't attach a debugger to the process at this point > in proces

Re: Cygwin 1.7: Concurrency Issue with Shared State Initialization

2010-03-15 Thread Schmidt, Oliver
bed) that I put the blame on this software. I was however not aware that I should have mentioned this in the first place - and http://cygwin.com/problems.html doesn't say so btw... Sorry if I made things unncessary complicated, Oliver -- Problem reports: http://cygwin.com/problems.

Re: Cygwin 1.7: Concurrency Issue with Shared State Initialization

2010-03-16 Thread Schmidt, Oliver
roblems exist. That's why we're working >on them. Sorry for again being unclear. The information above was soley meant to complement the cygcheck output - which was produced on my XP-64 machine - trying to say that the issue seems to be not tied to a certain OS variant. Rega

Re: Cygwin 1.7: Concurrency Issue with Shared State Initialization

2010-03-18 Thread Schmidt, Oliver
added by Christopher the other day: assertion "*native_root != '\0'" failed: file "/netrel/src/cygwin-snapshot-20100315-1/winsup/cygwin/mount.cc", line 341, function: void mount_info::create_root_entry(WCHAR*) Regards, Oliver -- Problem reports:

Re: Cygwin 1.7: Concurrency Issue with Shared State Initialization

2010-03-19 Thread Schmidt, Oliver
our far from mainstream scenario! Regards, Oliver P.S.: I presume the fix will show up in the next Cygwin release. -- 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: Cygwin 1.7: Concurrency Issue with Shared State Initialization

2010-03-22 Thread Schmidt, Oliver
>>P.S.: I presume the fix will show up in the next Cygwin release. >Nope. It's just for you. No one else is privileged enough to get the >fix. :-) :-)) -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.

Mounting ISOs with Cygwin?

2013-06-03 Thread John Oliver
help... what's the secret? :-) -- *** * John Oliver http://www.john-oliver.net/ * * * *** -- Problem re

Cygwin command line takes a long time to start

2010-07-22 Thread John Oliver
After opening the Cygwin shell, I get the black box and a blinking underscore for ten or fifteen seconds before the prompt appears. How would I go about figuring out what the delay is all about? -- *** * John Oliver

Re: Cygwin command line takes a long time to start

2010-07-22 Thread John Oliver
On Thu, Jul 22, 2010 at 01:30:37PM -0400, Larry Hall (Cygwin) wrote: > On 7/22/2010 1:14 PM, John Oliver wrote: > >After opening the Cygwin shell, I get the black box and a blinking > >underscore for ten or fifteen seconds before the prompt appears. How > >would I go about

R-3.3.3-1: unable to load stats.dll

2017-03-28 Thread Oliver Schoett
warning again? Oliver Schoett $ Rscript.exe library.R Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/usr/lib/R/library/stats/libs/stats.dll': No such file or directory During startup - Warning message: package ‘stats’ in options("defaultPac

Re: R-3.3.3-1: unable to load stats.dll

2017-03-28 Thread Oliver Schoett
Oliver Schoett wrote: Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/usr/lib/R/library/stats/libs/stats.dll': No such file or directory During startup - Warning message: package ‘stats’ in options("defaultPackages") was not found I

  1   2   >