|
From: Frank V. C. <fr...@co...> - 2000-08-15 13:58:29
|
Any ideas? -- Frank V. Castellucci |
|
From: Christophe Prud'h. <pru...@MI...> - 2000-08-15 14:13:21
|
On Tue, 15 Aug 2000, you wrote:
> Any ideas?
dunno, I have to check that
--
Christophe Prud'homme | So so is good, very good,
MIT, 77, Mass Ave, Rm 3-243 | very excellent good:
Cambridge MA 02139 | and yet it is not;
Tel (Office) : (00 1) (617) 253 0229 | it is but so so.
Fax (Office) : (00 1) (617) 258 8559 | -- William Shakespeare,
http://augustine.mit.edu/~prudhomm | "As You Like It"
Following the hacker spirit
|
|
From: Christophe Prud'h. <pru...@MI...> - 2000-08-15 15:10:04
|
On Tue, 15 Aug 2000, you wrote: > On Tue, 15 Aug 2000, you wrote: > > Any ideas? > > dunno, I have to check that that's strange they are really huge , I remember that both rpm and deb should have almost exactly the same files except a one or two minor files for distribution specific my first guess would be that debian is better than redhat :) but you gonna reject it so I'll look further do you have some specific compilation flags? what make the libs fatter is generally the debugging flags do you define CXXFLAGS in you environment variables? (both deb and rpm use the same flags otherwise, they are built using configure) I rebuild corelinux rpms on my computer to see if they have the same size as yours. C. -- Christophe Prud'homme | MIT, 77, Mass Ave, Rm 3-243 | Man is the only animal that blushes Cambridge MA 02139 | or needs to. Tel (Office) : (00 1) (617) 253 0229 | -- Mark Twain Fax (Office) : (00 1) (617) 258 8559 | http://augustine.mit.edu/~prudhomm | Following the hacker spirit |
|
From: Frank V. C. <fr...@co...> - 2000-08-15 15:19:23
|
Christophe Prud'homme wrote: > On Tue, 15 Aug 2000, you wrote: > > On Tue, 15 Aug 2000, you wrote: > > > Any ideas? > > > > dunno, I have to check that > that's strange they are really huge , I remember that both rpm and deb > should have almost exactly the same files except a one or two minor files for > distribution specific > my first guess would be that debian is better than redhat :) > but you gonna reject it so I'll look further If it is so, than that would be fine, but I think you next quote is appropriate. > do you have some specific compilation flags? > what make the libs fatter is generally the debugging flags > do you define CXXFLAGS in you environment variables? > (both deb and rpm use the same flags otherwise, they are built using > configure) > I rebuild corelinux rpms on my computer to see if they have the same size as > yours. I usually: 1. ./autorun.sh 2. ./configure 3. make rpm I am not at the machine to determine what is in there. If it is not obvious from anything you can see I will check tonight. BTW: libclfrmwrk builds like a charm > C. |
|
From: Christophe Prud'h. <pru...@MI...> - 2000-08-15 15:24:58
|
> do you have some specific compilation flags? > what make the libs fatter is generally the debugging flags > do you define CXXFLAGS in you environment variables? forget this > (both deb and rpm use the same flags otherwise, they are built using > configure) > I rebuild corelinux rpms on my computer to see if they have the same size > as yours. I rebuilt it and have about the same size as yours my guess is that the rpm contents are not compressed automatically this is the only explanation I'll have a look at the rpm manual in the doc I compress the doc manually and everything is fine ! (deb ~= rpm) -- Christophe Prud'homme | MIT, 77, Mass Ave, Rm 3-243 | Man is the only animal that blushes Cambridge MA 02139 | or needs to. Tel (Office) : (00 1) (617) 253 0229 | -- Mark Twain Fax (Office) : (00 1) (617) 258 8559 | http://augustine.mit.edu/~prudhomm | Following the hacker spirit |
|
From: Christophe Prud'h. <pru...@MI...> - 2000-08-15 15:28:41
|
> BTW: libclfrmwrk builds like a charm Good I'll cvs update later today they are a few empty dirs empty, should they be prune? C. -- Christophe Prud'homme | MIT, 77, Mass Ave, Rm 3-243 | A wise person makes his own Cambridge MA 02139 | decisions, Tel (Office) : (00 1) (617) 253 0229 | a weak one obeys public opinion. Fax (Office) : (00 1) (617) 258 8559 | -- Chinese proverb http://augustine.mit.edu/~prudhomm | Following the hacker spirit |
|
From: Frank V. C. <fr...@co...> - 2000-08-15 16:58:37
|
Christophe Prud'homme wrote:
> > BTW: libclfrmwrk builds like a charm
> Good
> I'll cvs update later today
>
> they are a few empty dirs empty, should they be prune?
>
No.
They will have examples, or global headers in them eventually.
Remember in
clfw/clfw
LibLoad.hpp
Persist.hpp
etc?
|
|
From: Christophe Prud'h. <pru...@MI...> - 2000-08-15 23:25:49
|
Hi all Ok I am deep in using corelinux for one of my project and I needed documentation and examples guess what? I created the doxygen doc for the examples and it is just great as always (thx Frank) BTW frank you write very funny text in your examples :) (I like the one with the monkey, and I hope I am not one :) ) I just changed one line in each examp*.cpp to generate the correct doc and added a new doxygen conf file for documentation generation Should we add this to the libcorelinux-examples? so would be very valuable for the users ! -- Christophe Prud'homme | MIT, 77, Mass Ave, Rm 3-243 | Cambridge MA 02139 | All laws are simulations of reality. Tel (Office) : (00 1) (617) 253 0229 | -- John C. Lilly Fax (Office) : (00 1) (617) 258 8559 | http://augustine.mit.edu/~prudhomm | Following the hacker spirit |
|
From: Frank V. C. <fr...@co...> - 2000-08-16 14:28:50
|
Christophe Prud'homme wrote: > > Hi all > > Ok I am deep in using corelinux for one of my project > and I needed documentation and examples > guess what? > > I created the doxygen doc for the examples and it is just great > as always (thx Frank) > > BTW frank you write very funny text in your examples :) > (I like the one with the monkey, and I hope I am not one :) ) > > I just changed one line in each examp*.cpp to generate the correct doc > and added a new doxygen conf file for documentation generation > > Should we add this to the libcorelinux-examples? > so would be very valuable for the users ! By all means, yes! -- Frank V. Castellucci |