/usr/bin exists not; man can't find nroff; permissions inconsistent

2004-06-21 Thread Carlo Florendo
Hello, After installing cygwin, I am encountering some issues. cygcheck's output attached: First, I tried to man bash. Nothing appeared on screen so I hit `q'. Then, it says that nroff was not found. $ man bash /usr/bin/nroff: not found Then, I checked whether nroff existed: $ ls -l /usr/bi

Re[2]: Compiling DLLs to be used from native Win32 application

2004-06-21 Thread 3APA3A
Dear Reini Urban, No, your guess is wrong. 3proxy is natively developed to compile under Windows and compiles perfectly with both gcc -mno-cygwin and VC++ and though it can be compiled with cygwin I see no reason for that (3proxy has build-in code to install and run as Windows service and

Re: CYGWIN/BASH CHMOD on W9x.

2004-06-21 Thread jglong3
Hello Brian and Thorsten, :) :) OK,so I fell asleep when I looked at the word IIRCplease forgive me ;-\ ;-\ Jerry -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.

Re: CYGWIN/BASH CHMOD on W9x.

2004-06-21 Thread jglong3
Hello Brian and Thorsten, :) :) Brian,,,I'll take a look at IIRC! THANKS for the info! More comments at the appropriate places below! -- Original message from "Brian Bruns" : -- > On Monday, June 21, 2004 3:43 PM [EDT], [EMAIL PROTECTED] > wrote: > > > > > 3.

Re: CYGWIN/BASH CHMOD on W9x.

2004-06-21 Thread Brian Bruns
On Monday, June 21, 2004 3:43 PM [EDT], [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > 3. Or, has someone been succesful to chmod with a W9x environment > IIRC (and I could be wrong, since its been a while since I've worked with Cygwin under a non NT based system), Win9x/ME has no securi

Re: CYGWIN/BASH CHMOD on W9x.

2004-06-21 Thread Thorsten Kampe
* [EMAIL PROTECTED] (2004-06-21 21:43 +0200) > FYIPlease be patientI am a NEWBIE using the CYGWIN/BASH environment. I did > use UNIX, but that was many years ago (pre 1985) and I have a lot to re-learn. FYI, please use linebreaks at about 70 characters otherwise your reader has to scroll

Re: Accessing Cygwin from a LAN PC

2004-06-21 Thread Thorsten Kampe
* zzapper (2004-06-21 22:39 +0200) > Sorry bet this is a Cygwin chestnut. > > I would like to access CygWin on my PC from other PCs on our LAN. You cannot "access Cygwin" but you can access certain services running against cygwin1.dll: ftpd, proftpd, telnetd, sshd. > I guess VNC , but which fla

Re: db & mingw

2004-06-21 Thread Max Bowsher
Sam Steingold wrote: > it appears that "gcc -mno-cygwin" cannot find db.h and build > Berkeley-DB applications. -mno-cygwin isn't some magical AI which somehow removes cygwin dependencies from existing libraries. It's simply an embedded cross-compilation mode. Without a *seperate* mingw-targeted

rlogin problems

2004-06-21 Thread Ulrich Güttich
i have just installed the latest cygwin release (dll 1.5.10-3) on a Windows 98 SE. Unfortunately, rlogin does not work - neither on a remote host nor on the localhost (ssh works fine and also rsh seems to work). The command output is as follows: rlogin 127.0.0.1 rlogin: read: No error

Re: Accessing Cygwin from a LAN PC

2004-06-21 Thread Mike Eggleston
On Mon, 21 Jun 2004, zzapper wrote: > Sorry bet this is a Cygwin chestnut. > > I would like to access CygWin on my PC from other PCs on our LAN. > > I guess VNC , but which flavour? Other solutions? Use cygsrv and sshd? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Proble

Accessing Cygwin from a LAN PC

2004-06-21 Thread zzapper
Sorry bet this is a Cygwin chestnut. I would like to access CygWin on my PC from other PCs on our LAN. I guess VNC , but which flavour? Other solutions? zzapper (vim, cygwin, wiki & zsh) -- vim -c ":%s/^/WhfgTNabgureRIvzSUnpxre/|:%s/[R-T]/ /Ig|:normal ggVGg?" http://www.vim.org/tips/tip.php?t

Re: cygwin 1.5.10: Possible bug

2004-06-21 Thread Christopher Faylor
On Mon, Jun 21, 2004 at 10:23:14AM -0700, Shankar Unni wrote: >Dave Neary wrote: >>I have come across a problem with cygwin (I think) which prevents it >>from being used to compile JNI bindings. > >Or any DLLs that need to be loaded from non-Cygwin main programs (e.g. >Sun Java). This has been a p

CYGWIN/BASH CHMOD on W9x.

2004-06-21 Thread jglong3
Hello, :) FYIPlease be patientI am a NEWBIE using the CYGWIN/BASH environment. I did use UNIX, but that was many years ago (pre 1985) and I have a lot to re-learn. Thanks for your time, help, and advise!!! :) CYGWIN/BASH dated 5/25/2004 Version 1.5.10-3 was installed to a W98 machine a

