tech-toolchain archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: kill() not found
> The package is using the gcc53 package from pkgsrc, .work.log contains:
i bet that the gcc53 package includes its own <signal.h> that
is broken some how. i would start looking there, and also check
the output of g++ -save-temps's .i file (or just do -E yourself)
to see what happens to the <signal.h>
.mrg.
ps: _NETBSD_SOURCE should be (already) defined in all environments that
don't define some other _FOO_SOURCE (like _POSIX_SOURCE or _XOPEN_SOURCE)
so that hack you tested is expected to fail..
Home |
Main Index |
Thread Index |
Old Index