public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Problem during C source code compilation
@ 2012-09-05 20:27 Fausto Arinos Barbuto
  2012-09-05 20:47 ` Christopher Faylor
  2012-09-10 12:55 ` SOLVED: " Fausto
  0 siblings, 2 replies; 18+ messages in thread
From: Fausto Arinos Barbuto @ 2012-09-05 20:27 UTC (permalink / raw)
  To: cygwin

Hello,

I'm trying to compile a simple C source code but I'm getting the
following error(s):

$ gcc -o struct struct.c

      0 [main] collect2 2172 fork: child -1 - CreateProcessW
failed for 'C:\cygwin\lib\gcc\i686-pc-cygwin\4.5.3\collect2.exe',
errno 13
1000770 [main] collect2 2172 fork: child -1 - CreateProcessW
failed for 'C:\cygwin\lib\gcc\i686-pc-cygwin\4.5.3\collect2.exe',
errno 13
3001835 [main] collect2 2172 fork: child -1 - CreateProcessW
failed for 'C:\cygwin\lib\gcc\i686-pc-cygwin\4.5.3\collect2.exe',
errno 13
7003080 [main] collect2 2172 fork: child -1 - CreateProcessW
failed for 'C:\cygwin\lib\gcc\i686-pc-cygwin\4.5.3\collect2.exe',
errno 13
collect2: vfork: Permission denied

A similar error occurs when I try to compile Fortran (gfortran)
sources.

It's not a problem with the sources, I'm sure, as they've passed
compilation flawlessly with other compilers (Windows, Linux).

Any help will be warmly appreciated.

Thanks,

Fausto


--
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] 18+ messages in thread

* Re: Problem during C source code compilation
  2012-09-05 20:27 Problem during C source code compilation Fausto Arinos Barbuto
@ 2012-09-05 20:47 ` Christopher Faylor
  2012-09-06 12:51   ` Fausto Arinos Barbuto
  2012-09-10 12:55 ` SOLVED: " Fausto
  1 sibling, 1 reply; 18+ messages in thread
From: Christopher Faylor @ 2012-09-05 20:47 UTC (permalink / raw)
  To: cygwin

On Wed, Sep 05, 2012 at 07:49:57PM +0000, Fausto Arinos Barbuto wrote:
>Hello,
>
>I'm trying to compile a simple C source code but I'm getting the
>following error(s):
>
>$ gcc -o struct struct.c
>
>      0 [main] collect2 2172 fork: child -1 - CreateProcessW
>failed for 'C:\cygwin\lib\gcc\i686-pc-cygwin\4.5.3\collect2.exe',
>errno 13
>1000770 [main] collect2 2172 fork: child -1 - CreateProcessW
>failed for 'C:\cygwin\lib\gcc\i686-pc-cygwin\4.5.3\collect2.exe',
>errno 13
>3001835 [main] collect2 2172 fork: child -1 - CreateProcessW
>failed for 'C:\cygwin\lib\gcc\i686-pc-cygwin\4.5.3\collect2.exe',
>errno 13
>7003080 [main] collect2 2172 fork: child -1 - CreateProcessW
>failed for 'C:\cygwin\lib\gcc\i686-pc-cygwin\4.5.3\collect2.exe',
>errno 13
>collect2: vfork: Permission denied
>
>A similar error occurs when I try to compile Fortran (gfortran)
>sources.
>
>It's not a problem with the sources, I'm sure, as they've passed
>compilation flawlessly with other compilers (Windows, Linux).
>
>Any help will be warmly appreciated.

Start here: http://cygwin.com/problems.html

--
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] 18+ messages in thread

* Re: Problem during C source code compilation
  2012-09-05 20:47 ` Christopher Faylor
@ 2012-09-06 12:51   ` Fausto Arinos Barbuto
  2012-09-06 12:59     ` Cliff Hones
  2012-09-06 20:34     ` Christopher Faylor
  0 siblings, 2 replies; 18+ messages in thread
From: Fausto Arinos Barbuto @ 2012-09-06 12:51 UTC (permalink / raw)
  To: cygwin

Christopher Faylor <cgf-use-the-mailinglist-please <at> cygwin.com> writes:

> 
> On Wed, Sep 05, 2012 at 07:49:57PM +0000, Fausto Arinos Barbuto wrote:
> >Hello,
> >
> >I'm trying to compile a simple C source code but I'm getting the
> >following error(s):
> >
> >$ gcc -o struct struct.c
> 
> Start here: http://cygwin.com/problems.html
> 

Didn't help a whole lot, but thanks anyway.

Peering into the mailing list I found out that someone had had a
barely similar problem and was suggested to reinstall binutils.
I did that and it didn't work.  I also tried the FAQ -- to no
avail.

Still have the problem.

F.


--
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] 18+ messages in thread

* Re: Problem during C source code compilation
  2012-09-06 12:51   ` Fausto Arinos Barbuto
@ 2012-09-06 12:59     ` Cliff Hones
  2012-09-06 13:56       ` Ryan Johnson
  2012-09-06 14:58       ` Fausto Arinos Barbuto
  2012-09-06 20:34     ` Christopher Faylor
  1 sibling, 2 replies; 18+ messages in thread
From: Cliff Hones @ 2012-09-06 12:59 UTC (permalink / raw)
  To: cygwin

On 06/09/2012 13:40, Fausto Arinos Barbuto wrote:
> Christopher Faylor writes:
> 
>>
>> On Wed, Sep 05, 2012 at 07:49:57PM +0000, Fausto Arinos Barbuto wrote:
>>> Hello,
>>>
>>> I'm trying to compile a simple C source code but I'm getting the
>>> following error(s):
>>>
>>> $ gcc -o struct struct.c
>>
>> Start here: http://cygwin.com/problems.html
>>
> 
> Didn't help a whole lot, but thanks anyway.
> 
> Peering into the mailing list I found out that someone had had a
> barely similar problem and was suggested to reinstall binutils.
> I did that and it didn't work.  I also tried the FAQ -- to no
> avail.
> 
> Still have the problem.

But you didn't follow the advice in that link.  You said you were going
to warmly appreciate any advice - not ignore it!

One of the key parts, (and it is in bold) is:
   Run cygcheck -s -v -r > cygcheck.out and include that file as an attachment
   in your report. Please do not compress or otherwise encode the output. Just
   attach it as a straight text file so that it can be easily viewed.

-- Cliff


--
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] 18+ messages in thread

* Re: Problem during C source code compilation
  2012-09-06 12:59     ` Cliff Hones
@ 2012-09-06 13:56       ` Ryan Johnson
  2012-09-06 21:45         ` Fausto Arinos Barbuto
  2012-09-06 14:58       ` Fausto Arinos Barbuto
  1 sibling, 1 reply; 18+ messages in thread
From: Ryan Johnson @ 2012-09-06 13:56 UTC (permalink / raw)
  To: cygwin

