bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: System info


From: Angus Wallace
Subject: Re: System info
Date: 08 Aug 2002 19:36:06 +0930

On Wed, 2002-08-07 at 20:19, address@hidden wrote:
> Send Bug-commoncpp mailing list submissions to
>       address@hidden
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>       http://mail.gnu.org/mailman/listinfo/bug-commoncpp
> or, via email, send a message with subject or body 'help' to
>       address@hidden
> 
> You can reach the person managing the list at
>       address@hidden
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Bug-commoncpp digest..."
> 
> 
> Today's Topics:
> 
>    1. Re: Make problems (atomic.h not linking in?) (Federico Montesino 
> Pouzols)
> 
> --__--__--
> 
> Message: 1
> Date: Tue, 6 Aug 2002 16:29:07 +0200 (CEST)
> Subject: Re: Make problems (atomic.h not linking in?)
> From: "Federico Montesino Pouzols" <address@hidden>
> To: <address@hidden>
> Cc: <address@hidden>
> Reply-To: address@hidden
> 
> 
> >> > but this was to no avail.
> >>
> >>    What kind of system are you compiling in? Which are those two
> >> atomic.h? Maybe sys/atomic.h and asm/atomic.h?
> >>
> >>    After you rename the "wrong" atomic.h you should run ./configure
> >> again, so that the "right" atomic.h can be detected.
> >>
> >>    This problem should be handled by the CC++ autoconf macros however.
> >>
> >>
> > Yup, this was the problem, and rerunning ./configure after renaming
> > atomic.h did the trick. Doing that just didn't occur to me.
> >
> > Thanks a lot!
> >
> > -Angus
> 
>    Umm, however, renaming a header on your system does not seem to
> be a good solution -unless you have a very weird system. Please,
> tell us what is your configuration and which are your atomic.h
> headers so that the autoconf stuff in Common C++ can be tweaked in
> order to handle systems like yours. That way you will not have to
> do any trick for future releases.
> 
>    Bye.
> 
Oh yeah, I actually meant to describe my system in the last email, but
forgot - opps!

I'm running Redhat 7.3, with a custom kernel (using the default
installed kernel headers - i.e. no upgrade). I would suspect that the
system is pretty 'standard'. I've installed dri drivers for my radeon ve
video card (which I  haven't got working, but thats another story), and
a couple of programs, but nothing too fancy. I have installed wine, and
winex. 

The 'good' atomic.h was in 

/usr/src/linux-2.4.18-3/include/asm-i386/atomic.h
and /usr/i386-glibc21-linux/include/asm/atomic.h

although the two files were different,
and the 'dud' was in 

/usr/include/asm/atomic.h


Does this help?

Cheers,

-Angus




reply via email to

[Prev in Thread] Current Thread [Next in Thread]