[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Make problems (atomic.h not linking in?)
From: |
Federico Montesino Pouzols |
Subject: |
Re: Make problems (atomic.h not linking in?) |
Date: |
Tue, 6 Aug 2002 16:29:07 +0200 (CEST) |
>> > 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.