On 06/09/2012 8:51 AM, Cliff Hones wrote:
> On 06/09/2012 13:40, Fausto Arinos Barbuto wrote:
>> Christopher Faylor writes:
>>
>>> On Wed, Sep 05, 2012 at 07:49:57PM +0000, Fausto Arinos Barbuto wrote:
>>>> Hello,
>>>>
>>>> I'm trying to compile a simple C source code but I'm getting the
>>>> following error(s):
>>>>
>>>> $ gcc -o struct struct.c
>>> Start here: http://cygwin.com/problems.html
>>>
>> Didn't help a whole lot, but thanks anyway.
>>
>> Peering into the mailing list I found out that someone had had a
>> barely similar problem and was suggested to reinstall binutils.
>> I did that and it didn't work.  I also tried the FAQ -- to no
>> avail.
>>
>> Still have the problem.
> But you didn't follow the advice in that link.  You said you were going
> to warmly appreciate any advice - not ignore it!
>
> One of the key parts, (and it is in bold) is:
>     Run cygcheck -s -v -r > cygcheck.out and include that file as an attachment
>     in your report. Please do not compress or otherwise encode the output. Just
>     attach it as a straight text file so that it can be easily viewed.
While you're at it, look for the parts of the FAQ that talk about BLODA 
and -- to a lesser degree -- fork failures.

Ryan


--
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] 18+ messages in thread

* Re: Problem during C source code compilation
  2012-09-06 12:59     ` Cliff Hones
  2012-09-06 13:56       ` Ryan Johnson
@ 2012-09-06 14:58       ` Fausto Arinos Barbuto
  2012-09-06 15:09         ` Ryan Johnson
  1 sibling, 1 reply; 18+ messages in thread
From: Fausto Arinos Barbuto @ 2012-09-06 14:58 UTC (permalink / raw)
  To: cygwin

On 06/09/2012 09:51, Cliff Hones wrote:> On 06/09/2012 13:40, Fausto Arinos
Barbuto wrote:
>> Christopher Faylor writes:

> But you didn't follow the advice in that link.  You said you were going
> to warmly appreciate any advice - not ignore it!

You're right, I skipped that part and I apologize.

> One of the key parts, (and it is in bold) is:
>     Run cygcheck -s -v -r > cygcheck.out and include that file as an attachment
>     in your report. Please do not compress or otherwise encode the output. Just
>     attach it as a straight text file so that it can be easily viewed.

Well, the following lines were displayed on the console whilst
cygcheck was running.  I assume that they weren't written to
the output file.

$ cygcheck -s -v -r > cygcheck.out
/usr/bin/cygrunsrv: warning: OpenService failed for 'DcomLaunch':
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.

Then execution ended and cygcheck.out was written to the disk.
I'm attaching it as a plain text file to this note.  I hope it
arrives in good shape.

Cygwin's problem reporting netiquette says that one should
describe the problem rather than trying to explain it, but
I would risk saying that my problem has to do with the copy
of Octave for Windows which I have installed on this box.
:-)

As recommended, I'll look for that BLODA and fork failure
references in the FAQ.

Thanks.

F.


--
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] 18+ messages in thread

* Re: Problem during C source code compilation
  2012-09-06 14:58       ` Fausto Arinos Barbuto
@ 2012-09-06 15:09         ` Ryan Johnson
  2012-09-06 21:38           ` Fausto Arinos Barbuto
  0 siblings, 1 reply; 18+ messages in thread
From: Ryan Johnson @ 2012-09-06 15:09 UTC (permalink / raw)
  To: cygwin

On 06/09/2012 9:55 AM, Fausto Arinos Barbuto wrote:
> Well, the following lines were displayed on the console whilst
> cygcheck was running.  I assume that they weren't written to
> the output file.
>
> $ cygcheck -s -v -r > cygcheck.out
> /usr/bin/cygrunsrv: warning: OpenService failed for 'DcomLaunch':
> 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.
>
> Then execution ended and cygcheck.out was written to the disk.
> I'm attaching it as a plain text file to this note.  I hope it
> arrives in good shape.
No attachment that I can see...

Ryan


--
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] 18+ messages in thread

* Re: Problem during C source code compilation
  2012-09-06 12:51   ` Fausto Arinos Barbuto
  2012-09-06 12:59     ` Cliff Hones
@ 2012-09-06 20:34     ` Christopher Faylor
  1 sibling, 0 replies; 18+ messages in thread
From: Christopher Faylor @ 2012-09-06 20:34 UTC (permalink / raw)
  To: cygwin

On Thu, Sep 06, 2012 at 12:40:07PM +0000, Fausto Arinos Barbuto wrote:
>Christopher Faylor <cgf-use-the-mailinglist-please <at> cygwin.com> writes:
>
>> 
>> On Wed, Sep 05, 2012 at 07:49:57PM +0000, Fausto Arinos Barbuto wrote:
>> >Hello,
>> >
>> >I'm trying to compile a simple C source code but I'm getting the
>> >following error(s):
>> >
>> >$ gcc -o struct struct.c
>> 
>> Start here: http://cygwin.com/problems.html
>
>Didn't help a whole lot, but thanks anyway.

I don't think you fully assimilated that page then.

>Peering into the mailing list I found out that someone had had a
>barely similar problem and was suggested to reinstall binutils.
>I did that and it didn't work.  I also tried the FAQ -- to no
>avail.

http://cygwin.com/faq-nochunks.html#faq.using.fixing-fork-failures

And, if that doesn't help go back to the problem reporting guidelines
paying specific attention to the bolded part about "cygcheck".

cgf

--
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] 18+ messages in thread

* Re: Problem during C source code compilation
  2012-09-06 15:09         ` Ryan Johnson
@ 2012-09-06 21:38           ` Fausto Arinos Barbuto
  0 siblings, 0 replies; 18+ messages in thread
From: Fausto Arinos Barbuto @ 2012-09-06 21:38 UTC (permalink / raw)
  To: cygwin

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

On 09/06/2012 11:58 AM, Ryan Johnson wrote:

> No attachment that I can see...

I'm sorry -- I had trouble attaching the file and right after my
internet link went down.  Hopefully the output goes this time.

F.



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


Cygwin Configuration Diagnostics
Current System Time: Thu Sep 06 14:37:31 2012

Windows 7 Ultimate Ver 6.1 Build 7601 Service Pack 1

Running under WOW64 on AMD64

