Hi, I'm using Nix 0.11pre9121 (how can I unambiguously identify my configuration?).
`guile-1.6.7' fails to build: if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -fno-strict-aliasing -MT guile.o -MD -MP -MF ".deps/guile.Tpo" -c -o guile.o guile.c; \ then mv -f ".deps/guile.Tpo" ".deps/guile.Po"; else rm -f ".deps/guile.Tpo"; exit 1; fi guile.c: In function 'main': guile.c:91: error: array type has incomplete element type guile.c:91: warning: unused variable 'lt_preloaded_symbols' Since this is on PowerPC, is it the case that the environment is not "totally pure", e.g., my Debian GCC (4.2.3) gets used instead of the one from Nix or something like that? Thanks, Ludovic. _______________________________________________ nix-dev mailing list nix-dev@cs.uu.nl https://mail.cs.uu.nl/mailman/listinfo/nix-dev