Answers inline...
Konstantin Belousov wrote at 19:23 +0300 on Aug 24, 2012:
> On Fri, Aug 24, 2012 at 09:17:22AM -0600, John Hein wrote:
> >
> > head sl.cc pe.c
> > ==> sl.cc <==
> > #include
> > #include
> > class C
> > {
> >
John Hein wrote at 09:34 -0600 on Aug 24, 2012:
> John Hein wrote at 09:17 -0600 on Aug 24, 2012:
> >
> > head sl.cc pe.c
> > ==> sl.cc <==
> > #include
> > #include
> > class C
> > {
> > public:
John Hein wrote at 09:17 -0600 on Aug 24, 2012:
>
> head sl.cc pe.c
> ==> sl.cc <==
> #include
> #include
> class C
> {
> public:
> C(){
> printf("C\n");
> unsetenv("XXX");
> }
> };
> static C c;
>
&
head sl.cc pe.c
==> sl.cc <==
#include
#include
class C
{
public:
C(){
printf("C\n");
unsetenv("XXX");
}
};
static C c;
==> pe.c <==
#include
#include
int
main()
{
char *p=getenv("XXX");
if (p != NULL)
printf("XXX=%s\n",p);
return 0;
}
% g++ -fpic -shared sl.cc -o sl.so
% gcc
Adrian Chadd wrote at 11:40 +0800 on Nov 14, 2010:
> I've committed the below changes to -HEAD. You can now create and build your
> own busybox style binary system, completely cross-compiled within the
> existing Make framework. It isn't as impressive as it sounds though - a lot
> of the framew
Amol Dharmadhikar i ?? ? wrote at 11:47 -0800 on Feb 27, 2008:
> On Wed, Feb 27, 2008 at 11:21 AM, John Hein <[EMAIL PROTECTED]> wrote:
> > I don't want to move the tag... I want to invalidate old tags by
> > renaming them to something else (like
Giorgos Keramidas wrote at 21:04 +0200 on Feb 27, 2008:
> On 2008-02-27 08:36, John Hein <[EMAIL PROTECTED]> wrote:
> > Can someone point me at a script that does tag renaming
> > after a repo copy?
>
> You don't really need a `script' to do this.
>
Can someone point me at a script that does tag renaming
after a repo copy?
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
8 matches
Mail list logo