Path:	C:\cygwin\usr\local\bin
	C:\cygwin\bin
	C:\Program Files\Common Files\Microsoft Shared\Windows Live
	C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live
	C:\Program Files (x86)\Intel\Compiler\11.0\066\fortran\lib\Intel64
	C:\Program Files (x86)\Intel\Compiler\11.0\066\fortran\lib\ia32
	C:\Program Files (x86)\Intel\Compiler\11.0\066\fortran\mkl\em64t\bin
	C:\Windows\system32
	C:\Windows
	C:\Windows\System32\Wbem
	C:\Windows\System32\WindowsPowerShell\v1.0
	C:\Program Files\MATLAB\R2010a\runtime\win64
	C:\Program Files\MATLAB\R2010a\bin
	C:\Program Files (x86)\Force 2.0
	C:\Program Files\Python
	C:\Program Files (x86)\CMake 2.8\bin
	C:\Program Files (x86)\Windows Live\Shared
	C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn
	C:\Program Files\Microsoft SQL Server\100\Tools\Binn
	C:\Program Files\Microsoft SQL Server\100\DTS\Binn
	C:\Program Files\Java\jdk1.7.0_02\bin
	C:\Program Files\Java\jdk1.7.0_02\jre\bin
	C:\Octave\Octave3.6.0_gcc4.6.2\bin
	C:\Octave\Octave3.6.0_gcc4.6.2\mingw32\bin
	C:\Octave\Octave3.6.0_gcc4.6.2\msys\bin
	C:\Program Files(x86)\PyPy
	C:\Program Files\gmsh
	WinDir%\System32
	C:\Program Files\Java\jdk1.7.0_02\bin
	C:\Program Files\Java\jdk1.7.0_02\jre\bin
	C:\Octave\Octave3.6.0_gcc4.6.2\bin
	C:\Octave\Octave3.6.0_gcc4.6.2\mingw32\bin
	C:\Progra~2\PyPy
	C:\Program Files (x86)\Force 2.0\libexec\gcc\i586-pc-mingw32\4.8.0
	C:\Program Files (x86)\Force 2.0\bin
	C:\cygwin\lib\lapack
	C:\users\fausto\documents\programs\
	.

Output from C:\cygwin\bin\id.exe
UID: 1000(fausto)         GID: 513(None)
513(None)                 545(Usuários)            1001(HelpLibraryUpdaters)

SysDir: C:\Windows\system32
WinDir: C:\Windows

USER = 'fausto'
PWD = '/cygdrive/c/users/fausto/documents/programs/fortran'
HOME = '/home/fausto'

HOMEPATH = '\Users\fausto'
MANPATH = '/usr/local/man:/usr/share/man:/usr/man:'
APPDATA = 'C:\Users\fausto\AppData\Roaming'
ProgramW6432 = 'C:\Program Files'
HOSTNAME = 'fausto-PC'
INTEL_LICENSE_FILE = 'C:\Program Files (x86)\Common Files\Intel\Licenses'
SHELL = '/bin/bash'
TERM = 'xterm'
PROCESSOR_IDENTIFIER = 'Intel64 Family 6 Model 15 Stepping 2, GenuineIntel'
WINDIR = 'C:\Windows'
FIPY_SOLVERS = 'scipy'
PUBLIC = 'C:\Users\Public'
OLDPWD = '/cygdrive/c/users/fausto/documents/programs'
USERDOMAIN = 'fausto-PC'
CommonProgramFiles(x86) = 'C:\Program Files (x86)\Common Files'
OS = 'Windows_NT'
ALLUSERSPROFILE = 'C:\ProgramData'
VBOX_INSTALL_PATH = 'C:\Program Files\Oracle\VirtualBox\'
!:: = '::\'
temp = 'C:\Users\fausto\AppData\Local\Temp'
COMMONPROGRAMFILES = 'C:\Program Files (x86)\Common Files'
TMP = '/tmp'
IFORT_COMPILER11 = 'C:\Program Files (x86)\Intel\Compiler\11.0\066\fortran\'
USERNAME = 'fausto'
MOZ_PLUGIN_PATH = 'C:\Program Files (x86)\Foxit Software\Foxit Reader\plugins\'
PROCESSOR_LEVEL = '6'
ProgramFiles(x86) = 'C:\Program Files (x86)'
PSModulePath = 'C:\Windows\system32\WindowsPowerShell\v1.0\Modules\'
FP_NO_HOST_CHECK = 'NO'
SYSTEMDRIVE = 'C:'
PROCESSOR_ARCHITEW6432 = 'AMD64'
LANG = 'en_US.UTF-8'
USERPROFILE = 'C:\Users\fausto'
TZ = 'America/Sao_Paulo'
PS1 = '\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ '
LOGONSERVER = '\\FAUSTO-PC'
CommonProgramW6432 = 'C:\Program Files\Common Files'
PROCESSOR_ARCHITECTURE = 'x86'
LOCALAPPDATA = 'C:\Users\fausto\AppData\Local'
ProgramData = 'C:\ProgramData'
SHLVL = '1'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC'
HOMEDRIVE = 'C:'
COMSPEC = 'C:\Windows\system32\cmd.exe'
VTK_DATA_ROOT = 'C:\Python27\VTKData'
SYSTEMROOT = 'C:\Windows'
PRINTER = '\\LACIT26\HP LaserJet 1015'
PROCESSOR_REVISION = '0f02'
VS100COMNTOOLS = 'C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools\'
INFOPATH = '/usr/local/info:/usr/share/info:/usr/info:'
PROGRAMFILES = 'C:\Program Files (x86)'
NUMBER_OF_PROCESSORS = '2'
SESSIONNAME = 'Console'
COMPUTERNAME = 'FAUSTO-PC'
_ = '/usr/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_CURRENT_USER\Software\Cygwin
HKEY_CURRENT_USER\Software\Cygwin\Installations
  (default) = '\??\C:\cygwin'
  57f1d39178a3e3e9 = '\??\C:\Users\fausto\Documents\Programs'
HKEY_CURRENT_USER\Software\Cygwin\Program Options
HKEY_CURRENT_USER\Software\Cygwin\setup
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations
  (default) = '\??\C:\Cygwin'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup
  (default) = 'C:\Cygwin'

obcaseinsensitive set to 1

Cygwin installations found in the registry:
  System: Key: c5e39b7a9d22bafb Path: C:\Cygwin
  User:   Key: c5e39b7a9d22bafb Path: C:\cygwin
  User:   Key: 57f1d39178a3e3e9 Path: C:\Users\fausto\Documents\Programs (ORPHANED)

a:  fd             N/A    N/A                    
c:  hd  NTFS    152484Mb  63% CP CS UN PA FC     
d:  cd             N/A    N/A                    
e:  fd  FAT32    15258Mb  74% CP    UN           FAUSTO-04

C:\cygwin        /          system  binary,auto
C:\cygwin\bin    /usr/bin   system  binary,auto
C:\cygwin\lib    /usr/lib   system  binary,auto
cygdrive prefix  /cygdrive  user    binary,auto

Found: C:\cygwin\bin\awk
Found: C:\Octave\Octave3.6.0_gcc4.6.2\msys\bin\awk.exe
Warning: C:\cygwin\bin\awk hides C:\Octave\Octave3.6.0_gcc4.6.2\msys\bin\awk.exe
 -> C:\cygwin\bin\gawk.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\Octave\Octave3.6.0_gcc4.6.2\msys\bin\bash.exe
