Giovanni <[EMAIL PROTECTED]> wrote: > Hi! > > I'm Giovanni Santostefano and I'm a linux user. I'm writing a shell > (BohShell) with the intention to make it portable for the greatest number of > *nix systems. > I've requested the starter kit of oSolaris but it still doesn't arrive and > with my connection I can't download the online iso. > > I want to ask you if is possible that anyone try to compile the shell or look > the code and tell me if there are pieces of code that doesn't work on this > system so I can create specific codes for specific platforms. > > You can download the pack composed by source stable+binary for linux or you > can look directly to the CVS but the CVS is updated day by day and probably > the code is not completed to compile.
Portable code should not use // as comment as this is not compatible with the C standard (the C-99 standard adopted it, but it violates the general C code structuring rule that grants that C code is indepentend of white space). > https://sourceforge.net/projects/bohsh/ > > Bohshell is released under the GPL3 license What is the reason for using a more restrictive license than the GPLv2? Jörg -- EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin [EMAIL PROTECTED] (uni) [EMAIL PROTECTED] (work) Blog: http://schily.blogspot.com/ URL: http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily _______________________________________________ opensolaris-discuss mailing list [email protected]
