-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'./configure' clashes with _xtests #76
Comments
I'm probably in the minority (if not the only one) by saying I don't like unicl. I'm more in favour of having a slightly more complex build system (two steps: .as -> .c -> .o, as done in the axllib tests) than having a more complex compiler. I'd also agree with a compiler driver that wraps the actual compiler (like gcc). |
To clarify, you're suggesting aldor is a wrapper which decides what needs The wrapper will still need to include something like unicl to cater for |
What arguments did you give configure, and what was the full output from On Wed, Sep 11, 2013 at 8:17 PM, edi-meier [email protected] wrote:
|
|
What type of libraries are you trying to build, and what is the correct set Assuming we want aldor -fx to work with this configuration, it could be On Wed, Sep 11, 2013 at 9:11 PM, edi-meier [email protected] wrote:
|
Thanks a lot but since its only me no need for extra-work. I think I will just disable the "_xtests" again, especially since it seems that "libfoamlib" is just used for aldor/tests and not in the final distribution as also aldor/aldor/lib/libfoamlib/README explains. |
Not sure if I already mentioned it somewhere:
./aldor/aldor/test/Makefile.in
has
-Cargs="-Wconfig=$(aldorsrcdir)/aldor.conf
with _xtests.
If someone uses clang and/or e. g. -pie or other options via "./configure ..." suddenly one gets a
inherit = gcc
from aldor.conf, so a build might fail.
Sure, one could adapt "aldor.conf" before starting the build of aldor,
but maybe someone has a nicer idea.
The text was updated successfully, but these errors were encountered: