RE: chmod -- Setting the sticky bit for/from the current directory

2004-06-29 Thread Dave Korn

> -Original Message-
> From: cygwin-owner On Behalf Of Robert Pendell
> Sent: 28 June 2004 22:34

> On Mon, 28 Jun 2004 17:24:03 -0400, LDR 
wrote:

  OOPS!  Robert, please read http://www.cygwin.com/acronyms/#PCYMTNQREAIYR !

> > Note that the interactive shell as well as the script shell 
>  are 'bash',
> > although the
> > interactive shell is invoked as /bin/bash, rather than 
> /usr/bin/bash.

> I think this is supposed to be a feature.  I think /usr/bin and /bin
> are mapped to the same location if memory serves me right.

  Absolutely so.  They're standard mount points created by setup that point
to the same place:

[EMAIL PROTECTED] /artimi/firmware> mount
C:\cygwin\usr\X11R6\lib\X11\fonts on /usr/X11R6/lib/X11/fonts type system
(binmode)
C:\cygwin\lib on /usr/lib type system (binmode)
C:\cygwin on / type system (binmode)
C:\cygwin\bin on /usr/bin type system (binmode)
^
 NB.^ same as /bin given the location of /


cheers, 
  DaveK
-- 
Can't think of a witty .sigline today


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



Querry Related to cygwin

2004-06-29 Thread Gagan Anand
Hi,
   Please provide me link or site from where i can
down load complete cygwin software and intall on my
windows 2000 pc.

I had downloaded setup.exe but from my side it does
not connect to the sites during installation. So if
intially I can down load the complete software and
then install on my pc will be good.

Any help in this regard will be very help full.

Regards
Gagan Anand




__
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail

--
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: Querry Related to cygwin

2004-06-29 Thread Dave Korn
> -Original Message-
> From: cygwin-owner On Behalf Of Gagan Anand
> Sent: 29 June 2004 14:11

> Hi,
>Please provide me link or site from where i can
> down load complete cygwin software and intall on my
> windows 2000 pc.
> 
> I had downloaded setup.exe but from my side it does
> not connect to the sites during installation. So if
> intially I can down load the complete software and
> then install on my pc will be good.
> 
> Any help in this regard will be very help full.

  If setup can't access the sites, that's probably a problem with the
firewall at your side.  It maybe that it doesn't handle ftp connections very
well.  What settings did you choose on the  "Select connection type" page?
If "Direct connection" isn't working, but you are able to surf the web and
access ftp sites from internet explorer, then selecting "Use IE5 settings"
should make it work for you.

  If you really can't get it to work, then yes, you can indeed set up your
own server with the entire cygwin packages on it, and use setup.exe to
install from that.  See 
http://sources.redhat.com/cygwin-apps/package-server.html
for the instructions, but it's probably a lot more work than just figuring
out what's going wrong when setup tries to access those download sites and
fixing that problem.


cheers, 
  DaveK
-- 
Can't think of a witty .sigline today


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



GCC problems

2004-06-29 Thread Robert Golovniov
Hello,

  I am trying to complile some programs but get this error message:

  "/usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../../i686-pc-cygwin/bin/ld:
  cannot find -lusr32
  collect2: ld returned 1 exit status"

  Another package add these two lines:

  "*** The command '/usr/bin/gcc -o conftest -g -O2 conftest.c' failed
  *** You must set the environment variable CC to a working compiler."

  Can anybody suggest how to fix it? Where do I set this variable?

-- 
 -=Robert & Beata Golovniov | Lviv, Ukraine=-
~~
mailto:[EMAIL PROTECTED]&Body=Embedded%20key
~~





--
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: Using GDB to debug ia64 files

2004-06-29 Thread Larry Hall
At 02:22 AM 6/29/2004, you wrote:
>I must add a precision : only the platform is ia64. My development machine
>is ia32, and I do cross-compilation to compile my BIOS.


Sure but you'll need tools that work with ia64, just like your BIOS does.


>I never heard of this "vanilla Windows version of gdb", have you
>informations about it ?


See .  Lots of pure Win32 versions of tools are 
available there.


