Re: Win2k and cygwin memory leak

2003-08-11 Thread Brian . Kelly

;-)

bk






"Christopher Faylor" <[EMAIL PROTECTED]>@cygwin.com on 08/08/2003 11:13:02
AM

Please respond to [EMAIL PROTECTED]

Sent by:[EMAIL PROTECTED]


To:[EMAIL PROTECTED]
cc: (bcc: Brian Kelly/WTC1/Empire)

Subject:Re: Win2k and cygwin memory leak


On Fri, Aug 08, 2003 at 09:01:14AM -0400, [EMAIL PROTECTED] wrote:
>Seems to little ole *clueless* me, such such issues could be addressed
>in that project.  Seems like it'd be a heck of lot more congenial and
>productive to engage in creative "what if" scenario's about future
>developmemt possibilities than knee jerk character attacks.  (Of course
>I realize that's more of a cygwin-app discussion - but it would
>certainly work well to placate us clueless types in the meantime.)

This is by no means a cygwin-app discussion.  Read
http://cygwin.com/lists.html .

>I've made no demands, asked for no status, and set no deadlines. Just
still
>*dumbfounded* at the "go tell it on the Microsoft" posturing.

Hopefully you are not referring to me.  I suggested that interested parties
could do a Knowledge Base or google search.  I guess  you don't qualify.

For the record, I called a comment of yours clueless.  I did not label
you personally.  You seem to be having fun doing that to yourself,
though, so I'm glad I offered you some enjoyment.

cgf

--
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/







"WellChoice, Inc." made the following
 annotations on 08/08/2003 12:44:21 PM
--
Attention!  This electronic message contains information that may be legally
confidential and/or privileged.  The information is intended solely for the
individual or entity named above and access by anyone else is unauthorized.
If you are not the intended recipient, any disclosure, copying, distribution,
or use of the contents of this information is prohibited and may be unlawful.
If you have received this electronic transmission in error, please reply
immediately to the sender that you have received the message in error, and
delete it. Release/Disclosure Statement


--
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: ftw()

2003-08-11 Thread Samuel Thibault
Le lun 04 aoû 2003 20:05:45 GMT, Nicholas Wourms a tapoté sur son clavier :
> That being said, My suggestion to Samuel would be to investigate the 
> FreeBSD cvs repo to see if they have implimented ftw() in their libc, 
> since they have a more "free" license and aren't GPL-infected.

It seems to be still worked on, and not available in their cvs :/

Regards,
-- 
Samuel Thibault <[EMAIL PROTECTED]>
"How should I know if it works?  That's what beta testers are for.  I only
coded it."
(Attributed to Linus Torvalds, somewhere in a posting)

--
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: gpg -c does NOT work

2003-08-11 Thread Volker Quetschke
Hi Karl,

i'm trying to use gpg in symmetric cipher mode.  when i encrypt
and then decrypt, i get the strange result that my file has SLIGHTLY
changed (an error every 32 bytes, or so.)

foo bar differ: char 39, line 1
Can you try:
$ gpg --output bar -d foo.gpg
I'd be interested if it's a gpg problem or a > problem.

Please also show us the output of:
$ mount
(i just had a thought: is this a result of LF/CR conversion?)
Pretty sure, because I tried your example and it works well
without problems. I only have binary mounts.
Volker

(Cygwin gnupg maintainer)

--
PGP/GPG key  (ID: 0x9F8A785D)  available  from  wwwkeys.de.pgp.net
key-fingerprint 550D F17E B082 A3E9 F913  9E53 3D35 C9BA 9F8A 785D


pgp0.pgp
Description: PGP signature


cygwin1.dll in /usr/sbin for inetd...

2003-08-11 Thread Jason Fu
Hi there,

I've come across a problem for long; i.e.

[EMAIL PROTECTED] ~
$ inetd --install-as-service

[EMAIL PROTECTED] ~
$ net start "cygwin inetd"
The service is not responding to the control function.

More help is available by typing NET HELPMSG 2186.


[EMAIL PROTECTED] ~
$ cp /bin/cygwin1.dll /usr/sbin/

[EMAIL PROTECTED] ~
$ net start "cygwin inetd"
The CYGWIN inetd service is starting.
The CYGWIN inetd service was started successfully.