Warning: C:\cygwin\bin\bash.exe hides C:\Octave\Octave3.6.0_gcc4.6.2\msys\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\Octave\Octave3.6.0_gcc4.6.2\msys\bin\cat.exe
Warning: C:\cygwin\bin\cat.exe hides C:\Octave\Octave3.6.0_gcc4.6.2\msys\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Found: C:\Octave\Octave3.6.0_gcc4.6.2\msys\bin\cp.exe
Warning: C:\cygwin\bin\cp.exe hides C:\Octave\Octave3.6.0_gcc4.6.2\msys\bin\cp.exe
Found: C:\cygwin\bin\cpp.exe
Found: C:\Octave\Octave3.6.0_gcc4.6.2\mingw32\bin\cpp.exe
Warning: C:\cygwin\bin\cpp.exe hides C:\Octave\Octave3.6.0_gcc4.6.2\mingw32\bin\cpp.exe
Found: C:\Octave\Octave3.6.0_gcc4.6.2\mingw32\bin\cpp.exe
Warning: C:\cygwin\bin\cpp.exe hides C:\Octave\Octave3.6.0_gcc4.6.2\mingw32\bin\cpp.exe
Found: C:\Program Files (x86)\Force 2.0\bin\cpp.exe
Warning: C:\cygwin\bin\cpp.exe hides C:\Program Files (x86)\Force 2.0\bin\cpp.exe
 -> C:\cygwin\etc\alternatives\cpp
 -> C:\cygwin\bin\cpp-4.exe
Not Found: crontab
Found: C:\cygwin\bin\find.exe
Found: C:\Windows\system32\find.exe
Warning: C:\cygwin\bin\find.exe hides C:\Windows\system32\find.exe
Found: C:\Octave\Octave3.6.0_gcc4.6.2\msys\bin\find.exe
Warning: C:\cygwin\bin\find.exe hides C:\Octave\Octave3.6.0_gcc4.6.2\msys\bin\find.exe
Found: C:\cygwin\bin\gcc.exe
Found: C:\Octave\Octave3.6.0_gcc4.6.2\mingw32\bin\gcc.exe
Warning: C:\cygwin\bin\gcc.exe hides C:\Octave\Octave3.6.0_gcc4.6.2\mingw32\bin\gcc.exe
Found: C:\Octave\Octave3.6.0_gcc4.6.2\mingw32\bin\gcc.exe
Warning: C:\cygwin\bin\gcc.exe hides C:\Octave\Octave3.6.0_gcc4.6.2\mingw32\bin\gcc.exe
Found: C:\Program Files (x86)\Force 2.0\bin\gcc.exe
Warning: C:\cygwin\bin\gcc.exe hides C:\Program Files (x86)\Force 2.0\bin\gcc.exe
 -> C:\cygwin\etc\alternatives\gcc
 -> C:\cygwin\bin\gcc-4.exe
Found: C:\Octave\Octave3.6.0_gcc4.6.2\mingw32\bin\gdb.exe
Found: C:\Octave\Octave3.6.0_gcc4.6.2\mingw32\bin\gdb.exe
Found: C:\Program Files (x86)\Force 2.0\bin\gdb.exe
Warning: C:\Octave\Octave3.6.0_gcc4.6.2\mingw32\bin\gdb.exe hides C:\Program Files (x86)\Force 2.0\bin\gdb.exe
Found: C:\cygwin\bin\grep.exe
Found: C:\Octave\Octave3.6.0_gcc4.6.2\msys\bin\grep.exe
Warning: C:\cygwin\bin\grep.exe hides C:\Octave\Octave3.6.0_gcc4.6.2\msys\bin\grep.exe
Found: C:\cygwin\bin\kill.exe
Found: C:\cygwin\bin\ld.exe
Found: C:\Octave\Octave3.6.0_gcc4.6.2\mingw32\bin\ld.exe
Warning: C:\cygwin\bin\ld.exe hides C:\Octave\Octave3.6.0_gcc4.6.2\mingw32\bin\ld.exe
Found: C:\Octave\Octave3.6.0_gcc4.6.2\msys\bin\ld.exe
Warning: C:\cygwin\bin\ld.exe hides C:\Octave\Octave3.6.0_gcc4.6.2\msys\bin\ld.exe
Found: C:\Octave\Octave3.6.0_gcc4.6.2\mingw32\bin\ld.exe
Warning: C:\cygwin\bin\ld.exe hides C:\Octave\Octave3.6.0_gcc4.6.2\mingw32\bin\ld.exe
Found: C:\Program Files (x86)\Force 2.0\bin\ld.exe
Warning: C:\cygwin\bin\ld.exe hides C:\Program Files (x86)\Force 2.0\bin\ld.exe
Found: C:\cygwin\bin\ls.exe
Found: C:\Octave\Octave3.6.0_gcc4.6.2\msys\bin\ls.exe
Warning: C:\cygwin\bin\ls.exe hides C:\Octave\Octave3.6.0_gcc4.6.2\msys\bin\ls.exe
Found: C:\cygwin\bin\make.exe
Found: C:\Octave\Octave3.6.0_gcc4.6.2\msys\bin\make.exe
Warning: C:\cygwin\bin\make.exe hides C:\Octave\Octave3.6.0_gcc4.6.2\msys\bin\make.exe
Found: C:\Program Files (x86)\Force 2.0\bin\make.exe
Warning: C:\cygwin\bin\make.exe hides C:\Program Files (x86)\Force 2.0\bin\make.exe
Found: C:\cygwin\bin\mv.exe
Found: C:\Octave\Octave3.6.0_gcc4.6.2\msys\bin\mv.exe
Warning: C:\cygwin\bin\mv.exe hides C:\Octave\Octave3.6.0_gcc4.6.2\msys\bin\mv.exe
Found: C:\Octave\Octave3.6.0_gcc4.6.2\msys\bin\patch.exe
Found: C:\cygwin\bin\perl.exe
Found: C:\Octave\Octave3.6.0_gcc4.6.2\msys\bin\perl.exe
Warning: C:\cygwin\bin\perl.exe hides C:\Octave\Octave3.6.0_gcc4.6.2\msys\bin\perl.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\Octave\Octave3.6.0_gcc4.6.2\msys\bin\rm.exe
Warning: C:\cygwin\bin\rm.exe hides C:\Octave\Octave3.6.0_gcc4.6.2\msys\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Found: C:\Octave\Octave3.6.0_gcc4.6.2\msys\bin\sed.exe
Warning: C:\cygwin\bin\sed.exe hides C:\Octave\Octave3.6.0_gcc4.6.2\msys\bin\sed.exe
Not Found: ssh
Found: C:\cygwin\bin\sh.exe
Found: C:\Octave\Octave3.6.0_gcc4.6.2\msys\bin\sh.exe
Warning: C:\cygwin\bin\sh.exe hides C:\Octave\Octave3.6.0_gcc4.6.2\msys\bin\sh.exe
Found: C:\cygwin\bin\tar.exe
Found: C:\Octave\Octave3.6.0_gcc4.6.2\msys\bin\tar.exe
Warning: C:\cygwin\bin\tar.exe hides C:\Octave\Octave3.6.0_gcc4.6.2\msys\bin\tar.exe
Found: C:\cygwin\bin\test.exe
Found: C:\cygwin\bin\vi
 -> C:\cygwin\bin\vim-nox.exe
