public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* GCC  fatal error: can't open /tmp/ccc6IHTT.s for writing
@ 2012-02-24  9:22 Paul Keir
  2012-02-24 12:08 ` Dave Korn
  2012-02-24 23:59 ` Robert Miles
  0 siblings, 2 replies; 11+ messages in thread
From: Paul Keir @ 2012-02-24  9:22 UTC (permalink / raw)
  To: cygwin

Hello,

After installing a package (libxrandr-dev I think) GCC 4.5.3 (from Exp) 
has a problem. Even Hello World gives me:

hello.c:1:0: fatal error: can't open /tmp/ccc6IHTT.s for writing: No 
such file or directory
compilation terminated.

I have tried reinstalling GCC with no luck. Can anyone offer advice?

Thanks in advance,
Paul

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: GCC  fatal error: can't open /tmp/ccc6IHTT.s for writing
  2012-02-24  9:22 GCC fatal error: can't open /tmp/ccc6IHTT.s for writing Paul Keir
@ 2012-02-24 12:08 ` Dave Korn
  2012-02-24 13:52   ` Paul Keir
  2012-02-24 23:59 ` Robert Miles
  1 sibling, 1 reply; 11+ messages in thread
From: Dave Korn @ 2012-02-24 12:08 UTC (permalink / raw)
  To: cygwin

On 24/02/2012 09:22, Paul Keir wrote:
> Hello,
> 
> After installing a package (libxrandr-dev I think) GCC 4.5.3 (from Exp)
> has a problem. Even Hello World gives me:
> 
> hello.c:1:0: fatal error: can't open /tmp/ccc6IHTT.s for writing: No
> such file or directory
> compilation terminated.
> 
> I have tried reinstalling GCC with no luck. Can anyone offer advice?

  Is the drive where your /tmp dir is located full?  Does it have the right
permissions?  Can you create the same named file manually (e.g. run a command
like "ls >/tmp/ccc6IHTT.s")?

  If none of that sheds any light on it, please run "cygcheck -s -v -r >
cygcheck.out" and send that file **as an attachment only please** with your
next post.  Also, re-run the gcc compile command that's failing, but add the
"-v" option to the command-line, and show us all the output it generates.

    cheers,
      DaveK


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: GCC  fatal error: can't open /tmp/ccc6IHTT.s for writing
  2012-02-24 12:08 ` Dave Korn
