This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Build problems


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]