Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Delivered-To: mailing list cygwin@cygwin.com Message-ID: <4073CE16.3000107@luukku.com> Date: Wed, 07 Apr 2004 12:47:02 +0300 From: Jani tiainen User-Agent: Mozilla Thunderbird 0.5+ (Windows/20040404) MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: i am newbie anybody help me installation References: <20040407093503.98067.qmail@web14811.mail.yahoo.com> In-Reply-To: <20040407093503.98067.qmail@web14811.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes kiran kumar wrote: > hello guys, > i want g++ compiler exactly as it works > in linux. what are the packages i have to install? so > it will work well in windows too. Err... What you mean by "as it works in linux". Because Linux itself doesn't really contain g++ compiler, you have to be more spesific about needed libraries. "Standard" librares comes out-of-box, but different spesific libraries have to be installed by hand. Or if you want to be "sure" just install everything. But even that doesn't guarantee that compilation works (eg. cygwin port of kde and gnome libraries are under work) and of course programs have to be written in portable way (backlinking problem is excellent example things that works in linux but not in cygwin). Otherwise g++ compiler in cygwin, and Linux works "same way" because both are compiled from same codebase. -- Jani Tiainen -- 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/