@ 2012-02-24 13:52   ` Paul Keir
  2012-02-24 14:41     ` Earnie Boyd
  2012-02-24 14:58     ` Dave Korn
  0 siblings, 2 replies; 11+ messages in thread
From: Paul Keir @ 2012-02-24 13:52 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 2362 bytes --]

Thanks. No, it's not full. The permissions are:
drwxrwxrwt+ 1 Paul root      0 Feb 24 13:36 tmp
and I can create the same file manually.

The output of gcc -v hello.c is attached. I am running Windows 7 
Professional - Service Pack 1.

I'm afraid I can't send the output of cygcheck to the mailing list for 
confidentiality reasons. I could either send it to you directly, or 
perhaps run cygcheck in a way to generate less data. By the way I get 
the following errors from cygcheck, only when I redirect the output:

/usr/bin/cygrunsrv: warning: OpenService failed for 'DcomLaunch': Win32 
error 5
Access is denied.
/usr/bin/cygrunsrv: warning: OpenService failed for 'ose': Win32 error 5
Access is denied.
/usr/bin/cygrunsrv: warning: OpenService failed for 'osppsvc': Win32 error 5
Access is denied.
/usr/bin/cygrunsrv: warning: OpenService failed for 'pla': Win32 error 5
Access is denied.
/usr/bin/cygrunsrv: warning: OpenService failed for 'QWAVE': Win32 error 5
Access is denied.
/usr/bin/cygrunsrv: warning: OpenService failed for 'RpcEptMapper': 
Win32 error 5
Access is denied.
/usr/bin/cygrunsrv: warning: OpenService failed for 'RpcSs': Win32 error 5
Access is denied.



On 24/02/2012 12:08, Dave Korn wrote:
> On 24/02/2012 09:22, Paul Keir wrote:
>> Hello,
>>
>> After installing a package (libxrandr-dev I think) GCC 4.5.3 (from Exp)
>> has a problem. Even Hello World gives me:
>>
>> hello.c:1:0: fatal error: can't open /tmp/ccc6IHTT.s for writing: No
>> such file or directory
>> compilation terminated.
>>
>> I have tried reinstalling GCC with no luck. Can anyone offer advice?
>    Is the drive where your /tmp dir is located full?  Does it have the right
> permissions?  Can you create the same named file manually (e.g. run a command
> like "ls>/tmp/ccc6IHTT.s")?
>
>    If none of that sheds any light on it, please run "cygcheck -s -v -r>
> cygcheck.out" and send that file **as an attachment only please** with your
> next post.  Also, re-run the gcc compile command that's failing, but add the
> "-v" option to the command-line, and show us all the output it generates.
>
>      cheers,
>        DaveK
>
>
> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

[-- Attachment #2: gcc.out --]
[-- Type: text/plain, Size: 3019 bytes --]

Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-cygwin/4.5.3/lto-wrapper.exe
Target: i686-pc-cygwin
Configured with: /gnu/gcc/releases/respins/4.5.3-3/gcc4-4.5.3-3/src/gcc-4.5.3/configure --srcdir=/gnu/gcc/releases/respins/4.5.3-3/gcc4-4.5.3-3/src/gcc-4.5.3 --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --datadir=/usr/share --localstatedir=/var --sysconfdir=/etc --datarootdir=/usr/share --docdir=/usr/share/doc/gcc4 -C --datadir=/usr/share --infodir=/usr/share/info --mandir=/usr/share/man -v --with-gmp=/usr --with-mpfr=/usr --enable-bootstrap --enable-version-specific-runtime-libs --libexecdir=/usr/lib --enable-static --enable-shared --enable-shared-libgcc --disable-__cxa_atexit --with-gnu-ld --with-gnu-as --with-dwarf2 --disable-sjlj-exceptions --enable-languages=ada,c,c++,fortran,java,lto,objc,obj-c++ --enable-graphite --enable-lto --enable-java-awt=gtk --disable-symvers --enable-libjava --program-suffix=-4 --enable-libgomp --enable-libssp --enable-libada --enable-threads=posix --with-arch=i686 --with-tune=generic --enable-libgcj-sublibs CC=gcc-4 CXX=g++-4 CC_FOR_TARGET=gcc-4 CXX_FOR_TARGET=g++-4 GNATMAKE_FOR_TARGET=gnatmake GNATBIND_FOR_TARGET=gnatbind --with-ecj-jar=/usr/share/java/ecj.jar
Thread model: posix
gcc version 4.5.3 (GCC) 
COLLECT_GCC_OPTIONS='-v' '-mtune=generic' '-march=i686'
 /usr/lib/gcc/i686-pc-cygwin/4.5.3/cc1.exe -quiet -v -D__CYGWIN32__ -D__CYGWIN__ -Dunix -D__unix__ -D__unix -idirafter /usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../../include/w32api -idirafter /usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../../i686-pc-cygwin/lib/../../include/w32api hello.c -quiet -dumpbase hello.c -mtune=generic -march=i686 -auxbase hello -version -o /tmp/ccoTtOUD.s
GNU C (GCC) version 4.5.3 (i686-pc-cygwin)
	compiled by GNU C version 4.5.3, GMP version 4.3.2, MPFR version 3.0.1-p4, MPC version 0.8
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "/usr/local/include"
ignoring nonexistent directory "/usr/lib/gcc/i686-pc-cygwin/4.5.3/include"
ignoring nonexistent directory "/usr/lib/gcc/i686-pc-cygwin/4.5.3/include-fixed"
ignoring nonexistent directory "/usr/i686-pc-cygwin/include"
ignoring nonexistent directory "/usr/include"
ignoring nonexistent directory "/usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../../include/w32api"
ignoring nonexistent directory "/usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../../i686-pc-cygwin/lib/../../include/w32api"
#include "..." search starts here:
#include <...> search starts here:
End of search list.
GNU C (GCC) version 4.5.3 (i686-pc-cygwin)
	compiled by GNU C version 4.5.3, GMP version 4.3.2, MPFR version 3.0.1-p4, MPC version 0.8
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 89d6774c1d510265da7d48b735ce61fb
hello.c:1:0: fatal error: can’t open /tmp/ccoTtOUD.s for writing: No such file or directory
compilation terminated.


[-- Attachment #3: Type: text/plain, Size: 218 bytes --]

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: GCC fatal error: can't open /tmp/ccc6IHTT.s for writing
  2012-02-24 13:52   ` Paul Keir