Re: Compiling DLLs to be used from native Win32 application

2004-06-21 Thread Reini Urban
Dave Korn schrieb: Got any exciting new vuln reports coming up soon then? Found a security hole or three in cygwin? I guess that he just wants to add this proxy being loaded dynamically: http://www.security.nnov.ru/soft/3proxy/howtoe.asp#GCCWIN > # How to compile 3proxy with GCC under Windows >

Re: Possible socket problem

2004-06-21 Thread Larry Hall
At 01:58 AM 6/21/2004, you wrote: >Hi, >I have a java program that are calling a cygwin script with Runtime.exec(). This >script is calling COBOL and java >programs that are connecting to a Oracle database. But they fail with the error >message "Network adapter could not >be established". If I

RE: db & mingw

2004-06-21 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Sam Steingold > Sent: 21 June 2004 18:35 > To: cygwin > Subject: db & mingw > > it appears that "gcc -mno-cygwin" That's a problem for the MinGW list then. The includes and libraries for the cygwin compiler and the MinGW compiler

db & mingw

2004-06-21 Thread Sam Steingold
it appears that "gcc -mno-cygwin" cannot find db.h and build Berkeley-DB applications. also, Berkeley-DB "utilities" documentation appear to be missing from usr/share/doc/db-4.2.52. thanks. -- Sam Steingold (http://www.podval.org/~sds) running w2k <

Re[3]: Compiling DLLs to be used from native Win32 application

2004-06-21 Thread 3APA3A
Dear Igor Pechtchanski, --Monday, June 21, 2004, 8:20:50 PM, you wrote to [EMAIL PROTECTED]: IP> Whoops, sorry for the confusion. I didn't realise that the information IP> from the above message is already in the FAQ (and that's probably what you IP> referred to in your step 3 above). IP> It w

Re: Cygwin 1.5.10: Possible bug

