Re: Time to flip the switch for gcc 4.8 on m68k?
[email protected] (Michael van Elst)
| Newsgroups | gmane.os.netbsd.ports.m68k |
|---|---|
| Organization | Serpens User Group |
| Message-ID | <[email protected]> |
[email protected] (Michael van Elst) writes: >[email protected] (John Klos) writes: >>c++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include >>-I/usr/local/include -I/usr/include -I/usr/local/include -I/usr/include >>-I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H >>-DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" >>-DNMAP_PLATFORM=\"m68k--netbsdelf\" >>-DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 >>-fno-reorder-blocks -I/usr/local/include -I/usr/include -Wall >>-fno-strict-aliasing -g0 FPModel.cc -o FPModel.o >>FPModel.cc: In function 'std::vector<FingerMatch> load_fp_matches()': >>FPModel.cc:2339:26: internal compiler error: Segmentation fault >> std::vector<FingerMatch> load_fp_matches() { >> ^ >Could be a simple out-of-memory condition. >On amiga it cannot possibly run (with a stock kernel) because >it has a MAXTSIZ of 6MB and the compiler text segment is larger >than 6MB. With a tweaked kernel, nmap compiles successfully and the executable seems to work fine.