Re: real beginer

2012-10-23 Thread Sven Köhler
Am 23.10.2012 15:28, schrieb Trixie: > I'm real beginner with cygwin, actually linux and everything related. > But i need to instal and use certain fortran based program. I installed > cygwin and several packages. I'm trying to call certain module and all i get > is > bash: module: command not fou

Re: mingw32-gcc and posix paths

2012-08-30 Thread Sven Köhler
Am 29.08.2012 18:08, schrieb thoni56: > "i686-w64-mingw32-gcc" (which it is in my cygwin) works perfectly. Thanks! That is actually not MinGW (formely known as mingw32), but MinGW-w64 (a new project, independent from the "old" MinGW32 project). That's why JonY pointed you at i686-pc-mingw32-gcc, w

textlive 2012: missing biber dependencies

2012-08-05 Thread Sven Köhler
Hi, freshly updated cygwin with texlive installed. I can't even run "biber --help". This is the output: $ biber --help Can't locate PAR.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.14/i686-cygwin /usr/lib/perl5/site_perl/5.14 /usr/lib/perl5/vendor_perl/5.14/i686-cygwin /usr/lib/per

Re: running latex generates "Bad address" error message

2012-07-17 Thread Sven Köhler
Am 17.07.2012 16:55, schrieb Keith Lindsay: > Hi, > > When I run the command "latex" on the command line, without any command > line arguments, I get the following message: > > -bash: /usr/bin/latex: Bad address Read my post from 2 minutes ago: Install libpoppler26. But can somebody tell me, w

Re: [ANNOUNCEMENT] Updated: TeX Live 2012

2012-07-17 Thread Sven Köhler
Am 17.07.2012 05:07, schrieb Ken Brown: > On 7/16/2012 6:48 PM, Sven Köhler wrote: >> Am 16.07.2012 13:39, schrieb Ken Brown: >>> Cygwin's TeX Live packages have been updated to the latest upstream >>> release, TeX Live 2012. >> >> Just updated cygwin i

Re: [ANNOUNCEMENT] Updated: TeX Live 2012

2012-07-16 Thread Sven Köhler
Am 16.07.2012 13:39, schrieb Ken Brown: > Cygwin's TeX Live packages have been updated to the latest upstream > release, TeX Live 2012. Just updated cygwin inside my Windows 7 virtual machine. It's not looking good. The following kind of generic error shows in mintty: -bash: /usr/bin/pdflatex: Ba

Re: Portable shell code between Cygwin and Linux

2011-08-10 Thread Sven Köhler
Am 08.08.2011 15:40, schrieb Eric Blake: > On 08/07/2011 07:20 PM, Sven Köhler wrote: >> pathconvert() { >>echo "$1" >> } >> > >> (There's one issue here: I would like to write echo -- "$1", but echo >> doesn't under

Re: Portable shell code between Cygwin and Linux

2011-08-08 Thread Sven Köhler
Am 08.08.2011 10:14, schrieb Andrey Repin: > Greetings, Sven Köhler! > >>> alias vpnup='exec sudo openvpn --config $HOME/config/client.vpn --writepid >>> /tmp/openvpn.pid &' >>> >>> that's where his problem began, IMO. > >>

Re: Portable shell code between Cygwin and Linux

2011-08-07 Thread Sven Köhler
Am 02.08.2011 14:24, schrieb Sebastien Vauban: > I don't like copy/pasting things, and just changing bits of the code, if I can > avoid it. if you detect cygwin: pathconvert() { // do cygwin specific path conversion of $1 } if you don't detect cygwin pathconvert() { echo "$1" } Use the pa

Re: Portable shell code between Cygwin and Linux

2011-08-07 Thread Sven Köhler
Am 30.07.2011 14:14, schrieb Andrey Repin: > Greetings, Corinna Vinschen! > >>> For every shell code that I write, I'd like it to be portable both to Cygwin >>> on Windows, and to Ubuntu Linux for example. >>> >>> It's kinda possible, but am blocked with such a use case: >>> >>> alias vpnup='exec

Re: CYGWIN=tty round 2

2011-05-23 Thread Sven Köhler
Am 22.05.2011 23:19, schrieb Christopher Faylor: > mintty I have the feeling, you should make mintty default :-) (for startup menu shortcuts, etc.) -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/doc

Re: [1.7] Recent build failures (grap and nano) and strange characters in error log

