stupid_idiot
Group: Members
Posts: 344
Joined: Oct. 2006 |
|
Posted: Jan. 23 2008,15:31 |
|
Hi Juanito: Just a nitpick with 'compile-3.3.5.uci' -- I think there's an unnecessary symlink:Code Sample | /opt/compile-3.3.5/lib/libGL.so.1.2 -> /opt/compile-3.3.5/X11R6/lib/libGL.so.1.2 | Instead of the symlink, we could just move 'X11R6/lib/libGL.so.1*' over to 'lib/'.
Also, a suggestion: Maybe we could rename 'compile-3.3.5.uci' to 'compile.uci'? The reason is, I think '/opt/compile' is easier to type than '/opt/compile-3.3.5'. e.g. CPPFLAGS='-I/opt/compile-3.3.5/include' vs CPPFLAGS='-I/opt/compile/include' IMO the '-3.3.5' suffix is not needed since 3.3 is the de facto version of GCC in DSL.
p.s. I think an idealized 'compile.uci' is an improvement over a .dsl or .unc because it eliminates filesystem clutter. Also, it is self-contained, so it's much easier to tell which files belong to which extension. So, thanks for coming up with this great idea, and for all the hard work so far. Awww....
|