- Jun 16, 2000
- 30,213
- 12
- 81
My professor for data structures compiles all of our programs on GCC on linux, so I downloaded cygwin to try compiling my programs, just to see how they turn out....lets take a look at the results?
.net error report:
Compiling...
evalInfix.cpp
c:\Backup\Assignments\CS 260\Assignment 1\evalInfix.cpp(56) : warning C4018: '<' :
signed/unsigned mismatch
c:\Backup\Assignments\CS 260\Assignment 1\evalInfix.cpp(61) : warning C4018: '<' :
signed/unsigned mismatch
c:\Backup\Assignments\CS 260\Assignment 1\evalInfix.cpp(100) : warning C4018: '<' :
signed/unsigned mismatch
c:\Backup\Assignments\CS 260\Assignment 1\evalInfix.cpp(173) : warning C4018: '<' :
signed/unsigned mismatch
c:\Backup\Assignments\CS 260\Assignment 1\evalInfix.cpp(176) : warning C4018: '<' :
signed/unsigned mismatch
c:\Backup\Assignments\CS 260\Assignment 1\evalInfix.cpp(189) : warning C4018: '<' :
signed/unsigned mismatch
c:\Backup\Assignments\CS 260\Assignment 1\evalInfix.cpp(217) : warning
C4244: 'argument' : conversion from 'double' to 'token::tAtor', possible loss of data
Build log was saved at "file://c:\Backup\Assignments\Cs 260\Assignment 1
\Debug\BuildLog.htm"
Assignment 1 - 0 error(s), 7 warning(s)
not bad. program runs.
cygwin/gcc error report:
p: undefined reference to `std::basic_string, std::
allocator >::c_str() const'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x1036):evalInfix.c
pp: undefined reference to `std::basic_istream >& s
td:
perator>>, std::allocator >(std::basic_i
stream >&, std::basic_string, std::allocator >&)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x105e):evalInfix.c
pp: undefined reference to `std::basic_ios >::clear
(std::_Ios_Iostate)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x1073):evalInfix.c
pp: undefined reference to `std::basic_string, std:
:allocator >::~basic_string [in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x108b):evalInfix.c
pp: undefined reference to `std::basic_istringstream, std::allocator >::~basic_istringstream [in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x10de):evalInfix.c
pp: undefined reference to `std::basic_string, std:
:allocator >::~basic_string [in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x110e):evalInfix.c
pp: undefined reference to `std::basic_istringstream, std::allocator >::~basic_istringstream [in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x1194):evalInfix.c
pp: undefined reference to `___gxx_personality_sj0'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x11cd):evalInfix.c
pp: undefined reference to `std::basic_string, std:
:allocator >::basic_string[in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x11ed):evalInfix.c
pp: undefined reference to `std::basic_ostringstream, std::allocator >::basic_ostringstream[in-charge](std::_Ios_Openmode)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x1276):evalInfix.c
pp: undefined reference to `std::basic_ostream >& s
td:
perator<< >(std::basic_ostream >&, char const*)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x12a5):evalInfix.c
pp: undefined reference to `std::basic_ostringstream, std::allocator >::str() const'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x12c7):evalInfix.c
pp: undefined reference to `std::basic_string, std:
:allocator >:
perator=(std::basic_string, st
d::allocator > const&)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x1314):evalInfix.c
pp: undefined reference to `std::basic_string, std:
:allocator >::~basic_string [in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x1330):evalInfix.c
pp: undefined reference to `std::basic_string, std:
:allocator >::~basic_string [in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x1348):evalInfix.c
pp: undefined reference to `std::basic_ostringstream, std::allocator >::~basic_ostringstream [in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x136e):evalInfix.c
pp: undefined reference to `std::basic_ostringstream, std::allocator >::~basic_ostringstream [in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x1391):evalInfix.c
pp: undefined reference to `std::basic_string, std:
:allocator >::~basic_string [in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x13e6):evalInfix.c
pp: undefined reference to `___gxx_personality_sj0'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x1953):evalInfix.c
pp: undefined reference to `std::ios_base::Init::Init[in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x196e):evalInfix.c
pp: undefined reference to `std::ios_base::Init::~Init [in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorI5token
SaIS0_EED1Ev+0xc):evalInfix.cpp: undefined reference to `___gxx_personality_sj0'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorISsSaIS
sEED1Ev+0xc):evalInfix.cpp: undefined reference to `___gxx_personality_sj0'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZSteqIcSt11char_tr
aitsIcESaIcEEbRKSbIT_T0_T1_EPKS3_+0x14):evalInfix.cpp: undefined reference to `s
td::basic_string, std::allocator >::compare(c
har const*) const'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorISsSaIS
sEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs+0xf):evalInfix.cp
p: undefined reference to `___gxx_personality_sj0'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorISsSaIS
sEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs+0x87):evalInfix.c
pp: undefined reference to `std::basic_string, std:
:allocator >::basic_string[in-charge](std::basic_string, std::allocator > const&)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorISsSaIS
sEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs+0x102):evalInfix
.
cpp: undefined reference to `std::basic_string, std
::allocator >:
perator=(std::basic_string, s
td::allocator > const&)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorISsSaIS
sEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs+0x11b):evalInfix
.
cpp: undefined reference to `std::basic_string, std
::allocator >::~basic_string [in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorISsSaIS
sEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs+0x14a):evalInfix
.
cpp: undefined reference to `std::basic_string, std
::allocator >::~basic_string [in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorISsSaIS
sEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs+0x269):evalInfix
.
cpp: undefined reference to `___cxa_begin_catch'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorISsSaIS
sEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs+0x2af):evalInfix.
cpp: undefined reference to `___cxa_rethrow'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorISsSaIS
sEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs+0x2fb):evalInfix.
cpp: undefined reference to `___cxa_end_catch'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token6getAndEv
+0xc):evalInfix.cpp: undefined reference to `___gxx_personality_sj0'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token6getAndEv
+0x48):evalInfix.cpp: undefined reference to `std::allocator::allocator[in
-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token6getAndEv
+0x69):evalInfix.cpp: undefined reference to `std::basic_string, std::allocator >::basic_string[in-charge](char const*, std::
allocator const&)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token6getAndEv
+0x7b):evalInfix.cpp: undefined reference to `___cxa_allocate_exception'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token6getAndEv
+0x97):evalInfix.cpp: undefined reference to `std::logic_error::logic_error[in-c
harge](std::basic_string, std::allocator > co
nst&)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token6getAndEv
+0xa2):evalInfix.cpp: undefined reference to `std::basic_string, std::allocator >::~basic_string [in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token6getAndEv
+0xbe):evalInfix.cpp: undefined reference to `std::allocator::~allocator [
in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token6getAndEv
+0xe1):evalInfix.cpp: undefined reference to `std::allocator::~allocator [
in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token6getAndEv
+0xe9):evalInfix.cpp: undefined reference to `std::logic_error::~logic_error [in
-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token6getAndEv
+0x103):evalInfix.cpp: undefined reference to `___cxa_throw'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token7getAtorE
v+0xc):evalInfix.cpp: undefined reference to `___gxx_personality_sj0'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token7getAtorE
v+0x48):evalInfix.cpp: undefined reference to `std::allocator::allocator[i
n-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token7getAtorE
v+0x69):evalInfix.cpp: undefined reference to `std::basic_string, std::allocator >::basic_string[in-charge](char const*, std:
:allocator const&)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token7getAtorE
v+0x7b):evalInfix.cpp: undefined reference to `___cxa_allocate_exception'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token7getAtorE
v+0x97):evalInfix.cpp: undefined reference to `std::logic_error::logic_error[in-
charge](std::basic_string, std::allocator > c
onst&)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token7getAtorE
v+0xa2):evalInfix.cpp: undefined reference to `std::basic_string, std::allocator >::~basic_string [in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token7getAtorE
v+0xbe):evalInfix.cpp: undefined reference to `std::allocator::~allocator
[in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token7getAtorE
v+0xe1):evalInfix.cpp: undefined reference to `std::allocator::~allocator
[in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token7getAtorE
v+0xe9):evalInfix.cpp: undefined reference to `std::logic_error::~logic_error [i
n-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token7getAtorE
v+0x103):evalInfix.cpp: undefined reference to `___cxa_throw'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token5printERS
o+0x2c):evalInfix.cpp: undefined reference to `std::basic_ostream >:
perator<<(long)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token5printERS
o+0x6b):evalInfix.cpp: undefined reference to `std::basic_ostream >& std:
perator<< >(std::basic_ostream >&, char)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token5printERS
o+0x83):evalInfix.cpp: undefined reference to `std::basic_ostream >& std:
perator<< >(std::basic_ostream >&, char)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token5printERS
o+0x98):evalInfix.cpp: undefined reference to `std::basic_ostream >& std:
perator<< >(std::basic_ostream >&, char)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token5printERS
o+0xad):evalInfix.cpp: undefined reference to `std::basic_ostream >& std:
perator<< >(std::basic_ostream >&, char)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token5printERS
o+0xc2):evalInfix.cpp: undefined reference to `std::basic_ostream >& std:
perator<< >(std::basic_ostream >&, char)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token5printERS
o+0xd7):evalInfix.cpp: more undefined references to `std::basic_ostream >& std:
perator<< >(std::basic_ost
ream >&, char)' follow
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt11_Deque_baseI
5tokenSaIS0_EE17_M_initialize_mapEj+0xc):evalInfix.cpp: undefined reference to `
___gxx_personality_sj0'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt11_Deque_baseI
5tokenSaIS0_EE17_M_initialize_mapEj+0xfa):evalInfix.cpp: undefined reference to
`___cxa_begin_catch'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt11_Deque_baseI
5tokenSaIS0_EE17_M_initialize_mapEj+0x137):evalInfix.cpp: undefined reference to
`___cxa_rethrow'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt11_Deque_baseI
5tokenSaIS0_EE17_M_initialize_mapEj+0x15a):evalInfix.cpp: undefined reference to
`___cxa_end_catch'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt14__simple_all
ocISsSt24__default_alloc_templateILb1ELi0EEE10deallocateEPSsj+0x1d):evalInfix.cp
p: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>:
eall
ocate(void*, unsigned)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZSt10_ConstructISs
SsEvPT_RKT0_+0xc):evalInfix.cpp: undefined reference to `___gxx_personality_sj0'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZSt10_ConstructISs
SsEvPT_RKT0_+0x71):evalInfix.cpp: undefined reference to `std::basic_string, std::allocator >::basic_string[in-charge](std::b
asic_string, std::allocator > const&)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorI5token
SaIS0_EE20_M_allocate_and_copyIN9__gnu_cxx17__normal_iteratorIPKS0_S2_EEEEPS0
_jT
_SA_+0xc):evalInfix.cpp: undefined reference to `___gxx_personality_sj0'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorI5token
SaIS0_EE20_M_allocate_and_copyIN9__gnu_cxx17__normal_iteratorIPKS0_S2_EEEEPS0
_jT
_SA_+0x80):evalInfix.cpp: undefined reference to `___cxa_begin_catch'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorI5token
SaIS0_EE20_M_allocate_and_copyIN9__gnu_cxx17__normal_iteratorIPKS0_S2_EEEEPS0
_jT
_SA_+0xa5):evalInfix.cpp: undefined reference to `___cxa_rethrow'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorI5token
SaIS0_EE20_M_allocate_and_copyIN9__gnu_cxx17__normal_iteratorIPKS0_S2_EEEEPS0
_jT
_SA_+0xc8):evalInfix.cpp: undefined reference to `___cxa_end_catch'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt14__simple_all
ocI5tokenSt24__default_alloc_templateILb1ELi0EEE8allocateEj+0x27):evalInfix.cpp:
undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::allocat
e(unsigned)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt11_Deque_baseI
5tokenSaIS0_EE15_M_create_nodesEPPS0_S4_+0xc):evalInfix.cpp: undefined reference
to `___gxx_personality_sj0'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt11_Deque_baseI
5tokenSaIS0_EE15_M_create_nodesEPPS0_S4_+0x70):evalInfix.cpp: undefined referenc
e to `___cxa_begin_catch'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt11_Deque_baseI
5tokenSaIS0_EE15_M_create_nodesEPPS0_S4_+0x95):evalInfix.cpp: undefined referenc
e to `___cxa_rethrow'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt11_Deque_baseI
5tokenSaIS0_EE15_M_create_nodesEPPS0_S4_+0xb8):evalInfix.cpp: undefined referenc
e to `___cxa_end_catch'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt5dequeI5tokenS
aIS0_EEC1ERKS2_+0xf):evalInfix.cpp: undefined reference to `___gxx_personality_s
j0'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorI5token
SaIS0_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS0_S2_EERKS0_+0xf):ev
alI
nfix.cpp: undefined reference to `___gxx_personality_sj0'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorI5token
SaIS0_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS0_S2_EERKS0_+0x213):
eva
lInfix.cpp: undefined reference to `___cxa_begin_catch'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorI5token
SaIS0_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS0_S2_EERKS0_+0x259):
eva
lInfix.cpp: undefined reference to `___cxa_rethrow'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorI5token
SaIS0_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS0_S2_EERKS0_+0x28e):
eva
lInfix.cpp: undefined reference to `___cxa_end_catch'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZSt8_DestroyISsEvP
T_+0xd):evalInfix.cpp: undefined reference to `std::basic_string, std::allocator >::~basic_string [in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZSt15__copy_backwa
rdIPSsS0_ET0_T_S2_S1_St26random_access_iterator_tag+0x36):evalInfix.cpp: undefin
ed reference to `std::basic_string, std::allocator<
char> >:
perator=(std::basic_string, std::allocato
r > const&)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt14__simple_all
ocISsSt24__default_alloc_templateILb1ELi0EEE8allocateEj+0x1d):evalInfix.cpp: und
efined reference to `std::__default_alloc_template<(bool)1, (int)0>::allocate(un
signed)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZSt24__uninitializ
ed_copy_auxIN9__gnu_cxx17__normal_iteratorIPSsSt6vectorISsSaISsEEEES6_ET0_T_S8
_S
7_12__false_type+0xc):evalInfix.cpp: undefined reference to `___gxx_personality_
sj0'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZSt24__uninitializ
ed_copy_auxIN9__gnu_cxx17__normal_iteratorIPSsSt6vectorISsSaISsEEEES6_ET0_T_S8
_S
7_12__false_type+0xa9):evalInfix.cpp: undefined reference to `___cxa_begin_catch
'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZSt24__uninitializ
ed_copy_auxIN9__gnu_cxx17__normal_iteratorIPSsSt6vectorISsSaISsEEEES6_ET0_T_S8
_S
7_12__false_type+0xc7):evalInfix.cpp: undefined reference to `___cxa_rethrow'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZSt24__uninitializ
ed_copy_auxIN9__gnu_cxx17__normal_iteratorIPSsSt6vectorISsSaISsEEEES6_ET0_T_S8
_S
7_12__false_type+0xea):evalInfix.cpp: undefined reference to `___cxa_end_catch'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt14__simple_all
ocIP5tokenSt24__default_alloc_templateILb1ELi0EEE8allocateEj+0x1d):evalInfix.cpp
: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::alloca
te(unsigned)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt14__simple_all
ocI5tokenSt24__default_alloc_templateILb1ELi0EEE10deallocateEPS0_j+0x23):evalInf
ix.cpp: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::
deallocate(void*, unsigned)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt14__simple_all
ocIP5tokenSt24__default_alloc_templateILb1ELi0EEE10deallocateEPS1_j+0x1d):evalIn
fix.cpp: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>:
eallocate(void*, unsigned)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.rdata$_ZTISt11logic_erro
r+0x0):evalInfix.cpp: undefined reference to `vtable for __cxxabiv1::__si_class_
type_info'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.rdata$_ZTISt9exception+0
x0):evalInfix.cpp: undefined reference to `vtable for __cxxabiv1::__class_type_i
nfo'
.net error report:
Compiling...
evalInfix.cpp
c:\Backup\Assignments\CS 260\Assignment 1\evalInfix.cpp(56) : warning C4018: '<' :
signed/unsigned mismatch
c:\Backup\Assignments\CS 260\Assignment 1\evalInfix.cpp(61) : warning C4018: '<' :
signed/unsigned mismatch
c:\Backup\Assignments\CS 260\Assignment 1\evalInfix.cpp(100) : warning C4018: '<' :
signed/unsigned mismatch
c:\Backup\Assignments\CS 260\Assignment 1\evalInfix.cpp(173) : warning C4018: '<' :
signed/unsigned mismatch
c:\Backup\Assignments\CS 260\Assignment 1\evalInfix.cpp(176) : warning C4018: '<' :
signed/unsigned mismatch
c:\Backup\Assignments\CS 260\Assignment 1\evalInfix.cpp(189) : warning C4018: '<' :
signed/unsigned mismatch
c:\Backup\Assignments\CS 260\Assignment 1\evalInfix.cpp(217) : warning
C4244: 'argument' : conversion from 'double' to 'token::tAtor', possible loss of data
Build log was saved at "file://c:\Backup\Assignments\Cs 260\Assignment 1
\Debug\BuildLog.htm"
Assignment 1 - 0 error(s), 7 warning(s)
not bad. program runs.
cygwin/gcc error report:
p: undefined reference to `std::basic_string, std::
allocator >::c_str() const'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x1036):evalInfix.c
pp: undefined reference to `std::basic_istream >& s
td:
stream >&, std::basic_string, std::allocator >&)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x105e):evalInfix.c
pp: undefined reference to `std::basic_ios >::clear
(std::_Ios_Iostate)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x1073):evalInfix.c
pp: undefined reference to `std::basic_string, std:
:allocator >::~basic_string [in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x108b):evalInfix.c
pp: undefined reference to `std::basic_istringstream, std::allocator >::~basic_istringstream [in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x10de):evalInfix.c
pp: undefined reference to `std::basic_string, std:
:allocator >::~basic_string [in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x110e):evalInfix.c
pp: undefined reference to `std::basic_istringstream, std::allocator >::~basic_istringstream [in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x1194):evalInfix.c
pp: undefined reference to `___gxx_personality_sj0'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x11cd):evalInfix.c
pp: undefined reference to `std::basic_string, std:
:allocator >::basic_string[in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x11ed):evalInfix.c
pp: undefined reference to `std::basic_ostringstream, std::allocator >::basic_ostringstream[in-charge](std::_Ios_Openmode)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x1276):evalInfix.c
pp: undefined reference to `std::basic_ostream >& s
td:
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x12a5):evalInfix.c
pp: undefined reference to `std::basic_ostringstream, std::allocator >::str() const'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x12c7):evalInfix.c
pp: undefined reference to `std::basic_string, std:
:allocator >:
d::allocator > const&)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x1314):evalInfix.c
pp: undefined reference to `std::basic_string, std:
:allocator >::~basic_string [in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x1330):evalInfix.c
pp: undefined reference to `std::basic_string, std:
:allocator >::~basic_string [in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x1348):evalInfix.c
pp: undefined reference to `std::basic_ostringstream, std::allocator >::~basic_ostringstream [in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x136e):evalInfix.c
pp: undefined reference to `std::basic_ostringstream, std::allocator >::~basic_ostringstream [in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x1391):evalInfix.c
pp: undefined reference to `std::basic_string, std:
:allocator >::~basic_string [in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x13e6):evalInfix.c
pp: undefined reference to `___gxx_personality_sj0'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x1953):evalInfix.c
pp: undefined reference to `std::ios_base::Init::Init[in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text+0x196e):evalInfix.c
pp: undefined reference to `std::ios_base::Init::~Init [in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorI5token
SaIS0_EED1Ev+0xc):evalInfix.cpp: undefined reference to `___gxx_personality_sj0'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorISsSaIS
sEED1Ev+0xc):evalInfix.cpp: undefined reference to `___gxx_personality_sj0'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZSteqIcSt11char_tr
aitsIcESaIcEEbRKSbIT_T0_T1_EPKS3_+0x14):evalInfix.cpp: undefined reference to `s
td::basic_string, std::allocator >::compare(c
har const*) const'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorISsSaIS
sEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs+0xf):evalInfix.cp
p: undefined reference to `___gxx_personality_sj0'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorISsSaIS
sEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs+0x87):evalInfix.c
pp: undefined reference to `std::basic_string, std:
:allocator >::basic_string[in-charge](std::basic_string, std::allocator > const&)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorISsSaIS
sEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs+0x102):evalInfix
.
cpp: undefined reference to `std::basic_string, std
::allocator >:
td::allocator > const&)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorISsSaIS
sEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs+0x11b):evalInfix
.
cpp: undefined reference to `std::basic_string, std
::allocator >::~basic_string [in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorISsSaIS
sEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs+0x14a):evalInfix
.
cpp: undefined reference to `std::basic_string, std
::allocator >::~basic_string [in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorISsSaIS
sEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs+0x269):evalInfix
.
cpp: undefined reference to `___cxa_begin_catch'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorISsSaIS
sEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs+0x2af):evalInfix.
cpp: undefined reference to `___cxa_rethrow'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorISsSaIS
sEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs+0x2fb):evalInfix.
cpp: undefined reference to `___cxa_end_catch'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token6getAndEv
+0xc):evalInfix.cpp: undefined reference to `___gxx_personality_sj0'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token6getAndEv
+0x48):evalInfix.cpp: undefined reference to `std::allocator::allocator[in
-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token6getAndEv
+0x69):evalInfix.cpp: undefined reference to `std::basic_string, std::allocator >::basic_string[in-charge](char const*, std::
allocator const&)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token6getAndEv
+0x7b):evalInfix.cpp: undefined reference to `___cxa_allocate_exception'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token6getAndEv
+0x97):evalInfix.cpp: undefined reference to `std::logic_error::logic_error[in-c
harge](std::basic_string, std::allocator > co
nst&)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token6getAndEv
+0xa2):evalInfix.cpp: undefined reference to `std::basic_string, std::allocator >::~basic_string [in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token6getAndEv
+0xbe):evalInfix.cpp: undefined reference to `std::allocator::~allocator [
in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token6getAndEv
+0xe1):evalInfix.cpp: undefined reference to `std::allocator::~allocator [
in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token6getAndEv
+0xe9):evalInfix.cpp: undefined reference to `std::logic_error::~logic_error [in
-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token6getAndEv
+0x103):evalInfix.cpp: undefined reference to `___cxa_throw'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token7getAtorE
v+0xc):evalInfix.cpp: undefined reference to `___gxx_personality_sj0'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token7getAtorE
v+0x48):evalInfix.cpp: undefined reference to `std::allocator::allocator[i
n-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token7getAtorE
v+0x69):evalInfix.cpp: undefined reference to `std::basic_string, std::allocator >::basic_string[in-charge](char const*, std:
:allocator const&)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token7getAtorE
v+0x7b):evalInfix.cpp: undefined reference to `___cxa_allocate_exception'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token7getAtorE
v+0x97):evalInfix.cpp: undefined reference to `std::logic_error::logic_error[in-
charge](std::basic_string, std::allocator > c
onst&)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token7getAtorE
v+0xa2):evalInfix.cpp: undefined reference to `std::basic_string, std::allocator >::~basic_string [in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token7getAtorE
v+0xbe):evalInfix.cpp: undefined reference to `std::allocator::~allocator
[in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token7getAtorE
v+0xe1):evalInfix.cpp: undefined reference to `std::allocator::~allocator
[in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token7getAtorE
v+0xe9):evalInfix.cpp: undefined reference to `std::logic_error::~logic_error [i
n-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token7getAtorE
v+0x103):evalInfix.cpp: undefined reference to `___cxa_throw'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token5printERS
o+0x2c):evalInfix.cpp: undefined reference to `std::basic_ostream >:
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token5printERS
o+0x6b):evalInfix.cpp: undefined reference to `std::basic_ostream >& std:
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token5printERS
o+0x83):evalInfix.cpp: undefined reference to `std::basic_ostream >& std:
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token5printERS
o+0x98):evalInfix.cpp: undefined reference to `std::basic_ostream >& std:
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token5printERS
o+0xad):evalInfix.cpp: undefined reference to `std::basic_ostream >& std:
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token5printERS
o+0xc2):evalInfix.cpp: undefined reference to `std::basic_ostream >& std:
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNK5token5printERS
o+0xd7):evalInfix.cpp: more undefined references to `std::basic_ostream >& std:
ream >&, char)' follow
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt11_Deque_baseI
5tokenSaIS0_EE17_M_initialize_mapEj+0xc):evalInfix.cpp: undefined reference to `
___gxx_personality_sj0'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt11_Deque_baseI
5tokenSaIS0_EE17_M_initialize_mapEj+0xfa):evalInfix.cpp: undefined reference to
`___cxa_begin_catch'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt11_Deque_baseI
5tokenSaIS0_EE17_M_initialize_mapEj+0x137):evalInfix.cpp: undefined reference to
`___cxa_rethrow'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt11_Deque_baseI
5tokenSaIS0_EE17_M_initialize_mapEj+0x15a):evalInfix.cpp: undefined reference to
`___cxa_end_catch'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt14__simple_all
ocISsSt24__default_alloc_templateILb1ELi0EEE10deallocateEPSsj+0x1d):evalInfix.cp
p: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>:
ocate(void*, unsigned)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZSt10_ConstructISs
SsEvPT_RKT0_+0xc):evalInfix.cpp: undefined reference to `___gxx_personality_sj0'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZSt10_ConstructISs
SsEvPT_RKT0_+0x71):evalInfix.cpp: undefined reference to `std::basic_string, std::allocator >::basic_string[in-charge](std::b
asic_string, std::allocator > const&)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorI5token
SaIS0_EE20_M_allocate_and_copyIN9__gnu_cxx17__normal_iteratorIPKS0_S2_EEEEPS0
_jT
_SA_+0xc):evalInfix.cpp: undefined reference to `___gxx_personality_sj0'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorI5token
SaIS0_EE20_M_allocate_and_copyIN9__gnu_cxx17__normal_iteratorIPKS0_S2_EEEEPS0
_jT
_SA_+0x80):evalInfix.cpp: undefined reference to `___cxa_begin_catch'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorI5token
SaIS0_EE20_M_allocate_and_copyIN9__gnu_cxx17__normal_iteratorIPKS0_S2_EEEEPS0
_jT
_SA_+0xa5):evalInfix.cpp: undefined reference to `___cxa_rethrow'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorI5token
SaIS0_EE20_M_allocate_and_copyIN9__gnu_cxx17__normal_iteratorIPKS0_S2_EEEEPS0
_jT
_SA_+0xc8):evalInfix.cpp: undefined reference to `___cxa_end_catch'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt14__simple_all
ocI5tokenSt24__default_alloc_templateILb1ELi0EEE8allocateEj+0x27):evalInfix.cpp:
undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::allocat
e(unsigned)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt11_Deque_baseI
5tokenSaIS0_EE15_M_create_nodesEPPS0_S4_+0xc):evalInfix.cpp: undefined reference
to `___gxx_personality_sj0'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt11_Deque_baseI
5tokenSaIS0_EE15_M_create_nodesEPPS0_S4_+0x70):evalInfix.cpp: undefined referenc
e to `___cxa_begin_catch'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt11_Deque_baseI
5tokenSaIS0_EE15_M_create_nodesEPPS0_S4_+0x95):evalInfix.cpp: undefined referenc
e to `___cxa_rethrow'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt11_Deque_baseI
5tokenSaIS0_EE15_M_create_nodesEPPS0_S4_+0xb8):evalInfix.cpp: undefined referenc
e to `___cxa_end_catch'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt5dequeI5tokenS
aIS0_EEC1ERKS2_+0xf):evalInfix.cpp: undefined reference to `___gxx_personality_s
j0'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorI5token
SaIS0_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS0_S2_EERKS0_+0xf):ev
alI
nfix.cpp: undefined reference to `___gxx_personality_sj0'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorI5token
SaIS0_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS0_S2_EERKS0_+0x213):
eva
lInfix.cpp: undefined reference to `___cxa_begin_catch'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorI5token
SaIS0_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS0_S2_EERKS0_+0x259):
eva
lInfix.cpp: undefined reference to `___cxa_rethrow'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt6vectorI5token
SaIS0_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS0_S2_EERKS0_+0x28e):
eva
lInfix.cpp: undefined reference to `___cxa_end_catch'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZSt8_DestroyISsEvP
T_+0xd):evalInfix.cpp: undefined reference to `std::basic_string, std::allocator >::~basic_string [in-charge]()'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZSt15__copy_backwa
rdIPSsS0_ET0_T_S2_S1_St26random_access_iterator_tag+0x36):evalInfix.cpp: undefin
ed reference to `std::basic_string, std::allocator<
char> >:
r > const&)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt14__simple_all
ocISsSt24__default_alloc_templateILb1ELi0EEE8allocateEj+0x1d):evalInfix.cpp: und
efined reference to `std::__default_alloc_template<(bool)1, (int)0>::allocate(un
signed)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZSt24__uninitializ
ed_copy_auxIN9__gnu_cxx17__normal_iteratorIPSsSt6vectorISsSaISsEEEES6_ET0_T_S8
_S
7_12__false_type+0xc):evalInfix.cpp: undefined reference to `___gxx_personality_
sj0'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZSt24__uninitializ
ed_copy_auxIN9__gnu_cxx17__normal_iteratorIPSsSt6vectorISsSaISsEEEES6_ET0_T_S8
_S
7_12__false_type+0xa9):evalInfix.cpp: undefined reference to `___cxa_begin_catch
'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZSt24__uninitializ
ed_copy_auxIN9__gnu_cxx17__normal_iteratorIPSsSt6vectorISsSaISsEEEES6_ET0_T_S8
_S
7_12__false_type+0xc7):evalInfix.cpp: undefined reference to `___cxa_rethrow'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZSt24__uninitializ
ed_copy_auxIN9__gnu_cxx17__normal_iteratorIPSsSt6vectorISsSaISsEEEES6_ET0_T_S8
_S
7_12__false_type+0xea):evalInfix.cpp: undefined reference to `___cxa_end_catch'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt14__simple_all
ocIP5tokenSt24__default_alloc_templateILb1ELi0EEE8allocateEj+0x1d):evalInfix.cpp
: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::alloca
te(unsigned)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt14__simple_all
ocI5tokenSt24__default_alloc_templateILb1ELi0EEE10deallocateEPS0_j+0x23):evalInf
ix.cpp: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>::
deallocate(void*, unsigned)'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.text$_ZNSt14__simple_all
ocIP5tokenSt24__default_alloc_templateILb1ELi0EEE10deallocateEPS1_j+0x1d):evalIn
fix.cpp: undefined reference to `std::__default_alloc_template<(bool)1, (int)0>:
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.rdata$_ZTISt11logic_erro
r+0x0):evalInfix.cpp: undefined reference to `vtable for __cxxabiv1::__si_class_
type_info'
/cygdrive/c/DOCUME~1/DEEKOD~1/LOCALS~1/Temp/ccsN7QxM.o
(.rdata$_ZTISt9exception+0
x0):evalInfix.cpp: undefined reference to `vtable for __cxxabiv1::__class_type_i
nfo'
