baelang
11-01-2002, 06:03 PM
ok, so i am new to win32 coding. i am using a modified version of the code posted on the forums here:
http://seq.sourceforge.net/showthread.php?s=&threadid=2253
the "scanproclist" suproutine is unchanged, my modifications are elsewhere.
i am using cygwin distribution of gcc, and i get the following errors from the linker:
undefined reference to `___gxx_personality_v0'
collect2: ld returned 1 exit status
so i am missing a library, correct?
can someone please help me discover what i am missing?
(yes, i am using -lth32 )
http://seq.sourceforge.net/showthread.php?s=&threadid=2253
the "scanproclist" suproutine is unchanged, my modifications are elsewhere.
i am using cygwin distribution of gcc, and i get the following errors from the linker:
undefined reference to `___gxx_personality_v0'
collect2: ld returned 1 exit status
so i am missing a library, correct?
can someone please help me discover what i am missing?
(yes, i am using -lth32 )