Le 13 févr. 2011 à 14:39, Ryan Harter a écrit : > Is it possible that GNUstep changed the location of their makefiles?
Could be. See below… > After compiling and installing make I don't even have a /System directory. > Here is what I get from sudo -E make install > > ryan@ubuntu:~/Desktop/build/gnustep/make$ sudo -E make install > Creating system tools directory: /bin > Creating makefile directories in: /share/GNUstep/Makefiles > Installing GNUstep configuration file in /etc/GNUstep/GNUstep.conf > Installing gnustep-make support software > Installing makefiles > Installing Test Framework scripts > Installing Test Framework support files > Installing (and compressing) manpages > > Based on that I went and looked in /share/GNUstep/Makefiles and, sure enough, > GNUstep.sh is in there. > > I configured GNUstep with --prefix=/, is that normal? It could be normal, but that's not what was expected until recently. Few months ago, I remember the GNUstep install layout was changed to FHS then reverted back iirc. May be I missed the latest GNUstep Make development and the default layout is now FHS which matches what you report. You can force the GNUstep layout with /System, /Local etc. by configuring gnustep-make with: ./configure --with-layout=gnustep --prefix=/ If you don't specify a prefix, things get rooted into /usr/GNUstep rather than / Cheers, Quentin. _______________________________________________ Etoile-dev mailing list [email protected] https://mail.gna.org/listinfo/etoile-dev
