Re: Version of GCC to use?, posted by Steve Jones on Mon May 9 20:58:11 2005
|
> > I ask because I get a dependency that I did not have before with 2.5.3.
> > Compiling with my same 'ole gcc 2.95.2 I see that I now need mxml.h and
> > strlcpy.h. Trying to compile under gcc 3.4 results in all kinds of errors.
|
Re: Version of GCC to use?, posted by Steve Jones on Mon May 9 21:08:56 2005
|
> > > I ask because I get a dependency that I did not have before with 2.5.3.
> > > Compiling with my same 'ole gcc 2.95.2 I see that I now need mxml.h and
> > > strlcpy.h. Trying to compile under gcc 3.4 results in all kinds of errors.
|
Re: Version of GCC to use?, posted by Steve Jones on Mon May 9 21:14:53 2005
|
> > > > I ask because I get a dependency that I did not have before with 2.5.3.
> > > > Compiling with my same 'ole gcc 2.95.2 I see that I now need mxml.h and
> > > > strlcpy.h. Trying to compile under gcc 3.4 results in all kinds of errors.
|
Re: Version of GCC to use?, posted by Stefan Ritt on Mon May 9 21:17:29 2005
|
> Ok, now I see the issue - the tar extract created the mxml directory in the root (not
> under the created directory elog-2.5.9). Is there a reason why these includes are not
> placed in the src dir like the regex.h/.c include?
|
Re: Version of GCC to use?, posted by Stefan Ritt on Mon May 9 21:22:46 2005
|
[ritt@pc5082 /tmp]$ tar -xzvf elog-2.5.9-2.tar.gz
elog-2.5.9/
elog-2.5.9/doc/
|
Re: Version of GCC to use?, posted by Steve Jones on Mon May 9 23:30:11 2005
|
> [ritt@pc5082 /tmp]$ tar -xzvf elog-2.5.9-2.tar.gz
> elog-2.5.9/
> elog-2.5.9/doc/
|
conditional attributes, posted by W.Koster on Thu Apr 9 10:39:34 2009
|
I'm (ab)using elog as a database and would like to use conditional attributes, like:
Attributes = PC Name, Operating System, Version, Distribution
|
Re: conditional attributes, posted by Stefan Ritt on Thu Apr 9 10:52:29 2009
|
> I'm (ab)using elog as a database and would like to use conditional attributes, like:
>
> Attributes = PC Name, Operating System, Version, Distribution
|