From: Martin Langer <martin-langer@gmx.de>
To: papadako@csd.uoc.gr
Cc: alsa-devel@lists.sourceforge.net
Subject: Re: Problem compiling latest CVS with gcc-2.95.3
Date: Sat, 8 Mar 2003 23:44:27 +0100 [thread overview]
Message-ID: <20030308224427.GA25823@tuba.home> (raw)
In-Reply-To: <20030308094052.GB29733@tuba.home>
On Sat, Mar 08, 2003 at 10:40:52AM +0100, Martin Langer wrote:
> On Sat, Mar 08, 2003 at 10:11:24AM +0100, Martin Langer wrote:
> > On Sat, Mar 08, 2003 at 10:51:29AM +0200, Panagiotis Papadakos wrote:
> >
> > > cc1: Invalid option `-falign-functions=4'
Removing that option really helps in my case. Don't know if it should be
really applied to the CVS tree.
martin
--- alsa-driver/configure.in.ORIGINAL Sat Mar 8 23:20:05 2003
+++ alsa-driver/configure.in Sat Mar 8 23:20:54 2003
@@ -430,7 +430,7 @@
if $CC -march=athlon -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then
c_opts="-march=athlon"
else
- c_opts="-march=i686 -falign-functions=4"
+ c_opts="-march=i686"
fi
;;
crusoe)
> Another machine (same Alsa-CVS, both debian woody) shows a different problem:
>
> ainstr_simple.o: file not recognized: File truncated
latest CVS has no longer that problem. It compiles fine.
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com
next prev parent reply other threads:[~2003-03-08 22:44 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-03-08 8:51 Problem compiling latest CVS with gcc-2.95.3 Panagiotis Papadakos
2003-03-08 9:11 ` Martin Langer
2003-03-08 9:40 ` Martin Langer
2003-03-08 22:44 ` Martin Langer [this message]
2003-03-11 10:14 ` Takashi Iwai
2003-03-11 11:12 ` Martin Langer
2003-03-11 13:02 ` Takashi Iwai
2003-03-11 14:30 ` Martin Langer
2003-03-11 17:59 ` Takashi Iwai
2003-03-11 14:14 ` Panagiotis Papadakos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030308224427.GA25823@tuba.home \
--to=martin-langer@gmx.de \
--cc=alsa-devel@lists.sourceforge.net \
--cc=papadako@csd.uoc.gr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.