I am very sorry Vincent R if i posted in french, i don't know that is forbidden, and thanks for your response Dave. Is there an other way to add flags directly in the line commande c++ -o prog prog.cpp because i do not know how to use the Makefile.
Dave Korn-6 wrote: > > faiz2009 wrote: > >> J'utilise une librairie cogitant sous cygwin, et lors de l'édition des >> liens >> j'obtiens le warning suivant: >> >> Warning: auto-importing has been activated without --enable-auto-export >> specified in the line commande. >> This should work unless it involoves constant data structure referencing >> symbols from auto-imported DLL. Info: Resolving >> cogitant::IOHundler::LINEARFORM by linking to >> __imp___ZN8cogitant9IOHundler10LINEARform (auto-import). >> >> Que est ce que cela signifie et comment peut on le résoudre > > Ajoúter vos LDFLAGS avec "-Wl,--enable-auto-export", dans la Makefile. > > cheers, > DaveK > > -- > 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/ > > > -- View this message in context: http://www.nabble.com/Warning%3A-auto-export-tp23638372p23640194.html Sent from the Cygwin list mailing list archive at Nabble.com. -- 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/