@ 2012-02-24 14:41     ` Earnie Boyd
  2012-02-24 14:58     ` Dave Korn
  1 sibling, 0 replies; 11+ messages in thread
From: Earnie Boyd @ 2012-02-24 14:41 UTC (permalink / raw)
  To: cygwin

On Fri, Feb 24, 2012 at 8:52 AM, Paul Keir <paul@codeplay.com> wrote:
> Thanks. No, it's not full. The permissions are:
> drwxrwxrwt+ 1 Paul root      0 Feb 24 13:36 tmp
> and I can create the same file manually.
>
> The output of gcc -v hello.c is attached. I am running Windows 7
> Professional - Service Pack 1.
>
> I'm afraid I can't send the output of cygcheck to the mailing list for
> confidentiality reasons. I could either send it to you directly, or perhaps
> run cygcheck in a way to generate less data. By the way I get the following
> errors from cygcheck, only when I redirect the output:
>

You can always edit the file to blot out the sensitive data.

sed -e 's.sensitive.insensitive.g' cygcheck.sensitive > cygcheck.insensitive

-- 
Earnie
-- https://sites.google.com/site/earnieboyd

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: GCC  fatal error: can't open /tmp/ccc6IHTT.s for writing
  2012-02-24 13:52   ` Paul Keir
  2012-02-24 14:41     ` Earnie Boyd
@ 2012-02-24 14:58     ` Dave Korn
  2012-02-24 15:36       ` Paul Keir
  1 sibling, 1 reply; 11+ messages in thread
From: Dave Korn @ 2012-02-24 14:58 UTC (permalink / raw)
  To: cygwin

On 24/02/2012 13:52, Paul Keir wrote:
> Thanks. No, it's not full. The permissions are:
> drwxrwxrwt+ 1 Paul root      0 Feb 24 13:36 tmp
> and I can create the same file manually.

  Oh well, always worth checking the basics first, but no real surprise!

> The output of gcc -v hello.c is attached. I am running Windows 7
> Professional - Service Pack 1.
> 
> I'm afraid I can't send the output of cygcheck to the mailing list for
> confidentiality reasons. I could either send it to you directly, or
> perhaps run cygcheck in a way to generate less data. 

  If you're that worried I don't mind if you'd rather send it to me offlist,
go ahead, but it's not like you know me well enough to trust either, so I'd
suggest you redact any sensitive data (user names? passwords in environment
vars?) before posting it either way.

> By the way I get
> the following errors from cygcheck, only when I redirect the output:
> 
> /usr/bin/cygrunsrv: warning: OpenService failed for 'DcomLaunch': Win32
> error 5
> Access is denied.
> /usr/bin/cygrunsrv: warning: OpenService failed for 'ose': Win32 error 5
> Access is denied.
> /usr/bin/cygrunsrv: warning: OpenService failed for 'osppsvc': Win32
> error 5
> Access is denied.
> /usr/bin/cygrunsrv: warning: OpenService failed for 'pla': Win32 error 5
> Access is denied.
> /usr/bin/cygrunsrv: warning: OpenService failed for 'QWAVE': Win32 error 5
> Access is denied.
> /usr/bin/cygrunsrv: warning: OpenService failed for 'RpcEptMapper':
> Win32 error 5
> Access is denied.
> /usr/bin/cygrunsrv: warning: OpenService failed for 'RpcSs': Win32 error 5
> Access is denied.

  That's not unexpected if you're running under a non-administrative account.

  There was nothing unusual in the output from "gcc -v".  If the cygcheck
