Mataniko / scummvm

ScummVM main repository
http://www.scummvm.org/
GNU General Public License v3.0
0 stars 0 forks source link

Cannot compile scummvm with GCC 3.1 #306

Closed Mataniko closed 22 years ago

Mataniko commented 22 years ago

Issue migrated from trac ticket # 306

component: Port: Linux | priority: normal | resolution: invalid

2002-06-13 08:04:05: SF/ctulhu created the issue


I tried to compile it with Gentoo Linux based on GCC 3.1.
I get several errors looking like:
...
config-file.cpp:219:undefined reference to 'operator
delete\(void \*\)'
...
config-file.o: In function ltrim:
config-file.cpp:39: undefined reference to
'\_\_gxx\_personality\_v0'
collect2: ld returned 1 exit status
Ticket imported from: !#568378. Ticket imported from: bugs/306.
Mataniko commented 22 years ago

2002-06-13 10:38:18: SF/ender changed owner from * to SF/ender*

Mataniko commented 22 years ago

2002-06-13 10:38:18: SF/ender changed resolution from * to invalid*

Mataniko commented 22 years ago

2002-06-13 10:38:18: SF/ender changed status from new to closed

Mataniko commented 22 years ago

2002-06-13 10:38:18: SF/ender commented



Add  -lstdc++ to the LIBS line in Makefile
Mataniko commented 6 years ago

2018-11-06 20:46:45: digitall@scummvm.org set component to Port: Linux