>> >Hi people of Cygwin & GDB,
>> >
>> >I'm trying to do some quite complicated debug stuff with Cygwin,
>> and can't
>> >find how to do it. Would someone know how to help me ?
>> >Here is the problem :
>> >
>> >I have a BIOS compiled with the VC++ compiler for ia64. This BIOS is EFI
>> >(www.intel.com/technology/efi/) based.
>> >The BIOS is compiled under Windows, and it's a mandatory because
>> some tools
>> >I'm using have not been ported to Linux.
>> >The BIOS is compiled in debug mode, thus generating Windows paths to the
>> >debug files (PDB format) in the image.
>> >
>> >I've written a GDB stub in my BIOS. What I wish is to use GDB on
>> Cygwin to
>> >communicate with this stub and debug my BIOS.
>> >What I don't know is :
>> > - does GDB support COFF format and PDB format ? I guess the
>> first is "yes",
>> >and I read a thread on this archive about PDB format. I'm not
>> sure GDB does
>> >understand it, but then I would add the PDB support to GDB. Does someone
>> >have doc about it (if the rest of the stuff is possible, of course), and
>> >know how long a process this can be ?
>> >
>> > - supposing I have GDB understanding both PDB and COFF format
>> (or if I can
>> >make VC generate a debug file format that GDb can understand), will I be
>> >able to use it to debug my BIOS ? Or will GDB/Cygwin crash because if the
>> >Windows Paths ?
>> >
>> > - does GDB/Cygwin have a goog ia64 support ? I think GDB/Linux has been
>> >ported to ia64. Has this port been done to GDB/Cygwin ? If not,
>> would it be
>> >long to transcript it from GDB/Linux to GDB/Cygwin ?
>>
>>
>> Cygwin itself has not yet been ported to ia64.  It may work in Win32
>> emulation mode (there have been successful reports of this IIRC) but
>> that won't get you where you want to go.  In any case, it's not clear
>> that adding Cygwin into this equation is helpful to you.  If you're
>> building with VC++ and cannot or won't use VC++ to debug for some reason,
>> you may as well focus on the vanilla Windows version of gdb, unless you
>> find a benefit to using the Cygwin version.  In this light, this is a
>> pure gdb issue.
>>
>>
>> --
>> Larry Hall  http://www.rfk.com
>> RFK Partners, Inc.  (508) 893-9779 - RFK Office
>> 838 Washington Street   (508) 893-9889 - FAX
>> Holliston, MA 01746
>>
>
>
>--
>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/ 


--
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: GCC problems

2004-06-29 Thread Larry Hall
At 10:23 AM 6/29/2004, you wrote:
>At 09:21 AM 6/29/2004, you wrote:
>>Hello,
>>
>>  I am trying to complile some programs but get this error message:
>>
>>  "/usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../../i686-pc-cygwin/bin/ld:
>>  cannot find -lusr32

 ^^

I'm assuming you edited this and that it actually read -luser32.  Obviously,
this means you're missing something.  You can determine what package you're 
missing by visiting  and entering the name of
the file you're missing ('libuser32.a' in this case).  It will tell you 
the package you need to install ('w32api').  Rerun 'setup' and select this
package for installation.


>>  collect2: ld returned 1 exit status"
>>
>>  Another package add these two lines:
>>
>>  "*** The command '/usr/bin/gcc -o conftest -g -O2 conftest.c' failed
>>  *** You must set the environment variable CC to a working compiler."
>>
>>  Can anybody suggest how to fix it? Where do I set this variable?


Sounds like you're missing more stuff.  If you can't figure out what's 
missing, follow the problem reporting guidelines given at:

>>Problem reports:   http://cygwin.com/problems.html


This should either provide the answer in the process of developing a 
problem report to send to the list or will give those here on the list
some information by which to evaluate your local installation's state
when you submit the report.


--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
838 Washington Street   (508) 893-9889 - FAX
Holliston, MA 01746 


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



Reference Resource

2004-06-29 Thread Bianca
Hello,

We have just launched http://www.dictionary.net which is a unique reference
resource offering comprehensive word and phrase definitions.

I noticed the list of acronym resources at:
http://www.cygwin.com/acronyms/