2010-01-27 Thread Sven Köhler
Am 27.01.2010 18:33, schrieb Andy Koppe: > 2010/1/27 Fergus: >> Q2 I attach the error log (only 6 lines) when attempting "make" after a >> successful "./configure" of grap v.1.43. I am particularly surprised at and >> bothered by the intrusive strange characters. > > It's due to using rxvt with a

Re: rxvt ctrl-c killing process

2010-01-19 Thread Sven Köhler
Am 19.01.2010 06:52, schrieb David Smiley @MITRE.org: > Greetings folks. > I have been fed-up with the default GUI shell on Cygwin, being used to the > great Terminal that comes with Mac OS X. Some googling around uncovered > that I should try "rxvt". My experience with rxvt is pretty good, aft

Re: Cygwin 1.7.1-1 Setup.exe version 2.676 fails to install on Windows 7 x64

2010-01-16 Thread Sven Köhler
Am 17.01.2010 01:07, schrieb Clinton Goudie-Nice: > Greetings, > > Cygwin 1.7.1 is failing to install on a relatively clean Windows 7 x64 > box. I installed this box today, applied the updates and installed a > minimal amount of other software (MS office 2007, WHS client, the > gimp, inkscribe, pi

cygwin 1.7 has moved to utf8?

2009-09-29 Thread Sven Köhler
Hi, is it just me, or does cygwin 1.7 return a utf8 encoded strings for filenames and the like? I wonder, because rxvt and xterm show two strange characters for each german umlaut when I use "ls -la" or the like. Well, I don't think that rxvt will ever work, because it doesn't support unicode. A

Re: [BUG?] run.exe and pdflatex

2008-01-10 Thread Sven Köhler
> Now, in Cygwin 1.7.x (a.k.a. CVS HEAD), this is no longer the case (since > revision 1.243 of spawn.cc). The comment simply says "Drop > pty_needs_alloc_console check" -- maybe Corinna can explain why it was > dropped. So your program will not work as expected in the snapshots. OK, thanks for

Re: [BUG?] run.exe and pdflatex

2008-01-10 Thread Sven Köhler
> However, the above is *not* equivalent to using run.exe in that it will > not hide the console window (try it from a GUI). Just tested it. It's not true. I compiled my program with "gcc -o /bin/myrun.exe -mwindows" and executed "c:\cygwin\bin\myrun.exe /bin/sleep 60" from Windows Explorer. No

Re: [BUG?] run.exe and pdflatex

2008-01-10 Thread Sven Köhler
> Check the cygstart utility. > I thing it works with symbolic links. Hmm. The cygstart utility is for starting application / opening files as if they were double clicked in the explorer. So you can do: cygstart my.pdf (will open acrobat reader) cygstart pdflatex (will open a windows console win

Re: where is pdflatex gone?

2008-01-10 Thread Sven Köhler
>> ... can the tetex packages be fixed, so that they supply a pdflatex link? > > My understanding is that support for tetex has been stopped and that > in its place texlive is available.. Yes, tetex is not maintained anymore. But the cygwin people have not stopped maintaining their tetex packag

Re: [BUG?] run.exe and pdflatex

2008-01-10 Thread Sven Köhler
> bash -c "exec /bin/echo \$@" some arguments here > > and see what's printed; then read the bash man page for why this happens). Oh, that possibility was new to me. All i wonder, is why the "some" gets lost. Only "arguments here" is printed. And actually i would like to argue, that "$@" instead

Re: [BUG?] run.exe and pdflatex

2008-01-10 Thread Sven Köhler
> Now i wonder, if it's already safe or if it would be possible to use > cygwin API (for example execve) from run.exe. To fix all the issues, > run.exe really would have to use cygwin to start the command since only > that will resolv all the issues (analysing the shebang, following > symlinks, etc

Re: [BUG?] run.exe and pdflatex

2008-01-10 Thread Sven Köhler
I just tried to run pslatex (which is a shell-script) with run.exe. And actually, it won't run. There is a box saying "Error: could not start c:\cygwin\bin\pslatex". Well, it's not an exe-file. It's basically a textfile to windows. Hence the error, i guess. Now i wonder, if it's already safe or

Re: [BUG?] run.exe and pdflatex

2008-01-10 Thread Sven Köhler
> Finally, > you can look at the sources for run.exe (available via Cygwin setup) and > submit a patch (look at the first argument to CreateProcess). Hmm. So indeed run seems to use the Windows-API to create the new rprocess. But that pdfetex knows, that is has been invoked by the name pdflatex, m

Re: [BUG?] run.exe and pdflatex

2008-01-10 Thread Sven Köhler
>> so i have a latex file here. "pdflatex document.tex" works. But "run >> pdflatex document.tex" does not. >> >> "run.exe" seems to be the best way to call cygwin application from >> external windows apps. But the seems to be some difference from invoking >> by a shell. >> >> pdfetex seems to chec

[BUG?] run.exe and pdflatex

2008-01-10 Thread Sven Köhler
Hi, so i have a latex file here. "pdflatex document.tex" works. But "run pdflatex document.tex" does not. "run.exe" seems to be the best way to call cygwin application from external windows apps. But the seems to be some difference from invoking by a shell. pdfetex seems to check the name by it

where is pdflatex gone?

2008-01-10 Thread Sven Köhler
Hi, can the tetex packages be fixed, so that they supply a pdflatex link? I checked all of the *.gz files in /etc/setup and all the scripts in /etc/postinstall. It doesn't seem, like packages is supposed to install pdflatex link :-( I have the following tetex packages installed: tetex-base,bin,e

Re: [rxvt packaging bug?] New rxvt introduces broken font default

2007-09-15 Thread Sven Köhler
> I just updated to rxvt-20050409-7, and the font changed to a very weird > display using a proportional-width font, but displayed with each > character left-aligned within a fixed-size area which appears to > correspond to the largest character within the font. > > At a guess, this is because the

Re: llrint() into math.h

2006-11-12 Thread Sven Köhler
> I will ask in newlib list, as you have kindly suggested. I have interest in llrint too. What did the newlib-guys answer? signature.asc Description: OpenPGP digital signature

Re: rvxt-20050409-1 console problem

2006-05-15 Thread Sven Köhler
> Shouldn't the console-hiding code be unnecessary? > > Here is a simple approach that I have been using (and have written > to this list previously) which makes it possible to start rxvt > without resorting to starting a console first: > >1. Using MS Windows Explorer, locate the 'rxvt' binar

Re: rvxt-20050409-1 console problem

2006-05-15 Thread Sven Köhler
>> $ javaw >> Usage: javaw [-options] class [args...] > > Please re-read what I wrote. What you are seeing here is the expected > result of *not* using a windows console but instead a pty, which to > javaw.exe will appear to be redirection to a pipe. And again, since a > pipe does not involve a

Re: rvxt-20050409-1 console problem

2006-05-15 Thread Sven Köhler
>> This is not an option in the slightest. A -mwindows application cannot >> interact with the console it was invoked from! That means that all such >> compiled applications would have no I/O when invoked from the command >> line unless redirected to a file. Try compiling "int main() { >> puts("

Re: rvxt-20050409-1 console problem

2006-05-15 Thread Sven Köhler
>> There are only two things, that i'd like to be abled to do: >> a) start rxvt.exe directly from windows without a console-windows >> b) run it from inside cygwin like any other app > > Use "run". So if there is that nice thing called run, that avoids creating a console, do we still need the "cl

Re: rvxt-20050409-1 console problem

2006-05-15 Thread Sven Köhler
>> So i always was annoyed by the fact, that starting rxvt directly from >> windows opens a console windows. > > Use 'run'. Or, modulo the bug Igor is reporting, the latest refresh of > rxvt. Now i know, what you mean with run! Now i'm satisfied, but ... >> Isn't it possible, to create such an

Re: rvxt-20050409-1 console problem

2006-05-15 Thread Sven Köhler
>> So i always was annoyed by the fact, that starting rxvt directly from >> windows opens a console windows. > > Hence the recommended use of "run". run? >> Isn't it possible, to create such an EXE-file, that doesn't open a >> console? Would that cause any problems with cygwin? > > It's possibl

Re: rvxt-20050409-1 console problem

2006-05-15 Thread Sven Köhler
> After installing rxvt-20050409-1, starting rxvt from a console bash hides > that console. To reproduce: start a console bash, type "rxvt" or "rxvt &" > (either way), observe that the bash window goes away (the process is still > running, though). I don't think the cygcheck output is relevant, s

Re: squid status?

2006-05-09 Thread Sven Köhler
>> I remember, that it once worked. >> >> Any clue, why squid is that broken? > > Nope. Sounds like it would be worthwhile to debug it. squid is strange. It looks in /etc/resolv.conf for DNS-server, it checks the cache-directories - and if something is not right (not DNS-servers in resolv.conf,

squid status?

2006-05-09 Thread Sven Köhler
Hi, On an up2date cygwin Installation, i tried to use the supplied squid-package and i also tried, to compile by myself. The problem: squid always crashes. I have no clue why, but it does: $ squid.exe -D -N Aborted (core dumped) That's all i get :-( I remember, that it once worked. Any clue,

Re: Cygrunsrv starts service but reports that it didn't start

2006-04-12 Thread Sven Köhler
> Command : /usr/sbin/sshd -D for sshd, "-D" means, that the sshd process will _not_ detach from his parent process (which is cygrunsrv) > Command : /usr/local/sbin/samhain -D and according to the docs, saimhain will _not_ detach from the parent process to become a daemon

Re: compiling cvs 1.12.13

2006-03-08 Thread Sven Köhler
>>> i'd like to compile cvs 1.12.13 for doing some testing, but it doesn't >>> compile :-( >>> >>> Does somebody have a clue, what the following may mean and how i could >>> work around it? > > It looks like cvs is using an older version of gnulib's getaddrinfo.c > replacement module, which until

Re: compiling cvs 1.12.13

2006-03-08 Thread Sven Köhler
>>> i'd like to compile cvs 1.12.13 for doing some testing, but it doesn't >>> compile :-( >>> >>> Does somebody have a clue, what the following may mean and how i could >>> work around it? > > It looks like cvs is using an older version of gnulib's getaddrinfo.c > replacement module, which until

compiling cvs 1.12.13

2006-03-07 Thread Sven Köhler
Hi, i'd like to compile cvs 1.12.13 for doing some testing, but it doesn't compile :-( Does somebody have a clue, what the following may mean and how i could work around it? make[3]: Entering directory `/tmp/install/cvs-1.12.13/lib' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -MT

Re: [ANNOUNCEMENT] Updated cygwin package: gnupg-1.4.2.1-1

2006-02-26 Thread Sven Köhler
There's possibly another sollution: Does cygwin support something like LD_RUN_PATH? Under Linux, you can embed a path into the executable binaries. The linker then additionally searches that path for libraries. That path is afaik called LD_RUN_PATH. So does cygwin support such a thing? I'm almos

Re: [ANNOUNCEMENT] Updated cygwin package: gnupg-1.4.2.1-1

2006-02-26 Thread Sven Köhler
> * Add "--exec-path /bin:/usr/sbin/gnupg" to the gpg command that enigmail > uses. That sollution works perfectly! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: [ANNOUNCEMENT] Updated cygwin package: gnupg-1.4.2.1-1

2006-02-26 Thread Sven Köhler
>>> A Dialog opens, with the title: >>> gpgkeys_hkp.exe - component not found > > This version of gpg should have hardcoded the location of all the gpgkeys > programs, which are in /usr/sbin. The gpgkeys_hkp.exe is found, but the cygwin1.dll is not found according to the following text: >>> Th

Re: [ANNOUNCEMENT] Updated cygwin package: gnupg-1.4.2.1-1

2006-02-26 Thread Sven Köhler
Hi, the new version doesn't work with enigmail. I'm using Thunderbird + enigmail + cygwin's gnupg. If i now try to refresh the keys i get the following error: A Dialog opens, with the title: gpgkeys_hkp.exe - component not found The Dialog contains the text: The application could not be sta

Re: cvs is broken/cygwin-bug in mkdir()?

2006-02-04 Thread Sven Köhler
> I just checked in a fix to make cygwin return the correct error > when trying to create a file with a trailing dot. > > It will be in the next snapshot. Thank you! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documen

Re: Problems with cygwin cvs over ssh.

2006-02-03 Thread Sven Köhler
> The funny thing is that the > directory in the message *is* created before the commands are even read, > and yet cvs still complains that it can't create it because of ENOENT. I think, that ENOENT is wrong! It should be EEXIST. Perhaps cvs would ignore EEXIST, but now complains about ENOENT. I

Re: Problems with cygwin cvs over ssh.

2006-02-03 Thread Sven Köhler
>> Right. I missed the "." in the original message. The change that >> prompted this behavior seems to be >> . I'm assuming the >> motivation for this patch was to duplicate Linux's behavior (which doesn't >> allow trailing "." in a path pas

Re: cvs is broken/cygwin-bug in mkdir()?

2006-02-03 Thread Sven Köhler
>> i'm trying to use cygwin's cvs in server-mode for another application >> I get the following error, but on a linux-system, everything is fine! >> >> E cannot mkdir /tmp/cvs-serv784/. >> error No such file or directory > > Already discussed: >

cvs is broken/cygwin-bug in mkdir()?

2006-02-03 Thread Sven Köhler
Hi, i'm trying to use cygwin's cvs in server-mode for another application I get the following error, but on a linux-system, everything is fine! E cannot mkdir /tmp/cvs-serv784/. error No such file or directory Please note, that the error is: "no such file or directory" So i tested mkdir on

Re: /etc/profile always does a "cd $HOME"

2005-05-23 Thread Sven Köhler
i'd like to use cygwin from a normal windows-app. The problem is, that i need a login-shell, so that all environment-vars are properly set. The problem: bash -li always changes the current workdir! >> >>The point was "a flly functional" environment, and just adding /bin to >>the PATH i

Re: /etc/profile always does a "cd $HOME"

2005-05-23 Thread Sven Köhler
>>> i'd like to use cygwin from a normal windows-app. The problem is, that i >>> need a login-shell, so that all environment-vars are properly set. The >>> problem: bash -li always changes the current workdir! >> >> So here's what i'd like to do. Perhaps you could help me with that: >> >> I'm tryin

Re: /etc/profile always does a "cd $HOME"

2005-05-22 Thread Sven Köhler
> i'd like to use cygwin from a normal windows-app. The problem is, that i > need a login-shell, so that all environment-vars are properly set. The > problem: bash -li always changes the current workdir! So here's what i'd like to do. Perhaps you could help me with that: I'm trying to execute mak

Re: /etc/profile always does a "cd $HOME"

2005-05-22 Thread Sven Köhler
>>i'd like to use cygwin from a normal windows-app. The problem is, that i >>need a login-shell, so that all environment-vars are properly set. The >>problem: bash -li always changes the current workdir! > > That's not a problem, it's a feature. > >>IMHO, executing "bash -li" shouldn't change the

/etc/profile always does a "cd $HOME"

2005-05-22 Thread Sven Köhler
Hi, i'd like to use cygwin from a normal windows-app. The problem is, that i need a login-shell, so that all environment-vars are properly set. The problem: bash -li always changes the current workdir! IMHO, executing "bash -li" shouldn't change the workdir. No other system i know does that. Scri

ssh.exe opens UDP-socket, why?

2005-03-08 Thread Sven Köhler
Hi, if i do a normal ssh [EMAIL PROTECTED], i see a UDP-socket in the of open ones. The UDP-socket it only bound to 127.0.0.1, but i ask myself, why ssh should use UDP. I guess it's cygwin-related. Can you tell me, what's going on? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simp

Re: odd behavior of symlinks on Win XP SP2

2005-01-17 Thread Sven Köhler
I suspect it's important in the longer term to track this down because they (MSFT) ~could~ make further changes down the road that break cygwin-created symlinks altogether (from the windoze perspective), which'd more than just "annoying". No, Microsoft is not going to break things so that cygwin

Re: ls /dev/*

2004-11-03 Thread Sven Köhler
Actually, please don't. I think you misinterpret the discussion in cygwin-developers. Now that you've reacquainted me with the discussion, I remember why it wasn't applied as-is. My plan was for /dev to go away as a special mount. Now that mknod works, this is more doable than it was in 2002. W

Re: g++ 3.4.x library issue

2004-10-05 Thread Sven Köhler
#include int main(){return 0;} how about including string.h instead of a file called "string"? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://

Re: "which" command does not expand "~" in path

2004-09-26 Thread Sven Köhler
Instead, the shell usually substitutes ~ or ~user. Look at this the output of these commands: echo ~ echo "~" This is probably common knowledge, but I learned last night that sh never expands ~. Under sh, the two lines above yield the same output, simply ~. I can confirm that for cygwin.

Re: "which" command does not expand "~" in path

2004-09-25 Thread Sven Köhler
Set PATH so it includes user's private bin if it exists if [ -d ~/bin ] ; then PATH="~/bin:${PATH}" fi Hmm, i'm not 100% percent sure, but is this supposed to work in general? I don't think that all programs that use the PATH varible are supposed to interpret ~ correctly. Instead, the shell us

Re: Win XP SP2: cvs over ssh problems

2004-09-14 Thread Sven Köhler
My XP machine at work was just upgraded to SP2. Now I'm having problems accessing a cvs repository on a linux box over ssh. Everything was working fine until this SP2 upgrade. I'm doing CVS over SSH a lot, and what can i say: it just works, and i've got SP2 and Cygwin 1.5.11 installed too. --

ghostscript needs libICE.dll

2004-04-29 Thread Sven Köhler
hi, ghostscript-x11 still depends on libICE.dll. i think the package-maintainer needs to rebuild it. Thx SVen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: gentoo portage and cygwin

2004-04-19 Thread Sven Köhler
has anybody ever tried to port the gentoo-portage to cygwin? not that i expect many of the gentoo-ebuilds to compile, but the cygwin-people Take a look at http://sourceforge.net/project/showfiles.php?group_id=27249&package_id=19019 the portage available there seems to work with python 2.2 only.

gentoo portage and cygwin

2004-04-18 Thread Sven Köhler
hi, has anybody ever tried to port the gentoo-portage to cygwin? not that i expect many of the gentoo-ebuilds to compile, but the cygwin-people could maintain their own portage. the gentoo-portage also supports binary packages so that you don't have to compile everything yourself. -- Unsubscri

Re: package maintainer

2004-01-13 Thread Sven Köhler
I saw in the cygwin archives that you wanted to maintain (among other things) libao libogg libvorbis vorbis-tools for cygwin. I'd love to, but i'm still to stupid to create shared libraries with cygwin. I assume that means that you've gotten these packages up and running on the cygwin environment.

Re: closing rxvt

2003-10-11 Thread Sven Köhler
If you close an rxvt window by clicking on the Close [X] then the bash shell running under rxvt never gets notified and runs in the background. When you attempt to shutdown Windows you'll see a dialog box asking to kill that process. This is a known bug in rxvt (PTC). Well, many people have repo

Re: 1.5 is coming... please test away!

2003-08-23 Thread Sven Köhler
So, the request is to test 1.5.x, and we're getting setup.exe bug reports. So what do you expect? To test it, people must install it. If that doesn't work, forget the test. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

how to become a package maintainer?

2003-08-14 Thread Sven Köhler
hi, I'd some more packages to be part of the official cygwin distribution (installable via setup.exe). These packages are: libao libogg libvorbis vorbis-tools libavcodec freetype mplayer i already found a freetype package by Gerrit P. Haase but it is not yet installable via setup (although Gerr

Re: how to become a package maintainer?

2003-08-11 Thread Sven Köhler
- how do i build DLLs? i could compile libao, libogg and libvorbis but i only get *.la and *.a files but no *.dll like i would expect. i thought that this would be managed by autoconf/configure somehow, but it isn't as it seems. Add -no-undefined to the libtool LDFLAGS. I looked a little closer a

flag to turn of CRLF conversion

2003-08-04 Thread Sven Köhler
hi, i read http://cygwin.com/cygwin-ug-net/using-cygwinenv.html and searched for a flag that turns of CRLF conversion. For example setxkbmap.exe from the XFree packages still crashes if i CRLF conversion is globally turned on with cygwin's setup.exe. I could put any entry into the Registry to

Re: cygipc/cygwin-daemon

2003-06-04 Thread Sven Köhler
hi, i just want to know, how far the development of the cygipc-replacement is. i'm just interested in that technique. Check the email archives or CVS for details. Allot of good work has been done but more is needed. It needs maintainers with some free time to devote. Wanna sign up? :-) Nice to

squid blocking

2003-06-02 Thread Sven Köhler
hi, i've got a squid-proxy running under cygwin. there's only one squid.exe, so i guess squid doesn't use fork() etc. under cygwin - does it use fork() or thread under linux? if my squid has to answer many http-requests that block because the http-server is damn slow, even requests to fast ser

Re: ODBC & PHP4

2003-06-01 Thread Sven Köhler
i'm trying to build unixODBC & PHP with ODBC support on CYGWIN. There should perhaps be a possibility to bridge Windows' ODBC to Cygwin, so that you can compile PHP with Windows' ODBC. Perhaps all you need are some header-files, but i'm not to sure about that, because Windows DLLs and Cygwin mus

cygipc/cygwin-daemon

2003-06-01 Thread Sven Köhler
hi, i just want to know, how far the development of the cygipc-replacement is. i'm just interested in that technique. BTW: what does the cygwin-daemon do different? I always wondered, why cygipc needs a deamon-process, because as far as i know, a DLL is only loaded once, and so the cygipc.dll/c

Re: saving problem w/ postgresql

2003-03-18 Thread Sven Köhler
I am curious however, why you are not running this on some version of Linux. Win2k may be a great improvement over win9x, but it is still a second rate OS. don't blame him for the OS he is using! it's not even a problem with the OS, but with the software he is using. i would expect postgresql to

Re: strange behaviour in cygwin 1.3.21

2003-03-13 Thread Sven Köhler
usually, i connect to a host with ssh, and when i'm finished, i just just hit the close-button of the console-window, which kills bash, ssh etc. now, after upgrading to cygwin 1.3.21, i cannot use the close-button as usual when i'm using ssh in that console-window. it blocks, and the windows-box oc

strange behaviour in cygwin 1.3.21

2003-03-13 Thread Sven Köhler
hi, usually, i connect to a host with ssh, and when i'm finished, i just just hit the close-button of the console-window, which kills bash, ssh etc. now, after upgrading to cygwin 1.3.21, i cannot use the close-button as usual when i'm using ssh in that console-window. it blocks, and the window

rsync problem

2002-12-27 Thread Sven Köhler
hi, i have a problem with rsync. it copies the same the files again and agin and i run rsync -rv dir1/ dir2/ but when i run rsync again it copies some files that have not been changed and if i run rsync the third, forth, etc. time, it copied the same files again. is there anything wrong

Re: Perl 5.6.1: Problem with CRLF/LF conversions

2002-11-07 Thread Sven Köhler
sorry, the german mail got into the list by accident. -- 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: Perl 5.6.1: Problem with CRLF/LF conversions

2002-11-06 Thread Sven Köhler
warum verweißt du ihn auf perl5.8? ist es nicht wünschenswert, daß perl dateien im text-mode öffnet? bzw. sie nur genau dann als binär behandelt, wenn man binmode() aufruft? Gerrit P. Haase wrote: Hallo Mikael, Am Dienstag, 5. November 2002 um 14:41 schriebst du: >I'm trying to port a framew

Re: CYGWIN Installer should setup a root environment variable

2002-11-06 Thread Sven Köhler
>I have experienced many times situations which I would like to refer to >CYGWIN's root directory from a bat script. The most generic solution >would be to utilise an environment variable such as CYGROOT or (as in >startxwin.bat) CYGWIN_ROOT to refer to the absolute windows pathname >(e.g. D:\cygwi

Re: Is it possible to convert a ".so" file to a ".a" file?

2002-10-27 Thread Sven Köhler
But if I understand you correctly, you were given ".so" binary files. You won't be able to just take compiled Linux code and run it in Cygwin: Cygwin is not UNIX.. Cygwin is a UNIX-like wrapper around Windows. Cygwin is not an emulator for Linux binaries. Or maybe I misunderstood. i think you

Re: Cygwin Here power toy

2002-10-24 Thread Sven Köhler
The "exec" before the second invocation of /bin/bash means that this replaces the first bash, rather than having the first bash wait for it to finish. Thus, you should not end up with two copies of bash in memory. (This depends, of course, on the correct implementation of the exec() functions in th

Re: Copy-on-write fork

2002-10-22 Thread Sven Köhler
Repeat after me: don't open old threads. oops ... didn't know that rule after which time is a thread an old thread? However I'll let you off this once, because you are using a newsreader and I've made the same mistake before. Thx If you think copy on write is faster, then feel free to do s

Re: Copy-on-write fork

2002-10-21 Thread Sven Köhler
A test program and statistics are shown below which clearly show Cygwin's fork implementation in the lead. how much memory did your programs allocate prior to fork()ing? copy-on-write might only apply to applications with high memory-usage. another thing i didn't understand was, why you took a t

Re: Initializing and cygwin.bat

2002-10-21 Thread Sven Köhler
As a new user I wanted to customize cygwin.bat to my system, which uses 4dos as the shell and only maintains command.com as an antique. W98 BTW. I found that various commands wouldn't work! The reason was that command.com was being called in the .pif file. I simply changed the .pif to specify "

Re: Cygwin Here power toy

2002-10-20 Thread Sven Köhler
But I get to see two bash processes with different PID's in the Taskmanager. However, 'ps -e' shows only one... perhaps it's some kind of "forked" but you should test this: open two win32-consoles my first console looks like this: C:\>mkdir t C:\>cygwin\bin\bash --login -c "cd /cygdrive/c/t; e

Re: Cygwin Here power toy

2002-10-20 Thread Sven Köhler
REGEDIT4 [...] [HKEY_CLASSES_ROOT\Directory\shell\CygwinHere\command] @="c:\\cygwin\\bin\\bash.exe --login -c \"cd '%1' ; exec /bin/bash -rcfile ~/.bashrc\"" can you think of any better way to start bash? the above creates two bash.exe in memory: one executing /etc/profile and the cd-command and

Re: ssh refuses to enter binmode (fwd)

2002-10-18 Thread Sven Köhler
I recently posted a *specific* message saying that I thought I'd fixed your *specific* problem. This was after you reported that previous snapshots didn't work. It wasn't in response to a specific email from you but, that really shouldn't be necessary. that true, but i tried the 20021017 snaps

bug introduced in cygwin 1.3.13-2

2002-10-18 Thread Sven Köhler
hi! i'm using ssh.exe as my CVS_RSH from eclipse. until today, it worked fine - i would even say perfectly. but since i installed 1.3.13-2 the response from the CVS-server seems to get modified. i cannot installed 1.3.13-1 again with the setup.exe, but 1.3.12-4 works, 1.3.13-2 does not. i thin

Re: bug introduced in cygwin 1.3.13-2

2002-10-18 Thread Sven Köhler
We have a similar problem with WinCVS and ssh. Up to 1.3.12-4 it works but with 1.3.13-2 not. The server response and/or the ssh output seems to have changed. How can I track this problem further down ? BTW: cygwin's cvs does work with ssh, so only external non-cygwin programs seem to have probl

Re: bug introduced in cygwin 1.3.13-2

2002-10-18 Thread Sven Köhler
i tried http://cygwin.com/snapshots/cygwin1-20021016.dll.bz2 and copied the dll over to one in c:\cygwin\bin nothing new - the bug still exists. installed 20021017 now, same bug BTW: it's not the problems which were caused by ntsec-option, my ssh is working fine, as long as i use it from wi

Re: bug introduced in cygwin 1.3.13-2

2002-10-18 Thread Sven Köhler
TRY A SNAPSHOT. hmmm ... i tried http://cygwin.com/snapshots/cygwin1-20021016.dll.bz2 and copied the dll over to one in c:\cygwin\bin nothing new - the bug still exists. is it easy to compile a new one from the cvs-sources? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: ssh refuses to enter binmode (fwd)

2002-10-18 Thread Sven Köhler
Why are you refusing to use the snapshot? This is very perplexing. you said "use a snapshot" and so i did, but you ignored me when i said, that the latest snapshot i found didn't fix th problem. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http:/

Re: paths like //usr/local

2002-10-15 Thread Sven Köhler
> To quote from the Single Unix Specification v3: > > "A pathname consisting of a single slash shall resolve to the root > directory of the process. A null pathname shall not be successfully > resolved. A pathname that begins with two successive slashes may be > interpreted in an implementation

Re: paths like //usr/local

2002-10-15 Thread Sven Köhler
> Perhaps something like a unc_prefix is in order, similar to the cygdrive > prefix? the sollution that paths like //comp/share are interpreted like an UNC-path is just not compatible with an application might expect from a unix-environment. the 2 slashes should be collapsed and nothing else.

Re: paths like //usr/local

2002-10-15 Thread Sven Köhler
> "Patches gratefully accepted" (C). Oops, sorry, I guess it's "Donations > gleefully accepted" now... :-D what do you mean with that? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com

Re: paths like //usr/local

2002-10-15 Thread Sven Köhler
>>a path like //usr/local is treated as an UNC path. >>this might leads to problems when an application is using //usr/local as >>a normal "unix"-path. >> >>i don't know how to overcome the problem, but one might think of a path >>like /unc/computer/share instead of using the path //computer/sha

paths like //usr/local

2002-10-15 Thread Sven Köhler
hi, a path like //usr/local is treated as an UNC path. this might leads to problems when an application is using //usr/local as a normal "unix"-path. i don't know how to overcome the problem, but one might think of a path like /unc/computer/share instead of using the path //computer/share wha

  1   2   >