Could anyone give me an idea such that I no longer need to keep 
/bin/cygwin1.dll as well as /usr/sbin/cygwin1.dll for /usr/sbin/inetd? It's 
always a problem whenever I have cygwin1.dll update since I need to manually 
make a copy of /bin/cygwin1.dll in /usr/sbin.


Thanks.


Regards,

Jason

http://www.hkucs.org:8080/~tsfu/


--
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: hi

2003-08-11 Thread Jason Tishler
David,

Please post instead of sending private email.

On Mon, Aug 11, 2003 at 01:40:23PM +, [EMAIL PROTECTED] wrote:
> can  you  tell me where i can download Cygipc Package?
>  Tks
>  David Fan

Do you Google?

http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=cygipc

Jason

-- 
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6

--
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: fd --> handle?

2003-08-11 Thread Corinna Vinschen
On Wed, Jul 30, 2003 at 04:03:44PM -0400, Sam Steingold wrote:
> how do I convert a cygwin file descriptor (int) to an underlying win32
> HANDLE?
> (i.e., reverse cygwin_attach_handle_to_fd()).

  #include 
  HANDLE hdl = get_osfhandle (fd);

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[EMAIL PROTECTED]
Red Hat, Inc.

--
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/



ld crashes when compiling qt3

2003-08-11 Thread Jérôme DESPATIS
Hello

i get qt 3 from 
http://kde-cygwin.sourceforge.net/qt3/compiling.php

i tried to compile it, but at link time, i get:
collect2: ld terminated with signal 11 [Segmentation
fault]

how can i help you by giving a special file ?
i don't find any core in my qt-3 directory

thanks enzo

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com

--
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: Help install in winNT

2003-08-11 Thread Igor Pechtchanski
On Wed, 6 Aug 2003, hfernandezb wrote:

> Dear's:
>
> I do'nt install cygwin in WinNT
>
> Error:
>
> Dr. Watson de WinNT
>
> Error de aplicacion y se esta generando un registro de error de aplicacion
> setup.exe
> Excepcion: infraccion de acceso (0x005), Direccion: 0x0045f1b0
>
> Please help ...
> thanks.

So, setup is giving you an access violation.  We need to at least know
- which version of setup that was
- what exact version of the operating system you're running
- at which point in the installation process did the exception happen
- which packages were you trying to install
- is there already Cygwin on the system, and
- do you have the setup.log and setup.log.full files?

With that extra information, we could begin to diagnose the problem and
try to offer possible solutions.
Igor
P.S. This is a Cygwin-related problem and doesn't belong on the pgsql list.
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton


--
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: posted: X4W: Limited Cygwin on CD-ROM

2003-08-11 Thread Corinna Vinschen
On Mon, Aug 11, 2003 at 09:40:06PM -, M.Vaseer wrote:
> 
> Title:  X4W: Limited Cygwin on CD-ROM
> Url:http://www.vaseer.net/~portal/my-
> work/projects/x4w/x4w.html
> Type:   Software
> Author: M. Vaseer
> Email:  x4w at vaseer dot net
> Date:   2003-08-11
> Text:   A limited version of Cygwin/XFree86 project, which
> can either be installed on a harddrive or run
> directly from a CD-ROM drive with minimum
> installation.

I saw on your web page that you just point to other web sites for the
sources.

To adhere to the GPL, it's not sufficient to point to the sources in
question on other web sites.  You must be able to provide the sources
in the same way as you provided the binaries. 

You must either pack the sources which you used to create the CD content
onto the CD itself, or you must provide them by another CD, or you might
upload the sources to your web site and link to these sources. 

This has been discussed on the Cygwin mailing list in length and it's
backed by the Red Hat lawyers.  So I ask you to upload the sources to
your site and provide them to potential users of your CD in one of the
above ways.

Other than that, I'm not keen to provide a pointer to potentially
outdated Cygwin and XFree86 versions on the cygwin.com homepage.  I'm
especially sure that nobody on the cygwin and cygwin-xfree mailing lists
will like the idea to support a foreign Cygwin installation.  So, please
mention on your site, that the Cygwin mailing lists will not be the
right forum to ask questions related to your installation.

I've Cc'd the cygwin and cygwin-xfree mailing lists to keep people informed.
Please send all further inquiries to the [EMAIL PROTECTED] ML.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[EMAIL PROTECTED]
Red Hat, Inc.

