Why no `operator delete(void*, unsigned int)' on 10 i386?

Fernando Apesteguía fernando.apesteguia at gmail.com
Mon Feb 19 06:46:10 UTC 2018


El 19 feb. 2018 7:17, "Yuri" <yuri at rawbw.com> escribió:

I have one port failing on 10 i386 like this:

> undefined reference to `operator delete(void*, unsigned int)'

11 amd64, 12 i386, 12 amd64 work fine.


What might be a problem?


Those are sized operators from c++14. Have you tried to compile with:
-std=gnu++11?

I had a similar problem. This might help:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219484


Cheers



Thanks,

Yuri


_______________________________________________
freebsd-ports at freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"


More information about the freebsd-ports mailing list