Found: C:\cygwin\bin\vim
 -> C:\cygwin\etc\alternatives\vim
 -> C:\cygwin\bin\vim-nox.exe

   14k 2012/05/04 C:\cygwin\bin\cygattr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygattr-1.dll" v0.0 ts=2012/5/4 12:35
   62k 2011/05/21 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2011/5/21 20:16
  108k 2010/01/05 C:\cygwin\bin\cygcloog-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcloog-0.dll" v0.0 ts=2010/1/5 0:45
    7k 2012/05/07 C:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2012/5/7 12:18
 1246k 2012/05/11 C:\cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.8.dll" v0.0 ts=2012/5/11 12:25
 1516k 2012/09/01 C:\cygwin\bin\cygcrypto-1.0.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-1.0.0.dll" v0.0 ts=2012/9/1 11:06
  929k 2011/11/10 C:\cygwin\bin\cygdb-4.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.5.dll" v0.0 ts=2011/11/10 19:52
 1284k 2011/11/10 C:\cygwin\bin\cygdb-4.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.8.dll" v0.0 ts=2011/11/10 18:45
   93k 2011/11/10 C:\cygwin\bin\cygdb_cxx-4.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.5.dll" v0.0 ts=2011/11/10 19:53
  105k 2011/11/10 C:\cygwin\bin\cygdb_cxx-4.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.8.dll" v0.0 ts=2011/11/10 18:46
  148k 2012/06/08 C:\cygwin\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-1.dll" v0.0 ts=2012/6/8 23:13
   21k 2011/10/26 C:\cygwin\bin\cygffi-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygffi-4.dll" v0.0 ts=2011/10/23 14:33
  188k 2012/08/28 C:\cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontconfig-1.dll" v0.0 ts=2012/8/28 19:42
   43k 2010/01/02 C:\cygwin\bin\cygform-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-10.dll" v0.0 ts=2010/1/2 14:49
   47k 2010/01/02 C:\cygwin\bin\cygformw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygformw-10.dll" v0.0 ts=2010/1/2 17:31
  505k 2012/08/28 C:\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygfreetype-6.dll" v0.0 ts=2012/8/28 9:33
   79k 2011/10/26 C:\cygwin\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcc_s-1.dll" v0.0 ts=2011/10/23 14:15
   19k 2009/02/26 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2009/2/26 7:58
    8k 2009/02/26 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2009/2/26 7:58
  713k 2011/10/26 C:\cygwin\bin\cyggfortran-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggfortran-3.dll" v0.0 ts=2011/10/23 15:15
  317k 2011/07/31 C:\cygwin\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-3.dll" v0.0 ts=2011/7/31 6:14
   14k 2011/07/31 C:\cygwin\bin\cyggmpxx-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmpxx-4.dll" v0.0 ts=2011/7/31 11:31
   42k 2011/10/26 C:\cygwin\bin\cyggomp-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggomp-1.dll" v0.0 ts=2011/10/23 14:21
   25k 2012/05/04 C:\cygwin\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory7.dll" v0.0 ts=2012/5/4 22:07
  358k 2012/04/14 C:\cygwin\bin\cygicons-0.dll - os=4.0 img=1.4 sys=4.0
                  "cygicons-0.dll" v0.0 ts=2012/4/14 2:48
  985k 2011/10/16 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2011/10/16 18:01
  192k 2012/08/30 C:\cygwin\bin\cygidn-11.dll - os=4.0 img=1.0 sys=4.0
                  "cygidn-11.dll" v0.0 ts=2012/8/30 23:20
   35k 2011/10/16 C:\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-8.dll" v0.0 ts=2011/10/16 6:38
    6k 2012/07/20 C:\cygwin\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0
                  "cyglsa.dll" v0.0 ts=2012/7/20 21:56
    9k 2012/07/20 C:\cygwin\bin\cyglsa64.dll - os=5.2 img=0.0 sys=5.2
  123k 2011/05/19 C:\cygwin\bin\cyglzma-5.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzma-5.dll" v0.0 ts=2011/5/19 3:41
   94k 2012/04/22 C:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmagic-1.dll" v0.0 ts=2012/4/22 19:09
   25k 2010/01/02 C:\cygwin\bin\cygmenu-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-10.dll" v0.0 ts=2010/1/2 14:48
   25k 2010/01/02 C:\cygwin\bin\cygmenuw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenuw-10.dll" v0.0 ts=2010/1/2 17:30
  213k 2011/07/31 C:\cygwin\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmp-3.dll" v0.0 ts=2011/7/31 6:12
   64k 2009/11/09 C:\cygwin\bin\cygmpc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpc-1.dll" v0.0 ts=2009/11/9 1:21
  269k 2009/06/07 C:\cygwin\bin\cygmpfr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpfr-1.dll" v0.0 ts=2009/6/7 22:10
 1102k 2011/08/07 C:\cygwin\bin\cygmpfr-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpfr-4.dll" v0.0 ts=2011/8/7 2:47
   63k 2010/01/02 C:\cygwin\bin\cygncurses++-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-10.dll" v0.0 ts=2010/1/2 15:00
   63k 2010/01/02 C:\cygwin\bin\cygncurses++w-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++w-10.dll" v0.0 ts=2010/1/2 17:41
  195k 2010/01/02 C:\cygwin\bin\cygncurses-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-10.dll" v0.0 ts=2010/1/2 14:45
  244k 2010/01/02 C:\cygwin\bin\cygncursesw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncursesw-10.dll" v0.0 ts=2010/1/2 17:28
   13k 2010/01/02 C:\cygwin\bin\cygpanel-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-10.dll" v0.0 ts=2010/1/2 14:47
   13k 2010/01/02 C:\cygwin\bin\cygpanelw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanelw-10.dll" v0.0 ts=2010/1/2 16:30
  255k 2012/02/10 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2012/2/10 10:24
 1628k 2012/07/12 C:\cygwin\bin\cygperl5_14.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_14.dll" v0.0 ts=2012/7/12 20:17
   22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002/6/9 6:45
  695k 2009/04/18 C:\cygwin\bin\cygppl-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygppl-7.dll" v0.0 ts=2009/4/18 13:44
 2481k 2009/04/18 C:\cygwin\bin\cygppl_c-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygppl_c-2.dll" v0.0 ts=2009/4/18 13:47
   18k 2009/04/18 C:\cygwin\bin\cygpwl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygpwl-4.dll" v0.0 ts=2009/4/18 13:44
  162k 2012/05/04 C:\cygwin\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline7.dll" v0.0 ts=2012/5/4 22:07
 1726k 2012/08/23 C:\cygwin\bin\cygruby191.dll - os=4.0 img=1.0 sys=4.0
                  "cygruby191.dll" v1.9 ts=2012/8/23 11:26
    8k 2011/05/05 C:\cygwin\bin\cygsigsegv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsigsegv-2.dll" v0.0 ts=2011/5/5 8:33
  566k 2012/08/08 C:\cygwin\bin\cygsqlite3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsqlite3-0.dll" v0.0 ts=2012/8/8 20:25
  282k 2012/05/11 C:\cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.8.dll" v0.0 ts=2012/5/11 12:25
  359k 2012/09/01 C:\cygwin\bin\cygssl-1.0.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-1.0.0.dll" v0.0 ts=2012/9/1 11:06
    8k 2011/10/26 C:\cygwin\bin\cygssp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssp-0.dll" v0.0 ts=2011/10/23 14:33
  780k 2011/10/26 C:\cygwin\bin\cygstdc++-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygstdc++-6.dll" v0.0 ts=2011/10/23 14:58
   48k 2010/01/02 C:\cygwin\bin\cygtic-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-10.dll" v0.0 ts=2010/1/2 14:45
   48k 2010/01/02 C:\cygwin\bin\cygticw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygticw-10.dll" v0.0 ts=2010/1/2 17:28
 1040k 2012/06/06 C:\cygwin\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-6.dll" v0.0 ts=2012/6/6 5:20
    9k 2012/03/12 C:\cygwin\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXau-6.dll" v0.0 ts=2012/3/12 10:56
   80k 2012/04/03 C:\cygwin\bin\cygxcb-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-1.dll" v0.0 ts=2012/4/4 0:22
   17k 2012/03/12 C:\cygwin\bin\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXdmcp-6.dll" v0.0 ts=2012/3/12 10:52
   52k 2012/05/22 C:\cygwin\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXext-6.dll" v0.0 ts=2012/5/22 22:58
   66k 2012/06/14 C:\cygwin\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-2.dll" v0.0 ts=2012/6/14 19:13
   31k 2012/05/23 C:\cygwin\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrender-1.dll" v0.0 ts=2012/5/23 5:52
    9k 2012/05/23 C:\cygwin\bin\cygXss-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXss-1.dll" v0.0 ts=2012/5/23 5:56
  106k 2012/08/19 C:\cygwin\bin\cygyaml-0-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygyaml-0-2.dll" v0.0 ts=2012/8/19 21:16
   71k 2012/05/13 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2012/5/13 5:11
 2789k 2012/07/20 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2012/7/20 21:55
    Cygwin DLL version info:
        DLL version: 1.7.16
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 262
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Installations name: Installations
        Cygdrive default prefix: 
        Build date: 
        Shared id: cygwin1S5

  364k 2012/04/27 C:\cygwin\lib\lapack\cygblas-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygblas-0.dll" v0.0 ts=2012/4/27 21:18
 4497k 2012/04/27 C:\cygwin\lib\lapack\cyglapack-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyglapack-0.dll" v0.0 ts=2012/4/27 21:18