--
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: What is the minimum needed to run gtar?

2003-08-11 Thread Igor Pechtchanski
On Wed, 6 Aug 2003, David A. Case wrote:

> On Wed, Aug 06, 2003, David Rothenberger wrote:
> >
> > You can find out what DLLs an executable needs by running cygcheck on it.
>
> Note that this may not give a complete list.  Consider rxvt.exe:
>
> quine% cygcheck rxvt.exe
> Found: .\rxvt.exe
> Found: C:\cygwin\bin\rxvt.exe
> rxvt.exe
>   .\cygwin1.dll
> C:\WINDOWS\System32\KERNEL32.dll
>   C:\WINDOWS\System32\ntdll.dll
>   C:\WINDOWS\System32\USER32.dll
> C:\WINDOWS\System32\GDI32.dll
>   C:\WINDOWS\System32\ADVAPI32.dll
> C:\WINDOWS\System32\RPCRT4.dll
>
>
> This might suggest that only cygwin1.dll is needed (besides the windows
> stuff).  However, continuing (in X, with DISPLAY set):
>
> quine% cd /usr/X11R6/bin
> quine% mv libX11.dll libX11.dll~
> quine% back
> /bin
> quine% ./rxvt.exe
> failed to load libX11.dll
>
> Putting libX11.dll~ back to its original name again allows rxvt.exe to run
> correctly.  Thus in this case (at least) cygcheck is not finding _all_ of the
> dll's that are needed.
>
> ...dave case

Dave,

Yes, you're quite correct.  Cygcheck will only list the DLLs that the
program is statically linked to (that is, it's linked to the import
libraries).  If the program uses dlopen() or LoadLibrary() to load the
library (like rxvt does with libX11/libW11), cygcheck will not list that
library in the list of dependences.  A quick and dirty test for that would
be "strings program.exe | egrep -i 'dlopen|loadlibrary'".  Finding out
exactly which libraries are loaded with this mechanism won't be as easy
(because in some cases the DLL name may be constructed dynamically).
Strace might help with that somewhat, at least for dlopen() calls.
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton


--
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: 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 at the output of the build process, and i 
retried to compile libao.
I added foudna warning "undefiend symbols are not allowed ..." so i 
added "-no-undefined" to my LDFLAGS, but now i got the message

/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../libcygwin.a(libcmain.o)(.text+0x7c): 
undefined reference to [EMAIL PROTECTED]'

--
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: michael's openssh for windows

2003-08-11 Thread Igor Pechtchanski
The thread starting at 
might be of help.
Igor

On Mon, 11 Aug 2003, jwaterbrook wrote:

> I haven't seemed to get very far with this,
> I was hoping someone might be able to point a blind man in the right
> direction :)
>
> Waterbrook, Johnny wrote:
>
> > I'd prefer not to start a new thread, but I've been searching for the
> > past few hours with no luck.
> >
> > I needed a fast way to set up sftp on a winXP box, so I did a little
> > google search and found lexa.mckenna.edu/sshwindows/ had a clean and
> > easy way of doing this.
> > I changed the regestry setting "/home" to a different drive, and the
> > passwd file's entry form :/home/USERNAME: to :/home: so when my "auts
> > ex-uncle" wants to login to my sftp server, they can't browse my windows
> > directory structure.
> >
> > However, when my "aunts ex-uncle" realizes he can also ssh into the box,
> > I don't want him running "windows" commands such as cmd, nbtstat, dir
> > etc.  I just want to "limit" him to what is available in /bin I guess.
> >
> > Am I going about this wrong?  Is there a cygwin/openssh implemenation
> > that "stands alone" from windows so I could set up a sftp server much
> > like a normal ftp server?
> >
> > Thanks in advance,
> > Johnny

-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton


--
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: Win2k and cygwin memory leak

2003-08-11 Thread Andrew DeFaria
[EMAIL PROTECTED] wrote:

