[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gm2] Wee oddity on option order
From: |
John O Goyo |
Subject: |
[Gm2] Wee oddity on option order |
Date: |
Thu, 18 Dec 2008 10:51:33 -0500 |
User-agent: |
Thunderbird 2.0.0.17 (X11/20080914) |
Witness the following (on Ubuntu 10.3/intel):
address@hidden:~/opt/GNU-Modula-2/tst$ gm2 -c -g what.mod
address@hidden:~/opt/GNU-Modula-2/tst$ gm2 -g -o what what.mod
/tmp/ccfroYb3.a(ccEHYj2Ostart.o): In function `init':
/tmp/cc1GcgbF.cpp:86: undefined reference to `__cxa_begin_catch'
[...about 20 lines deleted...]
/tmp/ccfroYb3.a(StdIO.o):(.eh_frame+0x11): more undefined references to
`__gxx_personality_v0' follow
collect2: ld returned 1 exit status
address@hidden:~/opt/GNU-Modula-2/tst$ gm2 -o what -g what.mod
john
- [Gm2] Wee oddity on option order,
John O Goyo <=