No Cygwin services found.


Cygwin Package Information
Last downloaded files to: C:\Users\fausto\Desktop
Last downloaded files from: http://mirrors.kernel.org/sourceware/cygwin/

Package                 Version              Status
_autorebase             000128-1             OK
_update-info-dir        01072-1              OK
alternatives            1.3.30c-10           OK
base-cygwin             3.1-1                OK
base-files              4.1-1                OK
bash                    4.1.10-4             OK
binutils                2.22.51-2            OK
bison                   2.4.2-1              OK
byacc                   20120526             OK
bzip2                   1.0.6-2              OK
cmake                   2.8.9-2              OK
coreutils               8.15-1               OK
crypt                   1.2-1                OK
cygrunsrv               1.40-2               OK
cygutils                1.4.10-2             OK
cygwin                  1.7.16-1             OK
cygwin-doc              1.7-1                OK
dash                    0.5.7-1              OK
diffutils               3.2-1                OK
dos2unix                6.0.1-1              OK
editrights              1.01-2               OK
file                    5.11-1               OK
findutils               4.5.9-2              OK
gawk                    4.0.1-1              OK
gcc4                    4.3.4-4              OK
gcc4-core               4.3.4-4              OK
gcc4-fortran            4.3.4-4              OK
gcc4-g++                4.3.4-4              OK
gettext                 0.18.1.1-2           OK
grep                    2.6.3-1              OK
groff                   1.21-2               OK
gzip                    1.4-1                OK
idle                    2.6.8-2              OK
ipc-utils               1.0-1                OK
Empty package lapack
lapack                  3.4.1-1              OK
less                    444-1                OK
libattr1                2.4.46-1             OK
libbz2_1                1.0.6-2              OK
libcloog0               0.15.7-1             OK
libdb4.5                4.5.20.2-3           OK
libdb4.8                4.8.30-1             OK
libexpat1               2.1.0-1              OK
libffi4                 4.5.3-3              OK
libfontconfig1          2.10.1-1             OK
libfreetype6            2.4.10-1             OK
libgcc1                 4.5.3-3              OK
libgdbm4                1.8.3-20             OK
libgfortran3            4.5.3-3              OK
libgmp3                 4.3.2-1              OK
libgmpxx4               4.3.2-1              OK
libgomp1                4.5.3-3              OK
libiconv2               1.14-2               OK
libidn11                1.25-1               OK
libintl8                0.18.1.1-2           OK
liblapack-devel         3.4.1-1              OK
liblapack0              3.4.1-1              OK
liblzma5                5.0.2_20110517-1     OK
libmpc1                 0.8-1                OK
libmpfr1                2.4.1-4              OK
libmpfr4                3.0.1-1              OK
libncurses10            5.7-18               OK
libncursesw10           5.7-18               OK
libopenssl098           0.9.8x-1             OK
libopenssl100           1.0.1c-2             OK
libpcre0                8.21-2               OK
libpopt0                1.6.4-4              OK
libppl                  0.10.2-1             OK
libreadline7            6.1.2-3              OK
libsigsegv2             2.10-1               OK
libsqlite3_0            3.7.13-1             OK
libssp0                 4.5.3-3              OK
libstdc++6              4.5.3-3              OK
libstdc++6-devel        4.5.3-3              OK
libX11_6                1.5.0-1              OK
libXau6                 1.0.7-1              OK
libxcb1                 1.8.1-2              OK
libXdmcp6               1.1.1-1              OK
libXext6                1.3.1-1              OK
libXft2                 2.3.1-1              OK
libXrender1             0.9.7-1              OK
libXss1                 1.2.2-1              OK
libyaml0_2              0.1.4-1              OK
login                   1.10-10              OK
m4                      1.4.16-1             OK
make                    3.82.90-1            OK
man                     1.6g-1               OK
mingw-binutils          2.21-1               OK
mingw64-i686-binutils   2.22.52-1            OK
mingw64-i686-headers    3.0b_svn5373-1       OK
mingw64-i686-pthreads   20100619-4           OK
mingw64-i686-runtime    3.0b_svn5373-2       OK
mingw64-x86_64-binutils 2.22.52-1            OK
mingw64-x86_64-headers  3.0b_svn5373-1       OK
mingw64-x86_64-pthreads 20100619-4           OK
mingw64-x86_64-runtime  3.0b_svn5373-1       OK
mintty                  1.1.1-1              OK
mpfr                    3.0.1-1              OK
perl                    5.14.2-3             OK
python                  2.6.8-2              OK
python-numpy            1.6.2-1              OK
python-tkinter          2.6.8-2              OK
rebase                  4.3.0-1              OK
ruby                    1.9.3-p194-3         OK
ruby-json               1.7.5-1              OK
ruby-minitest           2.12.1-1             OK
ruby-rake               0.9.2.2-1            OK
ruby-rdoc               3.12-1               OK
run                     1.1.13-1             OK
sed                     4.2.1-2              OK
tar                     1.25-1               OK
tcl                     8.5.11-1             OK
tcl-tix                 8.4.3-2              OK
tcl-tk                  8.5.11-1             OK
terminfo                5.7_20091114-14      OK
texinfo                 4.13-4               OK
tzcode                  2012e-1              OK
vim                     7.3.646-1            OK
vim-common              7.3.646-1            OK
w32api                  3.17-2               OK
which                   2.20-2               OK
xxd                     7.3.646-1            OK
xz                      5.0.2_20110517-1     OK
zlib0                   1.2.7-1              OK
Use -h to see help about each section