Seems like your saying that (using a car analogy) he should replace 
the carberator when the real problem is a leak in the fuel line. (IOW 
you're attacking the wrong area - your problem lies elsewhere).
Nope - gotta lower your expectations. I use to work in shop when I was 
in high school. Bascially I'd snip the line at the leak, get a piece 
of rubber hose and a couple of hose clamps. Back on the road in five 
minutes!!

- Oh but that's not SAFE ( you may counter )

( to which I would say ) - neither are crashing servers ...

Assuming of course we stick to your analogy and assume that I can't 
'replace' the fuel line because - well - it's "Ford's" problem .

You see, basic people (clueless) are very practical. Why put in a new 
engine when a piece of duct tape will do???
You refuse to see the obvious! While in my admittedly simple analogy yes 
you can duct tape it because it's right there and accessable. However in 
this case you do not have access to Microsoft's memory managing code!  
Sure you could re-write it but you'd also have to re-write just about  
all of the Windows OS. Sure this effectively new OS would not have the  
problem anymore. Perhaps you could call this OS something with a cutesy  
name like say LINUX!

Bottom line is Cygwin is nothing more than a very good collection of  
applications, key point here, EMULTATING a Posix like enviornment  
(another key point) ON TOP OF another OS. Cygwin != an OS and is bound  
and limited by the underlying OS. If you have a problem with the  
underlying OS then by all means - you are welcomed to fix it. But alas  
you do not have access to the source code. So what do you have to do?  
Maybe even the clueless can guess this YOU HAVE TO GO TO MICROSOFT!  
(Which is, after all, what we've been saying all along)



--
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 Apache

2003-08-11 Thread Ajay Nerurkar
Corinna,

Do you remember what your fix
(http://sources.redhat.com/ml/cygwin/2003-06/msg00055.html) for the
Apache hanging problem was?

We are using Cygwin 1.3.22 and we would like to drop in this fix. 

Thanks.

Ajay

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

--
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/



michael's openssh for windows

2003-08-11 Thread jwaterbrook
I'd prefer not to start a new thread, but I've been searching for the 
past few hours with no luck.

I needed a fast way to set up sftp on a winXP box, so I did a little 
google search and found lexa.mckenna.edu/sshwindows/ had a clean and 
easy way of doing this.
I changed the regestry setting "/home" to a different drive, and the 
passwd file's entry form :/home/USERNAME: to :/home: so when my "auts 
ex-uncle" wants to login to my sftp server, they can't browse my windows 
directory structure.

However, when my "aunts ex-uncle" realizes he can also ssh into the box, 
I don't want him running "windows" commands such as cmd, nbtstat, dir 
etc.  I just want to "limit" him to what is available in /bin I guess.

Am I going about this wrong?  Is there a cygwin/openssh implemenation 
that "stands alone" from windows so I could set up a sftp server much 
like a normal ftp server?

Thanks in advance,
Johnny
--
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.2-1 file truncated

2003-08-11 Thread Jan Nieuwenhuizen
Christopher Faylor <[EMAIL PROTECTED]> writes:

> Could I have some more debugging of this, please?  I can't duplicate
> it with a simple test case

That's what I tried, but the simple case works.

> and I surely don't want to download tetex to try to duplicate it.

No, I would not advise to do so.  I'm a bit pressed for time this
weekend; below are the linkgages that fail and succeed (with and
without -lm).

Is there an easy way to get more information from this?

Jan.


mknetrel-debug /var/mknetrel/netrel1.5/build/tetex-bin-2.0.2-12/texk/dvipdfm$ 
mknetrel-debug /var/mknetrel/netrel1.5/build/tetex-bin-2.0.2-12/texk/dvipdfm$ 
i686-pc-cygwin-gcc -L /home/cygwin1.5/usr/X11R6/lib -o dvipdfm.exe pdfdev.o pdfdoc.o 
dvi.o mfileio.o mem.o jpeg.o numbers.o pdfobj.o pdfparse.o pdfspecial.o tfm.o type1.o 
dvipdfm.o epdf.o vf.o t1crypt.o pkfont.o tpic.o thumbnail.o pngimage.o htex.o mpost.o 
psimage.o psspecial.o colorsp.o encodings.o ttf.o -lpng -lz -L../kpathsea/SHARED 
-lkpathsea -L/home/cygwin1.5/usr/X11R6/lib -lICE -lSM -lXpm -lX11 -lm

/home/cygwin1.5/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/../../../../i686-pc-cygwin/bin/ld:
 final link failed: File truncated
collect2: ld returned 1 exit status
mknetrel-debug /var/mknetrel/netrel1.5/build/tetex-bin-2.0.2-12/texk/dvipdfm$ 
mknetrel-debug /var/mknetrel/netrel1.5/build/tetex-bin-2.0.2-12/texk/dvipdfm$ 
i686-pc-cygwin-gcc -L /home/cygwin1.5/usr/X11R6/lib -o dvipdfm.exe pdfdev.o pdfdoc.o 
dvi.o mfileio.o mem.o jpeg.o numbers.o pdfobj.o pdfparse.o pdfspecial.o tfm.o type1.o 
dvipdfm.o epdf.o vf.o t1crypt.o pkfont.o tpic.o thumbnail.o pngimage.o htex.o mpost.o 
psimage.o psspecial.o colorsp.o encodings.o ttf.o -lpng -lz -L../kpathsea/SHARED 
-lkpathsea -L/home/cygwin1.5/usr/X11R6/lib -lICE -lSM -lXpm -lX11 


-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien   | http://www.lilypond.org


--
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: Directory problems after fresh install of v1.3.22-1

2003-08-11 Thread Igor Pechtchanski
On Tue, 5 Aug 2003, Igor Pechtchanski wrote:

> On Tue, 5 Aug 2003, David Balazic wrote:
>
> [snip]
>
> > >   Are you logging
> > > in as a domain user by any chance?
> > Yes.
> > >   Are your /etc/passwd and /etc/group up
> > > to date?
> > I don't know. What does it mean "up to date" what must be their content ?
> They should have an entry for the user you log in as.  Since you installed
> as a different user (admin), mkpasswd will not have put in the entry for
> the domain user.  Try running "x:\cygwin\bin\mkpasswd -u  -d >>
> passwd" from "x:\cygwin\etc".

You may also need to do "x:\cygwin\bin\mkgroup -d >> group" from
"x:\cygwin\etc" -- be prepared, it may take a while in large domains.

> > >   Please run "c:\cygwin\bin\ls.exe -l /bin/ls" from a cmd.exe
> > > prompt and post the output.
> >
> > It is on drive X:
> > C:\>x:\cygwin\bin\ls.exe -l /bin/ls
> > /usr/bin/ls: /bin/ls: No such file or directory
>
> Okay, try ".\ls.exe .\ls.exe" from "x:\cygwin\bin"?
 ^
Oops, make that ".\ls.exe -l .\ls.exe"...  Sorry.
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton


--
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: how to become a package maintainer?

2003-08-11 Thread Gerrit P. Haase
Hallo Sven,

Am Dienstag, 12. August 2003 um 00:12 schriebst du:

>>>- 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.

Add the above -no-undefined flag to Makefile.am (if automake is used).

> I looked a little closer at the output of the build process, and i 
> retried to compile libao.
> I added foudna warning "undefiend symbols are not allowed ..." so i 
> added "-no-undefined" to my LDFLAGS, but now i got the message

> /usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../libcygwin.a(libcmain.o)(.text+0x7c): 
> undefined reference to [EMAIL PROTECTED]'

This is the point where the fun begins;)

They use libtool, but Cygwin support works well only with libtool 1.5
or later.  So you need to reconfig this package.

Try 'autoreconf --install --force --verbose` at first.
However, often tweaks are needed to get it up and running.


Gerrit
-- 
=^..^=


--
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/



Bug in lynx setup.hint? (was: Re: cygcrypto-0.9.7.dll)

2003-08-11 Thread Gerrit P. Haase
Hallo Arno,

> Why didn't lynx-cygwin comes with all needed files?
> Isn't it possible to install a "complete package" at once?
> If really this cygcrypto-0.9.7.dll is needed to run lynx-cygwin, imho. it
> would be much more easier to download this single file than run setup and
> install a complete additional package.

cygcrypto probably needs other files as well.  As far as I know, it
should be selected automatically by setup.exe in the moment you choose
lynx.

The package you're missing is openssl.
However, I think you have triggered a bug, here the setup.hint from
lynx, there are obviously the correct dependencies, but AFAICT some
colons are missing:

category Web
requires cygwin terminfo libintl2 libiconv2 libncurses7 openssl
sdesc "Text-mode WWW Browser"
ldesc "Lynx is a terminal based WWW browser. While it does not make any attempt
at displaying graphics, it has good support for HTML text formatting,
forms, and tables.  This version includes support for SSL encryption."
curr: 2.8.4-5
test: 2.8.4-6


Gerrit
-- 
=^..^=


--
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/