Re: File Location Advice

1998-07-15 Thread The Gecko
On 15-Jul-98 Shaleh wrote: > Sounds more like they belong in /usr/include/chpp. Lib is for > libraries That's what I thought (about lib being for libraries). > libraries, especially under the FHS (the FSSTND is no longer what we > use). I knew that.. but I couldn't remember the anagram.. so I use

Re: File Location Advice

1998-07-15 Thread Marcus Brinkmann
On Wed, Jul 15, 1998 at 12:29:39PM -0400, Shaleh wrote: > Sounds more like they belong in /usr/include/chpp. Lib is for > libraries, especially under the FHS (the FSSTND is no longer what we > use). Although we already have /usr/lib/gtk/include/gtkconfig.h. *sigh* Marcus -- "Rhubarb is no Egy

Re: File Location Advice

1998-07-15 Thread Shaleh
Sounds more like they belong in /usr/include/chpp. Lib is for libraries, especially under the FHS (the FSSTND is no longer what we use). The Gecko wrote: > > Ok, Mentors. I'm working on my next package -- chpp. chpp is a > macro/preprocessor plus. The library comes with some "include" files >

File Location Advice

1998-07-15 Thread The Gecko
Ok, Mentors. I'm working on my next package -- chpp. chpp is a macro/preprocessor plus. The library comes with some "include" files (predefined macros) that are handy to people using them. The default location for them is /usr/lib/chpp/include/* Is that where they should go or not? I've looke