[-- 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] 18+ messages in thread

* Re: Problem during C source code compilation
  2012-09-06 13:56       ` Ryan Johnson
@ 2012-09-06 21:45         ` Fausto Arinos Barbuto
  2012-09-07  2:38           ` Yaakov (Cygwin/X)
  0 siblings, 1 reply; 18+ messages in thread
From: Fausto Arinos Barbuto @ 2012-09-06 21:45 UTC (permalink / raw)
  To: cygwin

On 09/06/2012 09:59 AM, Ryan Johnson wrote:
> While you're at it, look for the parts of the FAQ that talk about BLODA

Reading the BLODA I identified at least two other apps that might
interfere with Cygwin, namely Comodo Firewall and McAfee antivirus.
And unfortunately I need those guys 'cause I'm connected to an
university network and I'm not so sure about its safety.  This
Monday I will disable them for a while to carry out some tests
without their interference.  Will let you know.

Thanks a lot to everyone for all the help given.

F.




--
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] 18+ messages in thread

* Re: Problem during C source code compilation
  2012-09-06 21:45         ` Fausto Arinos Barbuto
@ 2012-09-07  2:38           ` Yaakov (Cygwin/X)
  2012-09-08  1:30             ` Fausto Arinos Barbuto
  0 siblings, 1 reply; 18+ messages in thread
From: Yaakov (Cygwin/X) @ 2012-09-07  2:38 UTC (permalink / raw)
  To: cygwin

On Thu, 2012-09-06 at 18:38 -0300, Fausto Arinos Barbuto wrote:
> Reading the BLODA I identified at least two other apps that might
> interfere with Cygwin, namely Comodo Firewall and McAfee antivirus.
> And unfortunately I need those guys 'cause I'm connected to an
> university network and I'm not so sure about its safety. 

You need *a* firewall and *an* antivirus, but not necessarily *those*
specific products.  If you're serious about using Cygwin, you'll want to
find alternatives that aren't BLODA.


Yaakov



--
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] 18+ messages in thread

* Re: Problem during C source code compilation
  2012-09-07  2:38           ` Yaakov (Cygwin/X)
@ 2012-09-08  1:30             ` Fausto Arinos Barbuto
  2012-09-09 12:45               ` Daniel Colascione
  0 siblings, 1 reply; 18+ messages in thread
From: Fausto Arinos Barbuto @ 2012-09-08  1:30 UTC (permalink / raw)
  To: cygwin

On 09/06/2012 11:06 PM, Yaakov (Cygwin/X) wrote:> On Thu, 2012-09-06 at 
18:38 -0300, Fausto Arinos Barbuto wrote:
 >> Reading the BLODA I identified at least two other apps that might
 >> interfere with Cygwin, namely Comodo Firewall and McAfee antivirus.
 >> And unfortunately I need those guys 'cause I'm connected to an
 >> university network and I'm not so sure about its safety.
 >
 > You need *a* firewall and *an* antivirus, but not necessarily *those*
 > specific products.  If you're serious about using Cygwin, you'll want to
 > find alternatives that aren't BLODA.

You are right on spot as for that, but unfortunately Zone Alarm (my
2nd firewall option) is also BLODA.  I can easily live without McAfee
(and I'm seriously decided to replace it by another non-BLODA product),
but really good, *non-leaky* firewalls aren't that easy to find.  I
will see what I can do.

Thanks to everyone for all the help provided.

F.




--
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] 18+ messages in thread

* Re: Problem during C source code compilation
  2012-09-08  1:30             ` Fausto Arinos Barbuto
@ 2012-09-09 12:45               ` Daniel Colascione
  2012-09-09 17:30                 ` Earnie Boyd
  0 siblings, 1 reply; 18+ messages in thread
From: Daniel Colascione @ 2012-09-09 12:45 UTC (permalink / raw)
  To: cygwin

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

On 9/7/12 1:17 PM, Fausto Arinos Barbuto wrote:
>> You need *a* firewall and *an* antivirus, but not necessarily *those*
>> specific products.  If you're serious about using Cygwin, you'll
> want to
>> find alternatives that aren't BLODA.
> 
> You are right on spot as for that, but unfortunately Zone Alarm (my
> 2nd firewall option) is also BLODA.  I can easily live without McAfee
> (and I'm seriously decided to replace it by another non-BLODA product),
> but really good, *non-leaky* firewalls aren't that easy to find.  I
> will see what I can do.

You realize that Windows comes with a perfectly good firewall, right?
I really don't think people need the security bolt-ons they think they
need. All they do is slow things down and cause problems.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 235 bytes --]

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

* Re: Problem during C source code compilation
  2012-09-09 12:45               ` Daniel Colascione
@ 2012-09-09 17:30                 ` Earnie Boyd
  2012-09-10  2:38                   ` JonY
  0 siblings, 1 reply; 18+ messages in thread
From: Earnie Boyd @ 2012-09-09 17:30 UTC (permalink / raw)
  To: cygwin

On Sun, Sep 9, 2012 at 1:47 AM, Daniel Colascione wrote:
> On 9/7/12 1:17 PM, Fausto Arinos Barbuto wrote:
>>> You need *a* firewall and *an* antivirus, but not necessarily *those*
>>> specific products.  If you're serious about using Cygwin, you'll
>> want to
>>> find alternatives that aren't BLODA.
>>
>> You are right on spot as for that, but unfortunately Zone Alarm (my
>> 2nd firewall option) is also BLODA.  I can easily live without McAfee
>> (and I'm seriously decided to replace it by another non-BLODA product),
>> but really good, *non-leaky* firewalls aren't that easy to find.  I
>> will see what I can do.
>
> You realize that Windows comes with a perfectly good firewall, right?

I'm glad to hear I'm not the only one with that thought.

> I really don't think people need the security bolt-ons they think they
> need. All they do is slow things down and cause problems.
>

Fear of the unknown is a great sale pitch.  What I really dislike are
those who distribute things like virus protection embedded in their
own product installation.  I upgraded Java and ended up requesting an
install of McAfee.

-- 
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] 18+ messages in thread

* Re: Problem during C source code compilation
  2012-09-09 17:30                 ` Earnie Boyd
