public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: [B20.1]: Permission denied, sometimes
@ 1999-03-04 22:01 N8TM
  1999-03-31 19:45 ` N8TM
  0 siblings, 1 reply; 4+ messages in thread
From: N8TM @ 1999-03-04 22:01 UTC (permalink / raw)
  To: oskarb, cygwin

In a message dated 3/4/99 6:43:53 AM Pacific Standard Time,
oskarb@fagorautomation.es writes:

<< Moreover, gcc prints out, now and then, "Permission denied" errors 
 for the following file (?):
 
 	\usr\include\. >>

I've always found it necessary to symlink the appropriate directories to
/usr/include on W95.  Apparently, that is the one place where #include files
may be found when all else fails.

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [B20.1]: Permission denied, sometimes
  1999-03-04 22:01 [B20.1]: Permission denied, sometimes N8TM
@ 1999-03-31 19:45 ` N8TM
  0 siblings, 0 replies; 4+ messages in thread
From: N8TM @ 1999-03-31 19:45 UTC (permalink / raw)
  To: oskarb, cygwin

In a message dated 3/4/99 6:43:53 AM Pacific Standard Time,
oskarb@fagorautomation.es writes:

<< Moreover, gcc prints out, now and then, "Permission denied" errors 
 for the following file (?):
 
 	\usr\include\. >>

I've always found it necessary to symlink the appropriate directories to
/usr/include on W95.  Apparently, that is the one place where #include files
may be found when all else fails.

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [B20.1]: Permission denied, sometimes
  1999-03-04  6:39 OSKAR BERRETEAGA
@ 1999-03-31 19:45 ` OSKAR BERRETEAGA
  0 siblings, 0 replies; 4+ messages in thread
From: OSKAR BERRETEAGA @ 1999-03-31 19:45 UTC (permalink / raw)
  To: 'cygwin@sourceware.cygnus.com'

Hi, all

we're using B20.1 on several W95 machines and, on some of them, 
the script to compile and link some C files fails. In fact, it's the gcc

that outputs "Permission denied" errors. This behaviour is not
deterministic 
because if we try to compile the same file again it may or may not
succeed. 
Moreover, gcc prints out, now and then, "Permission denied" errors 
for the following file (?):

	\usr\include\.

I've checked and double checked for the existence of that file but 
there certainly isn't such a file or directory in our computers.

I almost sure that it has to do with cpp because when adding the -E
option
to the compile line I still get the permission denied errors mostly for
real
include files.

I've attached the cygcheck output for both a configuration that works
perfectly
(cyok.txt) and for another one that exhibits the erratic behaviour
(cywrong.txt).
The ggc line we use to compile the file is:

gcc -c $PRJDIR/plcprg.c -o $PRJOBJDIR/plcprg.o -idirafter
$EXTRAINCLUDEDIR1 -idirafter $EXTRAINCLUDEDIR2 -idirafter
$EXTRAINCLUDEDIR3 -idirafter $EXTRAINCLUDEDIR4

I just want to add that it works most of the time. But...

Thanks in advance for any help

>
>Oskar Berreteaga Castro
>Depto. I+D Software
>e-mail: oskarb@fagorautomation.es
>
>----------------------------------------------------
>Fagor Automation, S.Coop.
>Barrio San Andres, s/n - P.O. Box. 144
>Mondragon 20500 - SPAIN
>
>Tfno:	+34-943 79 95 11
>Fax:	+34-943 79 17 12
> http://www.fagorautomation.mcc.es
>----------------------------------------------------
>
  

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [B20.1]: Permission denied, sometimes
@ 1999-03-04  6:39 OSKAR BERRETEAGA
  1999-03-31 19:45 ` OSKAR BERRETEAGA
  0 siblings, 1 reply; 4+ messages in thread
From: OSKAR BERRETEAGA @ 1999-03-04  6:39 UTC (permalink / raw)
  To: 'cygwin@sourceware.cygnus.com'

Hi, all

we're using B20.1 on several W95 machines and, on some of them, 
the script to compile and link some C files fails. In fact, it's the gcc

that outputs "Permission denied" errors. This behaviour is not
deterministic 
because if we try to compile the same file again it may or may not
succeed. 
Moreover, gcc prints out, now and then, "Permission denied" errors 
for the following file (?):

	\usr\include\.

I've checked and double checked for the existence of that file but 
there certainly isn't such a file or directory in our computers.

I almost sure that it has to do with cpp because when adding the -E
option
to the compile line I still get the permission denied errors mostly for
real
include files.

I've attached the cygcheck output for both a configuration that works
perfectly
(cyok.txt) and for another one that exhibits the erratic behaviour
(cywrong.txt).
The ggc line we use to compile the file is:

gcc -c $PRJDIR/plcprg.c -o $PRJOBJDIR/plcprg.o -idirafter
$EXTRAINCLUDEDIR1 -idirafter $EXTRAINCLUDEDIR2 -idirafter
$EXTRAINCLUDEDIR3 -idirafter $EXTRAINCLUDEDIR4

I just want to add that it works most of the time. But...

Thanks in advance for any help

>
>Oskar Berreteaga Castro
>Depto. I+D Software
>e-mail: oskarb@fagorautomation.es
>
>----------------------------------------------------
>Fagor Automation, S.Coop.
>Barrio San Andres, s/n - P.O. Box. 144
>Mondragon 20500 - SPAIN
>
>Tfno:	+34-943 79 95 11
>Fax:	+34-943 79 17 12
> http://www.fagorautomation.mcc.es
>----------------------------------------------------
>
  

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1999-03-31 19:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-03-04 22:01 [B20.1]: Permission denied, sometimes N8TM
1999-03-31 19:45 ` N8TM
  -- strict thread matches above, loose matches on Subject: below --
1999-03-04  6:39 OSKAR BERRETEAGA
1999-03-31 19:45 ` OSKAR BERRETEAGA

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).