Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Building -current/netbsd-5 on Solaris: warning for tools/file
More data points:
creating a separate build directory, changing to it, and then running
NetBSD's configure and building does not work, giving the listed error:
sh ~/cvs/src-5/dist/file/configure --prefix=$HOME/file.bin ; make
However, insisting that file offset is 32bit (instead of the 64bit
detected by configure), it works:
env ac_cv_sys_file_offset_bits=32 sh ~/cvs/src-5/dist/file/configure
--prefix=$HOME/file.bin ; make
Funny enough, taking latest (vanilla) 4.26 file sources, things build
fine. So my gut feeling is that it's not configure that's goofing up, but
that there's some missing #define to tell "use 64bit!" when building on
Solaris.
If anyone got some smart hints, let me know. :)
- Hubert
Home |
Main Index |
Thread Index |
Old Index