Re: Problem after updating and reinstalling.

2012-12-13 Thread marco atzeri
On 12/14/2012 5:17 AM, asallen08 wrote: I am currently taking intro to computer programming and my professor told me to post in this forum since he didn't know what my error message was. He told everyone in the class to update the Cygwin software by going to the website and clicking on the downlo

Re: [ANNOUNCEMENT] Updated: bzr 2.6+b2-1 -- Python based distributed version control (DVCS)

2012-12-13 Thread Jari Aalto
2012-12-09 21:09 Ken Brown : | On 12/8/2012 6:06 AM, Ken Brown wrote: | | > On 12/6/2012 1:31 PM, Jari Aalto wrote: | >> As of 2012-11-15 the future of this software is uncertain as the | >> current development has stagnated. All the lead developers have left | >> Canonical (the project owner). Yo

Problem after updating and reinstalling.

2012-12-13 Thread asallen08
I am currently taking intro to computer programming and my professor told me to post in this forum since he didn't know what my error message was. He told everyone in the class to update the Cygwin software by going to the website and clicking on the download link. I have read a lot of things on th

Re: Problem after re-install :(

2012-12-13 Thread Tom Schutter
I have created a batch file that attempts to automate faq.setup.uninstall-all. You can find it at https://github.com/tschutter/AppData/blob/master/bin/cygwin_uninstall.bat On Thu 2012-12-13 13:03, andy.grayb...@casanueva.com wrote: > > If you want to uninstall, see the FAQ link below: > > > >

[ANNOUNCEMENT] New package: xmlstarlet-1.4.1-1

2012-12-13 Thread David Stacey
Version 1.4.1-1 of XMLStarlet has been uploaded. DESCRIPTION XMLStarlet is a command line XML toolkit which can be used to transform, query, validate, and edit XML documents using a simple set of shell commands. RELEASE NOTES http://xmlstar.git.sourceforge.net/git/gitweb.cgi?p=xmlstar/xmlstar

Re: Openssl program not compiling

2012-12-13 Thread Eduardo Chappa
> You should rather add the #define NOCRYPT, but otherwise the answer is > "yes". We switched to the newer set of Windows header files deliberately. Thank you. I will do that. -- Eduardo -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Do

Re: Openssl program not compiling

2012-12-13 Thread Corinna Vinschen
On Dec 13 18:12, Eduardo Chappa wrote: > >> This used to work in the past, there was no need to switch the order, but > >> it fails now. Why? > > > Because the new Windows headers from Mingw64 define X509_NAME and > > OCSP_RESPONSE, which the former Mingw32 Windows headers didn't. > > Hi Corinna

Re: Openssl program not compiling

2012-12-13 Thread Eduardo Chappa
>> This used to work in the past, there was no need to switch the order, but it >> fails now. Why? > Because the new Windows headers from Mingw64 define X509_NAME and > OCSP_RESPONSE, which the former Mingw32 Windows headers didn't. Hi Corinna,  Thank you for your reply. In this case, the reas

Re: Problem after re-install :(

2012-12-13 Thread andy.graybeal
> If you want to uninstall, see the FAQ link below: > > > > The install should be obvious to you by now. :-) > > While setup.exe does recognize when you have in-use DLLs during an > update, the recovery from this does not seem to be f

Re: Openssl program not compiling

2012-12-13 Thread Corinna Vinschen
On Dec 13 16:37, Eduardo Chappa wrote: > Hello, > >  I am trying to understand why a program that used to compile before, now it > does not. I can make the program compile if I switch the order of the > #include directives. > [...] > #include > #include > #include > > int main(int argc, cha

Re: Problem after re-install :(

2012-12-13 Thread Larry Hall (Cygwin)
On 12/13/2012 9:34 AM, andy.grayb...@casanueva.com wrote: Hey guys, I don't know how to explain my problem very well. I recently re-installed cygwin and now I have issues. I'm running Windows XP. I tried to do an offline install at first then after that didn't work I did an install online. Th

Openssl program not compiling

2012-12-13 Thread Eduardo Chappa
Hello,  I am trying to understand why a program that used to compile before, now it does not. I can make the program compile if I switch the order of the #include directives. Here is a minimal example: file: success.c #include #include #include int main(int argc, char *argv[]) { return 0

Re: A linking problem with current GCC (4.5.3)

2012-12-13 Thread Angelo Graziosi
Marco Atzeri wrote: why not using gfortran as provided ? I am doing tests and, as I wrote, it works with gfortran and i686-w64-mingw32-gfortran (http://cygwin.com/ml/cygwin/2012-12/msg00187.html) and also with G95 if the C++ code is compiled with g++-3 or g++-4.3.4. Now I am missing why

Re: A linking problem with current GCC (4.5.3)

2012-12-13 Thread marco atzeri
On 12/13/2012 3:52 PM, Angelo Graziosi wrote: Marco Atzeri wrote: are you mixing compilers ? Yes... mixing C and Fortran has been standardized (http://fortranwiki.org) what is g95 pointing to ? a Fortran compiler ported to Cygwin and other systems (http://www.g95.org) eventually the ord

Re: Problem after re-install :(

2012-12-13 Thread marco atzeri
On 12/13/2012 3:34 PM, andy.grayb...@casanueva.com wrote: Hey guys, I don't know how to explain my problem very well. I recently re-installed cygwin and now I have issues. I'm running Windows XP. I tried to do an offline install at first then after that didn't work I did an install online. Th

Re: A linking problem with current GCC (4.5.3)

2012-12-13 Thread Angelo Graziosi
Marco Atzeri wrote: are you mixing compilers ? Yes... mixing C and Fortran has been standardized (http://fortranwiki.org) what is g95 pointing to ? a Fortran compiler ported to Cygwin and other systems (http://www.g95.org) eventually the orded No, this cannot work: the .o file depend o

Re: A linking problem with current GCC (4.5.3)

2012-12-13 Thread Angelo Graziosi
V. Zeman wrote: If you are targeting native Windows (no Cygwin) then you can use No.. Anyway the example I reported works with: g++, gfortran (Cygwin native) i686-w64-mingw32-gfortran, i686-w64-mingw32-g++ (Windows native) and, using Cygwin g++-3 or g++-4.3.4, it works also (Cygwin native)

Problem after re-install :(

2012-12-13 Thread andy.graybeal
Hey guys, I don't know how to explain my problem very well. I recently re-installed cygwin and now I have issues. I'm running Windows XP. I tried to do an offline install at first then after that didn't work I did an install online. This machine never goes online normally. This is an excerpt t

Re: A linking problem with current GCC (4.5.3)

2012-12-13 Thread marco atzeri
On 12/12/2012 10:50 PM, Angelo Graziosi wrote: When Cygwin had GCC-4.3.4 as GCC default compiler, I could compile an application with these steps g++ -c winbgim.cpp -o winbgim-g95.o g95 -O3 -Wall -mwindows basic_mods.f90 f03bgi.f90 f03eyes.f90 \ winbgim-g95bis.o -L /lib/gcc/i686-pc-cygwin/

Re: A linking problem with current GCC (4.5.3)

2012-12-13 Thread Václav Zeman
On 12 December 2012 22:50, Angelo Graziosi wrote: > When Cygwin had GCC-4.3.4 as GCC default compiler, I could compile an > application with these steps > > > g++ -c winbgim.cpp -o winbgim-g95.o > > g95 -O3 -Wall -mwindows basic_mods.f90 f03bgi.f90 f03eyes.f90 \ > winbgim-g95bis.o -L /lib/gcc/i6