fiasco-ux does not build

Udo A. Steinberg us15 at os.inf.tu-dresden.de
Fri Apr 21 01:36:00 CEST 2006


On Thu, 20 Apr 2006 22:18:08 +0200 Stefan Scheler (SS) wrote:

SS> Udo A. Steinberg wrote:
SS> > How is errno declared on your system, e.g. in /usr/include/errno.h?
SS> > extern int errno; 		or
SS> > extern __thread int errno;	?
SS> 
SS> It's "extern int errno;".

Does it help if you replace occurrences of

	#include <cerrno>

in kernel/fiasco/src/kern/ux with

	extern __thread int errno;

If so, your header files in /usr/include don't match your libc.a

		- Udo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 191 bytes
Desc: not available
URL: <http://os.inf.tu-dresden.de/pipermail/l4-hackers/attachments/20060421/ee3bf722/attachment-0001.asc>


More information about the l4-hackers mailing list