@ 2012-09-10  2:38                   ` JonY
  2012-09-10 13:25                     ` Earnie Boyd
  0 siblings, 1 reply; 18+ messages in thread
From: JonY @ 2012-09-10  2:38 UTC (permalink / raw)
  To: cygwin

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

On 9/10/2012 01:22, Earnie Boyd wrote:
> On Sun, Sep 9, 2012 at 1:47 AM, Daniel Colascione wrote:
>> On 9/7/12 1:17 PM, Fausto Arinos Barbuto wrote:
>>>> You need *a* firewall and *an* antivirus, but not necessarily *those*
>>>> specific products.  If you're serious about using Cygwin, you'll
>>> want to
>>>> find alternatives that aren't BLODA.
>>>
>>> You are right on spot as for that, but unfortunately Zone Alarm (my
>>> 2nd firewall option) is also BLODA.  I can easily live without McAfee
>>> (and I'm seriously decided to replace it by another non-BLODA product),
>>> but really good, *non-leaky* firewalls aren't that easy to find.  I
>>> will see what I can do.
>>
>> You realize that Windows comes with a perfectly good firewall, right?
> 
> I'm glad to hear I'm not the only one with that thought.
> 

No, I'm thinking of the possible incompetence involved, the Cisco clean
access or whatever Trojan that the IT department installs probably does
not recognize the Windows default firewall, so you have to pay $$$ instead.

Then again, it might even be insidious even if those AV or firewall
programs are sold at a "special discount" price for university students.
It's just racketeering, think of the student turn over rate, and the
kickbacks.

>> I really don't think people need the security bolt-ons they think they
>> need. All they do is slow things down and cause problems.
>>
> 
> Fear of the unknown is a great sale pitch.  What I really dislike are
> those who distribute things like virus protection embedded in their
> own product installation.  I upgraded Java and ended up requesting an
> install of McAfee.
> 

How does Java relate to McAfee?


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 196 bytes --]

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

* Re: SOLVED: Problem during C source code compilation
  2012-09-05 20:27 Problem during C source code compilation Fausto Arinos Barbuto
  2012-09-05 20:47 ` Christopher Faylor
@ 2012-09-10 12:55 ` Fausto
  1 sibling, 0 replies; 18+ messages in thread
From: Fausto @ 2012-09-10 12:55 UTC (permalink / raw)
  To: cygwin

On 05/09/2012 16:49, Fausto Arinos Barbuto wrote:
> Hello,
>
> I'm trying to compile a simple C source code but I'm getting the
> following error(s):
>
> $ gcc -o struct struct.c

I removed McAfee's advisor and the C/C++ compilers are back to
production.  I still have Comodo firewall (not PRO), which doesn't
seem to be interfering with the aforementioned compilers.

Again, many thanks to everyone.

F.




--
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] 18+ messages in thread

* Re: Problem during C source code compilation
  2012-09-10  2:38                   ` JonY
@ 2012-09-10 13:25                     ` Earnie Boyd
  2012-09-10 13:36                       ` Sean Murphy
  0 siblings, 1 reply; 18+ messages in thread
From: Earnie Boyd @ 2012-09-10 13:25 UTC (permalink / raw)
  To: cygwin

On Sun, Sep 9, 2012 at 6:27 PM, JonY wrote:
> On 9/10/2012 01:22, Earnie Boyd wrote:
>> Fear of the unknown is a great sale pitch.  What I really dislike are
>> those who distribute things like virus protection embedded in their
>> own product installation.  I upgraded Java and ended up requesting an
>> install of McAfee.
>>
>
> How does Java relate to McAfee?
>

Exactly, it is unexpected but the installer offers it with the default
to install it.  I end up cancelling the installation with every java
automatic update.

-- 
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] 18+ messages in thread

* Re: Problem during C source code compilation
  2012-09-10 13:25                     ` Earnie Boyd
@ 2012-09-10 13:36                       ` Sean Murphy
  0 siblings, 0 replies; 18+ messages in thread
From: Sean Murphy @ 2012-09-10 13:36 UTC (permalink / raw)
  To: cygwin

On Mon, Sep 10, 2012 at 8:59 AM, Earnie Boyd
<earnie@users.sourceforge.net> wrote:
>
> On Sun, Sep 9, 2012 at 6:27 PM, JonY wrote:
> > On 9/10/2012 01:22, Earnie Boyd wrote:
> >> Fear of the unknown is a great sale pitch.  What I really dislike are
> >> those who distribute things like virus protection embedded in their
> >> own product installation.  I upgraded Java and ended up requesting an
> >> install of McAfee.
> >>
> >
> > How does Java relate to McAfee?
> >
>
> Exactly, it is unexpected but the installer offers it with the default
> to install it.  I end up cancelling the installation with every java
> automatic update.
>
>

BurnAware ( a free disc writing utility) attempts to do the same sort
of install with
AVG and AVG safe search.  When installing the software, it wants to change your
default search provider to AVG and pit some sort of safe browser add-on to your
web browsers.  Unwanted, and I always have to disable it.

-Sean P Murphy

--
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] 18+ messages in thread

end of thread, other threads:[~2012-09-10 13:25 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-05 20:27 Problem during C source code compilation Fausto Arinos Barbuto
2012-09-05 20:47 ` Christopher Faylor
2012-09-06 12:51   ` Fausto Arinos Barbuto
2012-09-06 12:59     ` Cliff Hones
2012-09-06 13:56       ` Ryan Johnson
2012-09-06 21:45         ` Fausto Arinos Barbuto
2012-09-07  2:38           ` Yaakov (Cygwin/X)
2012-09-08  1:30             ` Fausto Arinos Barbuto
2012-09-09 12:45               ` Daniel Colascione
2012-09-09 17:30                 ` Earnie Boyd
2012-09-10  2:38                   ` JonY
2012-09-10 13:25                     ` Earnie Boyd
2012-09-10 13:36                       ` Sean Murphy
2012-09-06 14:58       ` Fausto Arinos Barbuto
2012-09-06 15:09         ` Ryan Johnson
2012-09-06 21:38           ` Fausto Arinos Barbuto
2012-09-06 20:34     ` Christopher Faylor
2012-09-10 12:55 ` SOLVED: " Fausto

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