https://sourceware.org/bugzilla/show_bug.cgi?id=30779
--- Comment #24 from cqwrteur <euloanty at live dot com> ---
/home/cqwrteur/toolchains_build/binutils-gdb/gprofng/src/Experiment.cc:234:12:
error: 'fopen64' was not declared in this scope; did you mean 'open64'?
234 | fh = fopen64 (fname, NTXT ("r"));
| ^~~~~~~
| open64
/home/cqwrteur/toolchains_build/binutils-gdb/gprofng/src/Experiment.cc:244:9:
error: 'fseeko64' was not declared in this scope; did you mean 'fseeko'?
244 | fseeko64 (fh, offset, SEEK_SET);
| ^~~~~~~~
| fseeko
/home/cqwrteur/toolchains_build/binutils-gdb/gprofng/src/Experiment.cc: In
member function 'void Experiment::ExperimentFile::close()':
/home/cqwrteur/toolchains_build/binutils-gdb/gprofng/src/Experiment.cc:285:16:
error: 'ftello64' was not declared in this scope; did you mean 'ftello'?
285 | offset = ftello64 (fh);
| ^~~~~~~~
| ftello
--
You are receiving this mail because:
You are on the CC list for the bug.