* [Xenomai-core] [BUG] Broken .so generation since dbbd33f50d
@ 2009-10-29 10:21 Jan Kiszka
2009-10-29 10:26 ` Jan Kiszka
0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2009-10-29 10:21 UTC (permalink / raw)
To: Philippe Gerum; +Cc: xenomai-core
Hi Philippe,
your commit dbbd33f50d (nios2: introduce architecture support) broke any
.so generation, at least for x86. Not sure why, but it is related to
moving AC_PROG_LIBTOOL around in configure.in. You had to push it after
nios2's AC_DISABLE_SHARED, right?
Jan
--
Siemens AG, Corporate Technology, CT SE 2
Corporate Competence Center Embedded Linux
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Xenomai-core] [BUG] Broken .so generation since dbbd33f50d
2009-10-29 10:21 [Xenomai-core] [BUG] Broken .so generation since dbbd33f50d Jan Kiszka
@ 2009-10-29 10:26 ` Jan Kiszka
0 siblings, 0 replies; 2+ messages in thread
From: Jan Kiszka @ 2009-10-29 10:26 UTC (permalink / raw)
To: Philippe Gerum; +Cc: xenomai-core
Jan Kiszka wrote:
> Hi Philippe,
>
> your commit dbbd33f50d (nios2: introduce architecture support) broke any
> .so generation, at least for x86. Not sure why, but it is related to
> moving AC_PROG_LIBTOOL around in configure.in. You had to push it after
> nios2's AC_DISABLE_SHARED, right?
>
diff --git a/configure.in b/configure.in
index 71bad26..5e88d57 100644
--- a/configure.in
+++ b/configure.in
@@ -66,6 +66,8 @@ else
build_for=$host_alias
fi
+AC_ENABLE_SHARED
+
use__thread=yes
case "$build_for" in
i*86*-*)
solves it. I just need to find out if AC_DISABLE_SHARED after enable is
allowed (for the nios2 case).
Jan
--
Siemens AG, Corporate Technology, CT SE 2
Corporate Competence Center Embedded Linux
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-10-29 10:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-29 10:21 [Xenomai-core] [BUG] Broken .so generation since dbbd33f50d Jan Kiszka
2009-10-29 10:26 ` Jan Kiszka
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.