Would it be possible for you to add a link to our dictionary from your list?

Kind regards,

Bianca


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



Message starting rxvt

2004-06-29 Thread Ron Parker
Sometime in the last few weeks I have started receiving the following
in a cmd.exe window when my cygwin.bat starts rxvt.

failed to load an X lib (cygX11-6, libX11)

Any ideas what may be causing this?

--
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: Message starting rxvt

2004-06-29 Thread Larry Hall
At 11:57 AM 6/29/2004, you wrote:
>Sometime in the last few weeks I have started receiving the following
>in a cmd.exe window when my cygwin.bat starts rxvt.
>
>failed to load an X lib (cygX11-6, libX11)
>
>Any ideas what may be causing this?


My tests would indicate you have your "DISPLAY" environment variable set
(at least to something other that ":0").


--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
838 Washington Street   (508) 893-9889 - FAX
Holliston, MA 01746 


--
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: Message starting rxvt

2004-06-29 Thread Ron Parker
On Tue, 29 Jun 2004 11:56:07 -0400, Larry Hall <[EMAIL PROTECTED]> wrote:

> My tests would indicate you have your "DISPLAY" environment variable set
> (at least to something other that ":0").
 
Thanks. Apparently something I installed set DISPLAY globally.
Clearing it in my cygwin.bat took care of it.

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



Fw: IPC shared memory on windows

2004-06-29 Thread asterix_ve
Hi all,

Some one can help me with a source program in c++ that use Inter process
comunication with shared memory?

Using gcc + cygwin?

Thanks a lot.


--
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: IPC shared memory on windows

2004-06-29 Thread Dave Korn
> -Original Message-
> From: cygwin-owner On Behalf Of asterix_ve
> Sent: 29 June 2004 18:04

> Hi all,
> 
> Some one can help me with a source program in c++ that use 
> Inter process
> comunication with shared memory?
> 
> Using gcc + cygwin?
> 
> Thanks a lot.


  Nope.  Nobody can help you.


cheers, 
  DaveK
-- 
Can't think of a witty .sigline today


--
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: Fw: IPC shared memory on windows

2004-06-29 Thread Larry Hall
At 01:04 PM 6/29/2004, you wrote:
>Hi all,
>
>Some one can help me with a source program in c++ that use Inter process
>comunication with shared memory?
>
>Using gcc + cygwin?
>
>Thanks a lot.


Please state the Cygwin-specific problem you're having.  If you're not
sure how to go about doing this, please follow the guidelines laid out
at:

>Problem reports:   http://cygwin.com/problems.html


Keep in mind that this is not a general help-desk for programming problems.
But if you have a Cygwin-specific problem or question, then it's appropriate
for this list.


--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
838 Washington Street   (508) 893-9889 - FAX
Holliston, MA 01746 


--
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: IPC shared memory on windows

2004-06-29 Thread Dave Korn
> -Original Message-
> From: cygwin-owner  On Behalf Of Dave Korn
> Sent: 29 June 2004 18:09

> > -Original Message-
> > From: cygwin-owner On Behalf Of asterix_ve
> > Sent: 29 June 2004 18:04
> 
> > Hi all,
> > 
> > Some one can help me with a source program in c++ that use 
> > Inter process
> > comunication with shared memory?
> > 
> > Using gcc + cygwin?
> > 
> > Thanks a lot.
> 
> 
>   Nope.  Nobody can help you.
> 
> 
> cheers, 
>   DaveK



  Ah, well, on further reflection I've decided that was a bit of a WJM
answer of me to give, so I decided to give a more helpful and friendly
answer.  So here it is:



> -Original Message-
> From: cygwin-owner On Behalf Of asterix_ve
> Sent: 29 June 2004 18:04

> Hi all,
> 
> Some one can help me with a source program in c++ that use 
> Inter process
> comunication with shared memory?
> 
> Using gcc + cygwin?
> 
> Thanks a lot.


  Yes.  Somebody can.


cheers, 
  DaveK
-- 
Can't think of a witty .sigline today


--
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: IPC shared memory on windows