output doesn't show anything, I'll have to get you to run cc1.exe under
strace.  However, before we do that, there's one other thing I forgot to ask:
what's the exit status after gcc fails?  "echo $?" should show it, assuming
you're using bash.

    cheers,
      DaveK


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: GCC  fatal error: can't open /tmp/ccc6IHTT.s for writing
  2012-02-24 14:58     ` Dave Korn
@ 2012-02-24 15:36       ` Paul Keir
  2012-02-24 16:34         ` Dave Korn
  0 siblings, 1 reply; 11+ messages in thread
From: Paul Keir @ 2012-02-24 15:36 UTC (permalink / raw)
  To: cygwin

echo $? returns 1 after using gcc.


On 24/02/2012 14:57, Dave Korn wrote:
> On 24/02/2012 13:52, Paul Keir wrote:
>> Thanks. No, it's not full. The permissions are:
>> drwxrwxrwt+ 1 Paul root      0 Feb 24 13:36 tmp
>> and I can create the same file manually.
>    Oh well, always worth checking the basics first, but no real surprise!
>
>> The output of gcc -v hello.c is attached. I am running Windows 7
>> Professional - Service Pack 1.
>>
>> I'm afraid I can't send the output of cygcheck to the mailing list for
>> confidentiality reasons. I could either send it to you directly, or
>> perhaps run cygcheck in a way to generate less data.
>    If you're that worried I don't mind if you'd rather send it to me offlist,
> go ahead, but it's not like you know me well enough to trust either, so I'd
> suggest you redact any sensitive data (user names? passwords in environment
> vars?) before posting it either way.
>
>> By the way I get
>> the following errors from cygcheck, only when I redirect the output:
>>
>> /usr/bin/cygrunsrv: warning: OpenService failed for 'DcomLaunch': Win32
>> error 5
>> Access is denied.
>> /usr/bin/cygrunsrv: warning: OpenService failed for 'ose': Win32 error 5
>> Access is denied.
>> /usr/bin/cygrunsrv: warning: OpenService failed for 'osppsvc': Win32
>> error 5
>> Access is denied.
>> /usr/bin/cygrunsrv: warning: OpenService failed for 'pla': Win32 error 5
>> Access is denied.
>> /usr/bin/cygrunsrv: warning: OpenService failed for 'QWAVE': Win32 error 5
>> Access is denied.
>> /usr/bin/cygrunsrv: warning: OpenService failed for 'RpcEptMapper':
>> Win32 error 5
>> Access is denied.
>> /usr/bin/cygrunsrv: warning: OpenService failed for 'RpcSs': Win32 error 5
>> Access is denied.
>    That's not unexpected if you're running under a non-administrative account.
>
>    There was nothing unusual in the output from "gcc -v".  If the cygcheck
> output doesn't show anything, I'll have to get you to run cc1.exe under
> strace.  However, before we do that, there's one other thing I forgot to ask:
> what's the exit status after gcc fails?  "echo $?" should show it, assuming
> you're using bash.
>
>      cheers,
>        DaveK
>
>
> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: GCC  fatal error: can't open /tmp/ccc6IHTT.s for writing
  2012-02-24 15:36       ` Paul Keir
@ 2012-02-24 16:34         ` Dave Korn
  2012-02-27 16:58           ` Paul Keir
  0 siblings, 1 reply; 11+ messages in thread
From: Dave Korn @ 2012-02-24 16:34 UTC (permalink / raw)
  To: cygwin

On 24/02/2012 15:36, Paul Keir wrote:
> echo $? returns 1 after using gcc.

  Right, that's "helpful" of it!  That's clearly just a fail status but not an
errno value.

  Anyway, I think your cygcheck reveals the problem.  You have multiple
cygwin1.dlls of different versions in your path at the same time.  You also
have a homebrew build of gcc 4.7 in your path, and it's using SJLJ exceptions
rather than DW2, which means that its runtime DLLs will be incompatible with
the standard system ones.

  Try removing the cygwin1.dll from C:\Windows\SYSTEM, and cutting
C:\Users\XXXXXXXX\home\apps\gcc-4.7-20120128\bin out of your PATH, and see if
that fixes it.

    cheers,
      DaveK

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: GCC  fatal error: can't open /tmp/ccc6IHTT.s for writing
  2012-02-24  9:22 GCC fatal error: can't open /tmp/ccc6IHTT.s for writing Paul Keir
  2012-02-24 12:08 ` Dave Korn
@ 2012-02-24 23:59 ` Robert Miles
  2012-07-25 14:55   ` mark.kica
  1 sibling, 1 reply; 11+ messages in thread
From: Robert Miles @ 2012-02-24 23:59 UTC (permalink / raw)
  To: cygwin; +Cc: Paul Keir

On 2/24/2012 3:22 AM, Paul Keir wrote:
> Hello,
>
> After installing a package (libxrandr-dev I think) GCC 4.5.3 (from 
> Exp) has a problem. Even Hello World gives me:
>
> hello.c:1:0: fatal error: can't open /tmp/ccc6IHTT.s for writing: No 
> such file or directory
> compilation terminated.
>
> I have tried reinstalling GCC with no luck. Can anyone offer advice?
>
> Thanks in advance,
> Paul
>
Looks like time to check the read-write permissions on directory /tmp
and any files inside it.

Robert Miles


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: GCC  fatal error: can't open /tmp/ccc6IHTT.s for writing
  2012-02-24 16:34         ` Dave Korn