2004-06-21 Thread Shankar Unni
Dave Neary wrote: I have come across a problem with cygwin (I think) which prevents it from being used to compile JNI bindings. Or any DLLs that need to be loaded from non-Cygwin main programs (e.g. Sun Java). This has been a problem for several releases now, and no one (me included, I must conf

Re[2]: Compiling DLLs to be used from native Win32 application

2004-06-21 Thread Igor Pechtchanski
On Mon, 21 Jun 2004, 3APA3A wrote: > Dear Igor Pechtchanski, > > --Monday, June 21, 2004, 7:34:33 PM, you wrote to 3APA3ASECURITYNNOVRU: (even if it's your own). :-D > >> 1. I did DLL, it works fine with cygwin application. > >> 2. If I try to use it

RE: Re[2]: Compiling DLLs to be used from native Win32 application

2004-06-21 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of 3APA3A > Sent: 21 June 2004 17:01 > >> 2. If I try to use it from native application it hangs on > LoadLibrary. > >> 3. I did DllMain function with impure_ptr initialization > and finally > >> compiled as described in FAQ. > >>

Re[2]: Compiling DLLs to be used from native Win32 application

2004-06-21 Thread 3APA3A
Dear Igor Pechtchanski, --Monday, June 21, 2004, 7:34:33 PM, you wrote to [EMAIL PROTECTED]: >> >> 1. I did DLL, it works fine with cygwin application. >> 2. If I try to use it from native application it hangs on LoadLibrary. >> 3. I did DllMain function with impure_ptr initialization and fin

RE: make doesn't inherit shell vars? (Was RE: wmmake problem)

2004-06-21 Thread Igor Pechtchanski
Please make sure your mailer respects the Reply-To: header -- I set it for a reason. Oh, and once again, . Igor On Mon, 21 Jun 2004, Vasoczki Ferenc wrote: > Now i should go, but tomorrow i will check... > Sorry if it is offtopic. > I used linux

Re: Compiling DLLs to be used from native Win32 application

2004-06-21 Thread Igor Pechtchanski
On Mon, 21 Jun 2004, 3APA3A wrote: > Dear cygwincygwincom, Umm, is that the wisest choice of address? Let's not feed the spam harvesters. > I saw this problem was raised for few times on list, but do not see > final solution. I want to create native Windows frontend to > cygwin-based dynami

Re: make doesn't inherit shell vars? (Was RE: wmmake problem)

2004-06-21 Thread Igor Pechtchanski
On Mon, 21 Jun 2004, Vasoczki Ferenc wrote: > 1st of all, sorry. > But i think, a makefile syntax, and the cygwin environment variable is > not an SGT related problem > Forget the SGT. > > I made a variable in .bashrc : > mydir=/var/www > export mydir > > and in a makefile there is a reference: >

RE: wmmake problem

2004-06-21 Thread Vasoczki Ferenc
1st of all, sorry. But i think, a makefile syntax, and the cygwin environment variable is not an SGT related problem Forget the SGT. I made a variable in .bashrc : mydir=/var/www export mydir and in a makefile there is a reference: include $(mydir)/myproject/something/a.mak echo $mydir $ /var/w

Compiling DLLs to be used from native Win32 application

2004-06-21 Thread 3APA3A
Dear [EMAIL PROTECTED], I saw this problem was raised for few times on list, but do not see final solution. I want to create native Windows frontend to cygwin-based dynamic library. What I did: 1. I did DLL, it works fine with cygwin application. 2. If I try to use it from n

Re: wmmake problem

2004-06-21 Thread Igor Pechtchanski
Once again, you're asking in the wrong place. SGT, or whatever package you're trying to compile, doesn't look like an official Cygwin package. You should ask wherever you got the package from. This is off-topic for the Cygwin list. Igor P.S. Oh, and

wmmake problem

2004-06-21 Thread Vasoczki Ferenc
Ok, i see through what happend: if i am wroting the full path except using the $SGT_DIR variable, then it do it: #include $(SGT_DIR)/mak/makegen.mak include /cygdrive/c/OpenAT/V210/TgtGen/SGT/v1.2.4/mak/makegen.mak ^--

Re: gnucash and cygwin

2004-06-21 Thread Derek Atkins
[EMAIL PROTECTED] (Linas Vepstas) writes: > On Sun, Jun 20, 2004 at 07:07:29PM -0400, Rohan Shah was heard to remark: >> I'm trying to configure gnucash for cygwin. I get the following error >> even though I have glib installed (I installed it using setup.exe >> (GNOME2->glib version 2.2.1-2): >

c++ std::locale does not work

2004-06-21 Thread Patrick Graebel
This stdc++ object... std::locale loc("djj%%4343"); ...does construct well. But it should not. It should throw an exception like described in Stroustrup. The arguments "de_DE", "fr" or "deutsch" do not have any effect. Is this part of cygwin's stdc++ lib not implemented, yet? -Patrick -- Unsubs

RE: makelib problem

2004-06-21 Thread Vasoczki Ferenc
Hi! Oh, this setup CD confused me :(( So i installed the cygwin from internet, than copy out the .bashrc, then remove, install from CD again (from the internet the cygwin doesn't make home dir) and set the environment variables. Here are them: # SGT SETTINGS export SGT_VER=v1.2.4 SGT_DIR=/cygdriv

strange import error...

2004-06-21 Thread Arno Waschk
The following problem did not exists earlier (i. e. some weeks ago). After installing and uninstalling lots of packages via setup.exe I now get this: $ echo "#include " >c.cpp && g++ c.cpp In file included from /usr/include/c++/3.3.1/bits/stl_alloc.h:89, from /usr/include/c++/3.

Re: .bashrc

2004-06-21 Thread Igor Pechtchanski
On Mon, 21 Jun 2004, Vasoczki Ferenc wrote: > Hi! > > I installed the cygwin again, and read the SGT settings. > It wrote, i should edit my .bashrc, but there is no .bashrc after > install in /home/myuser directory, only a .bash_history ? > > How can i tell to cygwin to create 1 ? > Vaso The late

RE: makelib problem

2004-06-21 Thread Vasoczki Ferenc
Hello! Thank you for the reply. I searched through the SGT document, and i saw, i should insert some environment variable into my .bashrc file. Unfortunatly, after i launched the cygwin, it doesn't create a .bashrc for me :(( i don't know why... now i am finding a way to set up a .bashrc file. in

Re: makelib problem

2004-06-21 Thread Igor Pechtchanski
On Mon, 21 Jun 2004, Vasoczki Ferenc wrote: > Hi! > > I am a newbie on this list, and with the Cygwin too, so please > be patient :) > > I tried to search for make_lib in archive, but i've get no result. > > i should learn to write embedded applications form wavecom modems > and i am using cygwin

Re: .bashrc

2004-06-21 Thread Erik Weibust
There is a default .bashrc you can use in /etc/skel Erik --- Vasoczki Ferenc <[EMAIL PROTECTED]> wrote: > Hi! > > I installed the cygwin again, and read the SGT > settings. > It wrote, i should edit my .bashrc, but there is no > .bashrc after install in /home/myuser > directory, only a .bash_hi

Re: Passing through the keyboard layout settings from Win32 to cygwin

2004-06-21 Thread Igor Pechtchanski
On Mon, 21 Jun 2004, Ariel Burbaickij wrote: > Hello dear mailing list participants, > > this is basically re-post of my e-mail > send a while ago. Noone answered the original > question, so let us see how lucky I am this this > time. > > is it somehow possible to pass through the actual > keyboar

.bashrc

2004-06-21 Thread Vasoczki Ferenc
Hi! I installed the cygwin again, and read the SGT settings. It wrote, i should edit my .bashrc, but there is no .bashrc after install in /home/myuser directory, only a .bash_history ? How can i tell to cygwin to create 1 ? Vaso -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simp

Re: Cygwin 1.5.10: Possible bug

2004-06-21 Thread Dave Neary
Hi Shaddy, Shaddy Baddah wrote: In my experience with JNI dll's under cygwin, they can behave very erratically in the following situation. If you execute the JNI dll loading application from rxvt, or xterm, i.e. using a pseudo-terminal. Are you doing this? No - usually I launch the java process in

Re: Cygwin 1.5.10: Possible bug

2004-06-21 Thread Shaddy Baddah
- Original Message - From: "Dave Neary" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 21, 2004 7:04 PM Subject: Cygwin 1.5.10: Possible bug > > Hi all, > > I have come across a problem with cygwin (I think) which prevents it > from being used to compile JNI bindings. > >

Cygwin 1.5.10: Possible bug

2004-06-21 Thread Dave Neary
Hi all, I have come across a problem with cygwin (I think) which prevents it from being used to compile JNI bindings. If I link any code to cygwin, and then try to load the resulting dll with System.loadLibrary, the JVM "gets stuck" and goes to 100% activity. Eventually, I kill it. Previously,

Re: gnucash and cygwin

2004-06-21 Thread Chris Taylor
On Mon, June 21, 2004 12:07 am, Rohan Shah said: > I'm trying to configure gnucash for cygwin. I get the following error > even though I have glib installed (I installed it using setup.exe > (GNOME2->glib version 2.2.1-2): > > > checking for GLIB - version >= 0.99.7... no *** The glib-config sc

makelib problem

2004-06-21 Thread Vasoczki Ferenc
Hi! I am a newbie on this list, and with the Cygwin too, so please be patient :) I tried to search for make_lib in archive, but i've get no result. i should learn to write embedded applications form wavecom modems and i am using cygwin and gcc. i downloaded the latest cygwin from the net. i am

[ANNOUNCEMENT] Updated: tcsh-6.13.00-2

2004-06-21 Thread Corinna Vinschen
I've updated the version of tcsh to 6.13.00-2. This is a bug fix release. It solves a problem in tcsh's signal handling, which e. g. had the result that SIGHUP didn't result in exiting tcsh. To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page.