2004-06-29 Thread Larry Hall
At 01:13 PM 6/29/2004, you wrote:
>> -Original Message-
>> From: cygwin-owner  On Behalf Of Dave Korn
>> Sent: 29 June 2004 18:09
>
>> > -Original Message-
>> > From: cygwin-owner On Behalf Of asterix_ve
>> > Sent: 29 June 2004 18:04
>> 
>> > Hi all,
>> > 
>> > Some one can help me with a source program in c++ that use 
>> > Inter process
>> > comunication with shared memory?
>> > 
>> > Using gcc + cygwin?
>> > 
>> > Thanks a lot.
>> 
>> 
>>   Nope.  Nobody can help you.
>> 
>> 
>> cheers, 
>>   DaveK
>
>
>
>  Ah, well, on further reflection I've decided that was a bit of a WJM
>answer of me to give, so I decided to give a more helpful and friendly
>answer.  So here it is:
>
>
>
>> -Original Message-
>> From: cygwin-owner On Behalf Of asterix_ve
>> Sent: 29 June 2004 18:04
>
>> Hi all,
>> 
>> Some one can help me with a source program in c++ that use 
>> Inter process
>> comunication with shared memory?
>> 
>> Using gcc + cygwin?
>> 
>> Thanks a lot.
>
>
>  Yes.  Somebody can.
>


