Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] [Installation] Obsolete SUMO on Debian

Hi,

try to install the latest available g++ including its libraries (current version is 10, 8 or 9 are also good).

SUMO requires a compiler, which supports the C11 Standard.

@SUMO-Developers: in the website https://packages.ubuntu.com <https://packages.ubuntu.com> cctype is only listed for gcc version 8 and higher!)

Harald

Am 10.02.21 um 09:40 schrieb smariani:
gcc --version gives

gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

sudo apt-get install libstdc++-6-dev gives

Reading package lists... Done
Building dependency tree
Reading state information... Done
libstdc++-6-dev is already the newest version (6.3.0-18+deb9u1).
0 upgraded, 0 newly installed, 0 to remove and 106 not upgraded.



--
Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user


Back to the top