Re: bug compiling ridiculous program

2011-07-27 Thread Brad Hards
On Thursday 28 July 2011 02:12:32 florent ainardi wrote: > > If you're installing using pre-built packages make sure you also install > > the devel packages, those have the headers necessary for software > > development (hence the devel suffix). For RPM based systems it would be > > nspr-devel, nss

Re: bug compiling ridiculous program

2011-07-27 Thread florent ainardi
On 26 juil, 18:47, John Dennis wrote: > On 07/26/2011 10:22 AM, florent ainardi wrote: > > > > > > > > > > > hi > > i have just installed nss library and all dependencies (libc6, sqlite, > > zlib1g .. ) > > my program look like this > > > #include > > #include > > > that's all > > > when i lau

Re: bug compiling ridiculous program

2011-07-27 Thread florent ainardi
On 26 juil, 18:47, John Dennis wrote: > On 07/26/2011 10:22 AM, florent ainardi wrote: > > > > > > > > > > > hi > > i have just installed nss library and all dependencies (libc6, sqlite, > > zlib1g .. ) > > my program look like this > > > #include > > #include > > > that's all > > > when i lau

Re: bug compiling ridiculous program

2011-07-27 Thread florent ainardi
On 26 juil, 18:47, John Dennis wrote: > On 07/26/2011 10:22 AM, florent ainardi wrote: > > > > > > > > > > > hi > > i have just installed nss library and all dependencies (libc6, sqlite, > > zlib1g .. ) > > my program look like this > > > #include > > #include > > > that's all > > > when i lau

Re: bug compiling ridiculous program

2011-07-26 Thread John Dennis
On 07/26/2011 10:22 AM, florent ainardi wrote: hi i have just installed nss library and all dependencies (libc6, sqlite, zlib1g .. ) my program look like this #include #include that's all when i launch the gcc command : gcc test.c -otest -lnss i have more than hundred error but the firsts

bug compiling ridiculous program

2011-07-26 Thread florent ainardi
hi i have just installed nss library and all dependencies (libc6, sqlite, zlib1g .. ) my program look like this #include #include that's all when i launch the gcc command : gcc test.c -otest -lnss i have more than hundred error but the firsts one are these prtypes.h not found in nss dire