LOL!  So does this mean we need to change our tag-line from WJM to WJHAF
(We're just helpful and friendly)? ;-)



--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
838 Washington Street   (508) 893-9889 - FAX
Holliston, MA 01746 


--
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: IPC shared memory on windows

2004-06-29 Thread Christopher Faylor
On Tue, Jun 29, 2004 at 01:14:06PM -0400, Larry Hall wrote:
>LOL!  So does this mean we need to change our tag-line from WJM to WJHAF
>(We're just helpful and friendly)? ;-)

I wouldn't want to get carried away.  Lets just try the helpful and friendly
on Tuesdays for a while to see how it goes.  I doubt that it will catch on
but you never know...

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/



Re: IPC shared memory on windows

2004-06-29 Thread Larry Hall
At 03:16 PM 6/29/2004, you wrote:
>On Tue, Jun 29, 2004 at 01:14:06PM -0400, Larry Hall wrote:
>>LOL!  So does this mean we need to change our tag-line from WJM to WJHAF
>>(We're just helpful and friendly)? ;-)
>
>I wouldn't want to get carried away.  Lets just try the helpful and friendly
>on Tuesdays for a while to see how it goes.  I doubt that it will catch on
>but you never know...


OK, I get it.  WJHAFOT.  It has a certain ring to it, wouldn't you say?
And with such a catchy acronym, I think folks will really get excited 
about it. 


--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
838 Washington Street   (508) 893-9889 - FAX
Holliston, MA 01746 


--
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: Reference Resource

2004-06-29 Thread Igor Pechtchanski
On Tue, 29 Jun 2004, Bianca wrote:

> Hello,
>
> We have just launched http://www.dictionary.net which is a unique reference
> resource offering comprehensive word and phrase definitions.
>
> I noticed the list of acronym resources at:
> http://www.cygwin.com/acronyms/
>
> Would it be possible for you to add a link to our dictionary from your list?
>
> Kind regards,
> Bianca

Hi, Bianca,

The OLOCA (or "Official List Of Cygwin Acronyms") is not a compilation of
word definition resources, but rather a set of (slightly humorous)
interpretations of the common acronyms used on this mailing list.  It is
not intended to promote any particular web resource[*], and any links to
other web sites are either incidental or prompted by the definitions of
the individual acronyms.  Adding arbitrary links will go against the
purpose of the OLOCA.  Therefore, I regret to say that we can't add a link
to your site there.
Igor
[*] Granted, the phrasing of the intro made it seem that it directed
people to a couple of particular acronym lists.  This (hopefully) has been
rectified.
-- 
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: IPC shared memory on windows

2004-06-29 Thread Igor Pechtchanski
On Tue, 29 Jun 2004, Larry Hall wrote:

> At 03:16 PM 6/29/2004, you wrote:
> >On Tue, Jun 29, 2004 at 01:14:06PM -0400, Larry Hall wrote:
> >>LOL!  So does this mean we need to change our tag-line from WJM to WJHAF
> >>(We're just helpful and friendly)? ;-)
> >
> >I wouldn't want to get carried away.  Lets just try the helpful and friendly
> >on Tuesdays for a while to see how it goes.  I doubt that it will catch on
> >but you never know...
>
> OK, I get it.  WJHAFOT.  It has a certain ring to it, wouldn't you say?
> And with such a catchy acronym, I think folks will really get excited
> about it.

Yes, it does have a nice ring to it.  However, as the OLOCA is a resource
of some permanence, I'll have to wait until we're settled on the
"Tuesdays" bit before adding it there...

Oh, and alternatively we can do something like:

WJMODEIYAHAFTROTT (We're Just Mean On Days Ending In "Y" And Helpful And
Friendly The Rest Of The Time)...
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 access /dev/port?

2004-06-29 Thread Marcel Telka
On Tue, Jun 29, 2004 at 09:41:34AM +0800, [EMAIL PROTECTED] wrote:
>I use outb() in my program to acces ports. But it cannot be compiled
> because of undefined function name. How can I solve this?

You could try the ioperm package...


Regards.

-- 
+---+
| Marcel Telka   e-mail:   [EMAIL PROTECTED]  |
|homepage: http://telka.sk/ |
|jabber:   [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: IPC shared memory on windows

2004-06-29 Thread Mark Bohlman
Igor Pechtchanski wrote:
On Tue, 29 Jun 2004, Larry Hall wrote:

At 03:16 PM 6/29/2004, you wrote:
On Tue, Jun 29, 2004 at 01:14:06PM -0400, Larry Hall wrote:
LOL!  So does this mean we need to change our tag-line from WJM to WJHAF
(We're just helpful and friendly)? ;-)
I wouldn't want to get carried away.  Lets just try the helpful and friendly
on Tuesdays for a while to see how it goes.  I doubt that it will catch on
but you never know...
OK, I get it.  WJHAFOT.  It has a certain ring to it, wouldn't you say?
And with such a catchy acronym, I think folks will really get excited
about it.

Yes, it does have a nice ring to it.  However, as the OLOCA is a resource
of some permanence, I'll have to wait until we're settled on the
"Tuesdays" bit before adding it there...
Oh, and alternatively we can do something like:
WJMODEIYAHAFTROTT (We're Just Mean On Days Ending In "Y" And Helpful And
Friendly The Rest Of The Time)...
Igor
Don't forget to add "And Hilarious All Of The Time" (AHAOTT).
Thanks for the smile. -- Mark
--
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/


failing to compile expectk

2004-06-29 Thread Richard Lister

Hi folks

I'm trying to build a working expectk using the expect-20030128
source from cygwin. Tcl/Tk and expect build fine. I noted the
following comment in the file expect-20030128-1/expect/Makefile.in:

  # XXX Temporarily commented out until expectk is working again.
  #X11_PROGS = @X_PROGS@

Nevertheless, I edited the Makefile and managed to compile
expectk.exe, but it segfaults when run.

Googling produces quite a few comments about how it is
generally problematic to compile Tcl/Tk on cygwin.

Has anyone had any success producing an expectk binary?

Thanks
Ric


--
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: failing to compile expectk

2004-06-29 Thread Ken Dibble

Richard Lister wrote:
Hi folks
I'm trying to build a working expectk using the expect-20030128
source from cygwin. Tcl/Tk and expect build fine. I noted the
following comment in the file expect-20030128-1/expect/Makefile.in:
 # XXX Temporarily commented out until expectk is working again.
 #X11_PROGS = @X_PROGS@
Nevertheless, I edited the Makefile and managed to compile
expectk.exe, but it segfaults when run.
Googling produces quite a few comments about how it is
generally problematic to compile Tcl/Tk on cygwin.
Has anyone had any success producing an expectk binary?
Thanks
Ric
 

I'm sure you've probably already checked and considered DejaGnu.
Could there be a hint in its' source about getting expectk to run?
I know nothing of expectk or DejaGnu other than what is on the expect 
home page(http://expect.nist.gov/)
and the gnu page(http://www.gnu.org/).

Regards,
Ken
--
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 access /dev/port?

2004-06-29 Thread jackylam
I take your advice and try that. It is really great but I got some
problem to use it.

I am using Windows XP. I rewrite my program to initialize my port by 
ioperm(0x378,3,1);

Before running my program, I install the ioperm service by:
ioperm.exe -i

My Windows XP complains fail to start the system service.

Any suggestion?

Thanks.


-Original Message-
From: Marcel Telka [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 30 June, 2004 4:14
To: Jacky Lam
Cc: [EMAIL PROTECTED]
Subject: Re: How to access /dev/port?

On Tue, Jun 29, 2004 at 09:41:34AM +0800, [EMAIL PROTECTED]
wrote:
>I use outb() in my program to acces ports. But it cannot be
compiled
> because of undefined function name. How can I solve this?

You could try the ioperm package...


Regards.

-- 
+---+
| Marcel Telka   e-mail:   [EMAIL PROTECTED]  |
|homepage: http://telka.sk/ |
|jabber:   [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/



bfd_get_section_size() undeclared

2004-06-29 Thread Sean McCune
Howdy all,

In building the latest source (checked out tonight), I'm getting the
following error, stating that bfd_get_section_size() is undeclared.  Was
something not checked in to CVS fully?


../../../../src/winsup/utils/parse_pe.cc: In function `void
select_data_section(bfd*, asection*, void*)':
../../../../src/winsup/utils/parse_pe.cc:67: error:
`bfd_get_section_size' undeclared (first use this function)
../../../../src/winsup/utils/parse_pe.cc:67: error: (Each undeclared
identifier is reported only once for each function it appears in.)
make[2]: *** [parse_pe.o] Error 1



--
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 access /dev/port?

2004-06-29 Thread Marcel Telka
On Wed, Jun 30, 2004 at 11:04:05AM +0800, [EMAIL PROTECTED] wrote:
> Before running my program, I install the ioperm service by:
> ioperm.exe -i

You should install the service as administrator (with administrator rights).

> 
> My Windows XP complains fail to start the system service.
> 
> Any suggestion?


Regards.

-- 
+---+
| Marcel Telka   e-mail:   [EMAIL PROTECTED]  |
|homepage: http://telka.sk/ |
|jabber:   [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/



GnuPG 1.9

2004-06-29 Thread Robert Golovniov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello Cygwin,

  Did  anybody  have  success  in  compliling  under Cygwin the latest
  development  versions of GnuPG (1.9)? I remember about a half a year
  ago  or  so  it  did  not compile because a function (funopen, if my
  memory  serves  me  right)  was  not  supported  in Cygwin. Anything
  changed  since  then?  I mean, to make be more precise, compiling it
  under Cygwin for W2K. Many thanks for help!

- -- 
 -=Robert & Beata Golovniov | Lviv, Ukraine=-
~~
mailto:[EMAIL PROTECTED]&Body=Embedded%20key
~~



-BEGIN PGP SIGNATURE-
Comment: Using PGP/GnuPG for Internet privacy.

iD8DBQFA4kagWh2fA2M/bQcRAsQMAJ9VrBlVUeZv5MAB25+EEXQq2Nl8VQCfRlCg
VPT7XEaKyhdn3wAigojv/fA=
=1DdX
-END PGP SIGNATURE-


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



help me to compile the cygwinq.lib under VC with my program

2004-06-29 Thread rudolf
Hi ,all

I remember some one did but I don't know how to do it now.

I got the cygwin1.lib and crt0.lib 
(http://sources.redhat.com/ml/cygwin/2004-06/msg00274.html) 
by the website instructions . but when linking my program , VC told me that it 
coundn't link _exit(0) beacuse the symbol is defined in other dlls.(mscrt.dll), When i 
ignore all the default libraries, there is WinMain16@ linking error.
 
 
In fact , I need system V function like share memory and  semaphore function , like 
semop, semat,shmget etc.  I want to get these functions from cygwin1.lib which can be 
used under windows.
 
Could do me a favor to  tell me the detail how can i do it? Any answers are  
appreciated.
 
Thanks in advance,
 
Rudolf


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