X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Wed, 23 Jul 2008 05:52:18 -0400 From: Ken Jackson Subject: Re: Build problems In-reply-to: <18604835.post@talk.nabble.com> To: cygwin AT cygwin DOT com Message-id: <18566.65362.91526.292116@intel.local> MIME-version: 1.0 X-Mailer: emacs 22.1.1 (via feedmail 8 I); VM 7.19 under Emacs 22.1.1 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit References: <18599595 DOT post AT talk DOT nabble DOT com> <488659B2 DOT C1DDD63 AT dessent DOT net> <18604835 DOT post AT talk DOT nabble DOT com> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Stefano Facchetti writes: > g++ -shared -o festival.dll festivaldll.o -L. -lfestival -lestools > -lestbase -leststring -ltermcap -lwinmm -I ../src/include/ > -I ../../speech_tools/include/ > -I ./ -mno-cygwin -I./mingw/include -L./mingw/lib/ Wait. The switch "-lfestival" tells the linker to use archive libfestival.a, which presumably has stubs for festival.dll. But you are creating festival.dll. Do you get an warnings or errors without "-lfestival"? -- 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/