@ 2012-02-27 16:58           ` Paul Keir
  2012-02-27 22:35             ` Dave Korn
  0 siblings, 1 reply; 11+ messages in thread
From: Paul Keir @ 2012-02-27 16:58 UTC (permalink / raw)
  To: cygwin

Thanks Dave, it's fixed. It looks like the problem was the cygwin1.dll 
in C:\Windows\SYSTEM. I have no idea why that was there. (I am not the 
first to use this machine.)

As a precaution I have also removed 
C:\Users\XXXXXXXX\home\apps\gcc-4.7-20120128\bin from my PATH. I had 
built it with --program-suffix=-4.7, but the following potentially 
conflicting files remain there with their names untouched:

cyggfortran-3.dll
cygssp-0.dll
cygstdc++-6.dll

Thanks again.

On 24/02/2012 16:34, Dave Korn wrote:
> On 24/02/2012 15:36, Paul Keir wrote:
>> echo $? returns 1 after using gcc.
>    Right, that's "helpful" of it!  That's clearly just a fail status but not an
> errno value.
>
>    Anyway, I think your cygcheck reveals the problem.  You have multiple
> cygwin1.dlls of different versions in your path at the same time.  You also
> have a homebrew build of gcc 4.7 in your path, and it's using SJLJ exceptions
> rather than DW2, which means that its runtime DLLs will be incompatible with
> the standard system ones.
>
>    Try removing the cygwin1.dll from C:\Windows\SYSTEM, and cutting
> C:\Users\XXXXXXXX\home\apps\gcc-4.7-20120128\bin out of your PATH, and see if
> that fixes it.
>
>      cheers,
>        DaveK
>
> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: GCC  fatal error: can't open /tmp/ccc6IHTT.s for writing
  2012-02-27 16:58           ` Paul Keir
@ 2012-02-27 22:35             ` Dave Korn
  0 siblings, 0 replies; 11+ messages in thread
From: Dave Korn @ 2012-02-27 22:35 UTC (permalink / raw)
  To: cygwin

On 27/02/2012 16:12, Paul Keir wrote:
> Thanks Dave, it's fixed. It looks like the problem was the cygwin1.dll
> in C:\Windows\SYSTEM. I have no idea why that was there. (I am not the
> first to use this machine.)

  Well, you may just find out when something else stops working - it's not
unknown for people to ship custom toolchains built on Cygwin that install the
DLL into the SYSTEM directory.  (In which case, put the DLL you found there
into the binaries dir alongside the tools involved.)

> As a precaution I have also removed
> C:\Users\XXXXXXXX\home\apps\gcc-4.7-20120128\bin from my PATH. I had
> built it with --program-suffix=-4.7, but the following potentially
> conflicting files remain there with their names untouched:
> 
> cyggfortran-3.dll
> cygssp-0.dll
> cygstdc++-6.dll

  Although having them later in the path than the system versions in /usr/bin
should in theory make that safe, mixing DW2 and SJLJ is asking for trouble to
crop up somewhere down the line.

    cheers,
      DaveK

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: GCC  fatal error: can't open /tmp/ccc6IHTT.s for writing
  2012-02-24 23:59 ` Robert Miles
@ 2012-07-25 14:55   ` mark.kica
  0 siblings, 0 replies; 11+ messages in thread
From: mark.kica @ 2012-07-25 14:55 UTC (permalink / raw)
  To: cygwin

Robert Miles <robertmiles <at> bellsouth.net> writes:

 


Hello ,

I had same problem . The reason was older cygwin1.dll .  Try to delete all of 
them (also in c:\Windows\System32\ directory) ,  and reinstall cygwin package 
with setup.exe  (cygwin : The Linux emulation engine)   




--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

end of thread, other threads:[~2012-07-25 14:55 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-24  9:22 GCC fatal error: can't open /tmp/ccc6IHTT.s for writing Paul Keir
2012-02-24 12:08 ` Dave Korn
2012-02-24 13:52   ` Paul Keir
2012-02-24 14:41     ` Earnie Boyd
2012-02-24 14:58     ` Dave Korn
2012-02-24 15:36       ` Paul Keir
2012-02-24 16:34         ` Dave Korn
2012-02-27 16:58           ` Paul Keir
2012-02-27 22:35             ` Dave Korn
2012-02-24 23:59 ` Robert Miles
2012-07-25 14:55   ` mark.kica

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