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]

[1.7] compile error after updating 1.7


hi!
I just decided to update my 1.7 cygwin to the latest release
it seems to run more smoothly now than in previous release :)

however I'm getting strange errors when try to compile a project I'm working on
I didn't get this on previous release
I tryed to clean and rebuild everything and same result
cc  -shared                 -o GENERATED/libglui-0.0.1.dll
-Wl,--out-implib=GENERATED/libglui-0.0.1.dll.a
-Wl,--export-all-symbols -Wl,--enable-auto-import
-Wl,--no-whole-archive  -lGLU -lGL -L/usr/X11R6/lib -lglut -L/bin
GENERATED/algebra3.o GENERATED/button.o GENERATED/callback.o
GENERATED/collapsible.o GENERATED/container.o GENERATED/control.o
GENERATED/debug.o GENERATED/DefaultTheme.o GENERATED/event_handler.o
GENERATED/Exception.o GENERATED/imKStoUCS.o GENERATED/LightningTheme.o
GENERATED/MasterObject.o GENERATED/node.o GENERATED/separator.o
GENERATED/statictext.o GENERATED/text.o GENERATED/themes.o
GENERATED/todo.o GENERATED/VertexObject.o GENERATED/window.o
GENERATED/GLUT/window.o


GENERATED/button.o:button.cpp:(.text+0x47): undefined reference to
`___gxx_personality_sj0'
GENERATED/button.o:button.cpp:(.text+0x161): undefined reference to
`___gxx_personality_sj0'
GENERATED/button.o:button.cpp:(.text+0x2ec): undefined reference to
`___gxx_personality_sj0'
GENERATED/button.o:button.cpp:(.text+0x3fc): undefined reference to
`___gxx_personality_sj0'
GENERATED/button.o:button.cpp:(.rdata$_ZTIN4GLUI6ButtonE[typeinfo for
GLUI::Button]+0x0): undefined reference to `vtable for
__cxxabiv1::__vmi_class_type_info'
GENERATED/button.o:button.cpp:(.rdata$_ZTIN4GLUI16EventInterpreterE[typeinfo
for GLUI::EventInterpreter]+0x0): undefined reference to `vtable for
__cxxabiv1::__si_class_type_info'
GENERATED/button.o:button.cpp:(.rdata$_ZTIN4GLUI12EventHandlerE[typeinfo
for GLUI::EventHandler]+0x0): undefined reference to `vtable for
__cxxabiv1::__class_type_info'
GENERATED/button.o:button.cpp:(.rdata$_ZTIN4GLUI9ContainerE[typeinfo
for GLUI::Container]+0x0): undefined reference to `vtable for
__cxxabiv1::__si_class_type_info'
GENERATED/button.o:button.cpp:(.rdata$_ZTIN4GLUI7ControlE[typeinfo for
GLUI::Control]+0x0): undefined reference to `vtable for
__cxxabiv1::__vmi_class_type_info'
GENERATED/button.o:button.cpp:(.rdata$_ZTIN4GLUI4NodeE[typeinfo for
GLUI::Node]+0x0): undefined reference to `vtable for
__cxxabiv1::__class_type_info'
GENERATED/button.o:button.cpp:(.rdata$_ZTIN4GLUI10TextButtonE[typeinfo
for GLUI::TextButton]+0x0): undefined reference to `vtable for
__cxxabiv1::__si_class_type_info'
GENERATED/button.o:button.cpp:(.text$_ZN4GLUI6ButtonD0Ev[GLUI::Button::~Button()]+0x31):
undefined reference to `operator delete(void*)'
GENERATED/button.o:button.cpp:(.text$_ZN4GLUI10TextButtonD1Ev[GLUI::TextButton::~TextButton()]+0x1f):
undefined reference to `___gxx_personality_sj0'
GENERATED/button.o:button.cpp:(.text$_ZN4GLUI10TextButtonD1Ev[GLUI::TextButton::~TextButton()]+0x93):
undefined reference to `__gnu_cxx::__exchange_and_add(int volatile*,
int)'
GENERATED/button.o:button.cpp:(.text$_ZN4GLUI10TextButtonD1Ev[GLUI::TextButton::~TextButton()]+0x15b):
undefined reference to `std::basic_string<char,
std::char_traits<char>, std::allocator<char>
>::_Rep::_M_destroy(std::allocator<char> const&)'
GENERATED/button.o:button.cpp:(.text$_ZN4GLUI10TextButtonD0Ev[GLUI::TextButton::~TextButton()]+0x1f):
undefined reference to `___gxx_personality_sj0'
GENERATED/button.o:button.cpp:(.text$_ZN4GLUI10TextButtonD0Ev[GLUI::TextButton::~TextButton()]+0x93):
undefined reference to `__gnu_cxx::__exchange_and_add(int volatile*,
int)'
GENERATED/button.o:button.cpp:(.text$_ZN4GLUI10TextButtonD0Ev[GLUI::TextButton::~TextButton()]+0xe2):
undefined reference to `operator delete(void*)'

any idea?
thanks
JLM
-- 
KISS! (Keep It Simple, Stupid!)
(garde le simple, imbÃcile!)
"mais qu'est-ce que tu m'as pondu comme usine à gaz? fait des choses
simples et qui marchent, espÃce d'imbÃcile!"
-----------------------------
"Si vous pensez que vous Ãtes trop petit pour changer quoique ce soit,
essayez donc de dormir avec un moustique dans votre chambre." Betty
Reese
http://www.grainesdechangement.com/citations.htm

--
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]