Re: gcc does not know about "new" and "delete"

2007-09-21 Thread Christopher Faylor
On Sat, Sep 22, 2007 at 04:29:53AM +0200, Markus E L wrote: >Erich Dollansky wrote: > >> Hi, >> >> Framk gave you the answer. > >Was the right answer ... > >> gcc is a plain c compiler. > >... but this is wrong. Gcc determines from the file suffic which language >applies > > .cpp -> c++ > .c

Re: gcc does not know about "new" and "delete"

2007-09-21 Thread Markus E L
Erich Dollansky wrote: > Hi, > > Framk gave you the answer. Was the right answer ... > gcc is a plain c compiler. ... but this is wrong. Gcc determines from the file suffic which language applies .cpp -> c++ .c -> C and so on. Calling it as g++ vs. calling it as gcc though determine

Re: gcc does not know about "new" and "delete"

2007-09-21 Thread Erich Dollansky
Hi, Framk gave you the answer. gcc is a plain c compiler. Erich Joel W. Gannett wrote: I've checked but was unable to find any FAQs on this subject, as keywords such as "new" and "delete" apparently created too many hits. Why doesn't my cygwin gcc know about the standard C++ functions "new"

Re: Cygwin setup on XP/Vista (UNIX/DOS compatibilty question)

2007-09-21 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Steve Richmond on 9/21/2007 5:40 PM: > On PC2 and PC3, I have an up-to-date version of Cygwin and bash > (3.2.5(7) i686-pc-cygwin). That's not up-to-date. The latest is 3.2.25(16). > > However it behaves differently. After I install i

Cygwin setup on XP/Vista (UNIX/DOS compatibilty question)

2007-09-21 Thread Steve Richmond
I have a problem with running bash scripts and UNIX/Win compatibility. I have 3 computers: a Windows ME PC (PC1), a Windows XP (PC2) and a Windows Vista (PC3). On PC1, I have an old version of Cygwin and bash (3.00.16.14 i686-pc-cygwin). All my scripts have a .TXT suffix, so I can edit with Vim e

[ANNOUNCEMENT] Updated: clamav-0.91.2-1 SECURITY

2007-09-21 Thread Reini Urban
The cygwin clamav packages (Clam AntiVirus - GPL anti-virus toolkit) has been updated to 0.91.2-1. This is a SECURITY update: Gentoo Linux Security Advisory GLSA 200709-14 Vulnerabilities have been discovered in ClamAV allowing remote execution of arbitrary code and Denial of Service attacks. De

Re: math packages

2007-09-21 Thread Reini Urban
Cole Radcliffe schrieb: Is there any math package that I can install for free on cygwin that will allow me to do symbolic algebra and symbolically solve DEs and symbolically integrate better than my TI-89? Apparently Octave only produces numeric solutions. First we have mathomatic, quite good i

Re: Duplicating Cygwin installations on multiple machines

2007-09-21 Thread Igor Peshansky
On Fri, 21 Sep 2007, Vechinski, Douglas A. wrote: > I have downloaded all of the cygwin packages to a local machine and will > install it, choosing what packages I do or don't want. I would then > like to it on several other users machines with the same packages I > chose on the original machine

Re: gcc does not know about "new" and "delete"

2007-09-21 Thread Joel W. Gannett
g++ works. Thanks!! -- 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 does not know about "new" and "delete"

2007-09-21 Thread Lewis Hyatt
This is what happens when I try to compile this program under cygwin on my Windows XP machine: % gcc newtest.cpp /tmp/ccReoXoA.o:newtest.cpp:(.text+0x32): undefined reference to `operator new(unsigned int)' /tmp/ccReoXoA.o:newtest.cpp:(.text+0x5e): undefined reference to `operator delete(void*

Re: gcc does not know about "new" and "delete"

2007-09-21 Thread Frank Fesevur
At 21-9-2007 20:24, Joel W. Gannett wrote: I've checked but was unable to find any FAQs on this subject, as keywords such as "new" and "delete" apparently created too many hits. Why doesn't my cygwin gcc know about the standard C++ functions "new" and "delete"? Here is an ultra-simple program

gcc does not know about "new" and "delete"

2007-09-21 Thread Joel W. Gannett
I've checked but was unable to find any FAQs on this subject, as keywords such as "new" and "delete" apparently created too many hits. Why doesn't my cygwin gcc know about the standard C++ functions "new" and "delete"? Here is an ultra-simple program (newtest.cpp) that won't compile for me un

Duplicating Cygwin installations on multiple machines

2007-09-21 Thread Vechinski, Douglas A.
I have downloaded all of the cygwin packages to a local machine and will install it, choosing what packages I do or don't want. I would then like to it on several other users machines with the same packages I chose on the original machines. I looking for a way to do this without having to manua

Re: math packages

2007-09-21 Thread Mike Fahlbusch
Search for calc on this page: http://thewrittenword.com/packages Also try a legacy program (not written by me): http://users.cobweb.com.au/~mcf/c-eval.zip A programmers calculator (doesn't do algebra): http://muquit.com/muquit/software/mbasecalc/mbasecalc.html Cole Radcliffe wrote: Is t

[ANNOUNCEMENT] Updated: lilypond-2.10.33-1

2007-09-21 Thread janneke-list
The LilyPond music typesetter has been updated to the new stable version 2.10.33. This release fixes the convert-ly and other python scripts problem. Changes: lilypond (2.10.33-1) unstable; urgency=low * New upstream release. * Use __doc__ of parent buildspec if necessary.

Re: Lilypond package: fix for convert-ly bug

2007-09-21 Thread Jan Nieuwenhuizen
Jan Nieuwenhuizen writes: > Thanks for the report. It turns out that the relocation snippet > was not included. This will be fixed in 2.10.29-2. Correction: this is fixed in the just-uploaded 2.10.33-1. Jan. -- Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter http: