What I was referrig to is in installers/linux/install.c which I thought was yours: { /* Install headers etc from hdr */ char b[100], s[120]; strcpy(b,prefix); strcat(b,"include/csound"); check_exists(b); sprintf(s, "cp -pv hdr/* %s", b); system(s); } That is the only thing I found having to do with headers in this file. So yes, I did take a look at this file, just don't know really what it's supposed to do. I consider the issue moot now as I'm not spending time on reorganizing and all files should work exactly as they had been working. steven On 11/8/05, jpff@codemist.co.uk wrote: > I do not think you "I looked at your files and the headers seem to > be copying from a hdr directory which I don't have here" as none of my > code looks at a header file anywhere. > > ==John ffitch > > >>>>> "Steven" == Steven Yi writes: > > Steven> It shouldn't break it. I looked at your files and the headers seem to > Steven> be copying from a hdr directory which I don't have here. The other > Steven> scripts copy binaries from the current directory and that is exactly > Steven> where I plan to leave where they get generated. It is only the object > Steven> files which I am interested in generating in the sub roots, the > Steven> binaries remain generated in the current top directory. > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net