[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: problems compiling plan under libc6



Your problem is quite easy to solve: libc5 was not really
POSIX-compliant even when _POSIX_SOURCE was defined. S_IFDIR is the
macro used by BSD and SVID while POSIX uses __S_IFDIR. If you define
_BSD_SOURCE, _SVID_SOURCE or _GNU_SOURCE instead of _POSIX_SOURCE (or
simply change the macro to include the __) it should compile.

        Helmut

-- 
Helmut Geyer                                Helmut.Geyer@iwr.uni-heidelberg.de
public PGP key available :           finger geyer@saturn.iwr.uni-heidelberg.de


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: