please delete my email address from mail list.thanks!
=== 2004-05-06 21:27:53 您在来信中写道:===
>On Thu, 6 May 2004, David Corbin wrote:
>
>> I'm very confused. When ssh to cygwin sshd, how does it try to match the
>> password?
>
>It doesn't. It delegates to Windows.
> Igor
>--
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
The following packages have been added to the Cygwin distribution:
*** ORBit2-2.10.3-1
*** ORBit2-devel-2.10.3-1
This is one of the core GNOME backend libraries, and a prerequisite to
libbonobo.
ORBit2 is a CORBA 2.4-compliant Object Request Broker
At 10:19 PM 8/10/2004, you wrote:
>
>-BEGIN PGP SIGNED MESSAGE-
>Hash: SHA1
>
>(Ref: original "Cygwin permissions problem" and related threads)
>
>FYI: I managed to resolve my issue by completely re-installing Cygwin
>from scratch after having added (and allowing to propagate) the
>"Everyo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
(Ref: original "Cygwin permissions problem" and related threads)
FYI: I managed to resolve my issue by completely re-installing Cygwin
from scratch after having added (and allowing to propagate) the
"Everyone" group (Read and Execute only) to my set
On Mon, Aug 09, 2004 at 09:22:01PM -0400, Mirko wrote:
>I understand that I may be mis-using Cygwin. I am thus considering to
>do the compilation and dll creation using MinGW, because, as I
>understand it, that package is meant for program development on the MS
>platform. However, I am not cer
Hello,
(this is a repeat post, as I have not seen the first one on the list)
I am trying to link a numerical routine written in Fortran to a data
analysis application running on MS Windows 2000(IDL from RSI -- see
www.rsinc.com). IDL is compiled using MS' visual C compiler.
IDL has provisions t
Colin writes:
> I'm getting a problem with ImageMagick 6.0.3-1
The maintainer is busy, please be patient.
[...]
> I really, really, need to get this to work!!
Recompile yourself?
Downgrade?
> although its offtopic, if anyone knows of another way of converting a X
> bitmap (.xbm) to an .eps fi
Hallo Peter,
Am Dienstag, 10. August 2004 um 22:58 schriebst du:
> I wrote:
>> Reid Thompson wrote:
>> > well -- i just redid the entire thing, with the correct spelling and
>> > your original post works
>> >
>> > $ ./load
>> > pseudo_stub.dll ok
>> > foo.dll ok
>>
>> That's strange, did my ori
I wrote:
> Reid Thompson wrote:
> > well -- i just redid the entire thing, with the correct spelling and
> > your original post works
> >
> > $ ./load
> > pseudo_stub.dll ok
> > foo.dll ok
>
> That's strange, did my original post first get you error 998 for
> pseudo_stubs.dll and now, after some
Reid Thompson wrote:
> well -- i just redid the entire thing, with the correct spelling and
> your original post works
>
> $ ./load
> pseudo_stub.dll ok
> foo.dll ok
That's strange, did my original post first get you error 998 for
pseudo_stubs.dll and now, after some juggling, the same thing i
well -- i just redid the entire thing, with the correct spelling and
your original post works
$ ./load
pseudo_stub.dll ok
foo.dll ok
reid
> -Original Message-
> From: Peter Ekberg [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 10, 2004 4:06 PM
> To: Reid Thompson; [EMAIL PROTECTED]
DOH!
> char *dlls[] = {
> "pseudostubs.dll",
> "foo.dll",
> "psuedostubs.dll",
> NULL
> };
should be
> char *dlls[] = {
> "psuedostubs.dll",
> "foo.dll",
> "psuedostubs.dll",
> NULL
> };
and all works
reid
> -Original Message-
> From: Reid
actually -- that's not it, as this code, gives the following results:
CODE---CODE
#include
#include
char *dlls[] = {
"pseudostubs.dll",
"foo.dll",
"psuedostubs.dll",
NULL
};
int main(void)
{
int i;
void *res;
for(i=0; dl
take the underscore out of the dll name
psuedo_stub -> psuedostub
reid
> -Original Message-
> From: Peter Ekberg [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 10, 2004 3:11 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Dynamic loading of cygwin dependent dlls
>
>
> Christopher Faylor
Christopher Faylor wrote:
>On Thu, Aug 05, 2004 at 09:09:40AM +0200, Peter Ekberg wrote:
>>I have read several messages stating that dlopen does not work for
dlls
>>that depend on cygwin1.dll.
>>(e.g. http://sources.redhat.com/ml/cygwin/2004-06/msg01056.html).
>>I have also understood that this is
Hallo Al,
Am Montag, 9. August 2004 um 23:03 schriebst du:
> Am Sonntag, 8. August 2004 22:55 schrieb Igor Pechtchanski:
>> so, check that a simple "hello world" program can be
>> compiled with gcc and executed.
> As written in the other mail in this thread, binutils helped, but I
> tried 3 oth
On Tue, 10 Aug 2004, Gerrit P. Haase wrote:
> Hallo sqweek,
>
> Moved this to cygwin at cygwin dott com list.
>
> [...cannot help with the setup problem...]
>
> > Now, a seperate question, regarding those extra packages I got in
> > execution 1. For example, perl - I have ActivePerl, which is nat
Hallo sqweek,
Moved this to cygwin at cygwin dott com list.
[...cannot help with the setup problem...]
> Now, a seperate question, regarding those extra packages I got in
> execution 1. For example, perl - I have ActivePerl, which is native
> windows, so I don't really want a cygwin version. Is
On Mon, 9 Aug 2004, Al Bogner wrote:
> As mentioned a few postings before I am new to cygwin und I am
> unsure, If I installed all packages I need to compile lame.
>
> ./configure did not end with an error, but I got this message:
> "configure: WARNING: winsock2.h: present but cannot be compiled"
There has been a new release of the official cmake (2.0.3-1).
This is a minor release from to 2.0.2 to 2.0.3.
Changes in CMake 2.0.3:
- Fixes for Find/Use SWIG, better error reporting and SWIG_FLAGS work.
- initial support for VCExpress visual studio 8
- LastMemCheck.log instead of LastMemCheck.x
On Mon, 9 Aug 2004, Al Bogner wrote:
> Am Sonntag, 8. August 2004 22:55 schrieb Igor Pechtchanski:
> > so, check that a simple "hello world" program can be
> > compiled with gcc and executed.
>
> As written in the other mail in this thread, binutils helped, but I
> tried 3 other packages (lame, sm
On Wed Aug 4, Jerry Williams wrote:
> I searched earlier posts, and it is clear that it had been done. So
> I tried grabbing rzsz.sip from www.omen.com and building it. No
> problem. Just modify the makefile to add .exe to the executable
> names when calling ln. I attached the "diff -c" output so y
Hi -
I'm getting a problem with ImageMagick 6.0.3-1
I am having the same
assertion "list_info != (LinkedListInfo *) NULL" failed: file
"/home/harold/ports/ImageMagick/ImageMagick-6.0.3/magick/hashmap.c", line
1033
Aborted (core dumped)
error that has already been noted on this list. I've tried t
Hello Steve,
[...]
> If you finish a perl build the make install step will fix the ld2 to
> contain what the release version contains, if you don't install perl
> into /usr/bin, it needs manually fixing. Isn't this already in the
> README.cygwin (aka perldoc perlcygwin) included?
If you use a p
On Aug 10 18:31, Mk Sanganagouda-A5730C wrote:
> Hi,
>
> I have some queries on cygwin, where i would like to now the features and use for my
> requirement as porting UNIX based applications to Windows.
>
> Please give some contact phone numbers and some person names who are worked on
> cygwin
Hello Steve,
Am Dienstag, 10. August 2004 um 05:23 schriebst du:
> I downloaded perl5.8.5:
> % perl --version
> This is perl, v5.8.5 built for cygwin-thread-multi-64int
> Copyright 1987-2004, Larry Wall
> When I tried to build Compress::Zlib manually, I got the message:
> LD_RUN_PATH="" ld2
Hello list!
I have a problem regarding inetd service under Windows NT 4 (SP6).
At first, I wasn't able to start the inetd service. After running
inetd --install-as-service I got a service named CYGWIN inetd
in Services. But the service won't find its inetd.conf file, although
it's placed in /etc
Hi,
I have some queries on cygwin, where i would like to now the features and use for my
requirement as porting UNIX based applications to Windows.
Please give some contact phone numbers and some person names who are worked on cygwin
in Bangalore- India.
Regards,
Kittur
--
Unsubscribe info:
Al Bogner schrieb:
As mentioned a few postings before I am new to cygwin und I am
unsure, If I installed all packages I need to compile lame.
Do you really want the cygwin lame and not the mingw version?
The lame people usually just build the mingw target (they want it to run
fast). And then with
Hello,
every day I turn on my computer and run cygwin (i.e. bash), it starts up
terribly slow. The second time or when there is an open instance of
bash, it starts up fast.
Do you have any ideas why this happens?
Bert
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem rep
30 matches
Mail list logo