Hi Jeff,
./configure --help within the automake source directory might be your friend.
Setting prefix to --prefix=, i. e. =/usr should bring you
close to where you might want to be. Apart from this you might want to change
bindir only.
Hope this helps,
take care
Dieter
--
_
Hello!
On Wed, Nov 29, 2006 at 06:01:11PM +0100, Ralf Wildenhues wrote:
> * Thomas Schwinge wrote on Wed, Nov 29, 2006 at 03:11:43PM CET:
> >
> > It seems to me that all files from directories that are referenced within
> > an `AC_CONFIG_LINKS' rule in the `configure.ac' file will automatically
>
Is there a way to override bindir as not to install into /usr/local/bin?
Jeff Safier
Cornell-Mayo Associates
600 Lanidex Plaza
Parsipanny, NJ 07054
(973) 887-3069 ext. 119
On 11/29/06, Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
* quoting myself (sorry!):
>
> With a package that doesn't do the above (or something similar),
> make CXXFLAGS=-g
>
> should work
Even simpler,
./configure CXXFLAGS=-g
make
should (portably) do what you intend.
Cheers,
Ralf
Hell
* quoting myself (sorry!):
>
> With a package that doesn't do the above (or something similar),
> make CXXFLAGS=-g
>
> should work
Even simpler,
./configure CXXFLAGS=-g
make
should (portably) do what you intend.
Cheers,
Ralf
Hello Alexander,
* Alexander Toresson wrote on Wed, Nov 29, 2006 at 12:02:01AM CET:
>
> This leads me to believe that automake adds -g -O2 to AM_CXXFLAGS.
No. Autoconf puts code in configure that may add '-g -O2' to $CXXFLAGS
(if the compiler accepts it). The configure.ac script of the package
Hello!
According to http://www.mail-archive.com/automake@gnu.org/msg12112.html
, I should be able to override -g -O2 from the default c++ flags by
passing CXXFLAGS to make. However, whatever I do this doesn't seem to
work. I've got AM_CXXFLAGS set to contain the flags needed by the
libraries my p
Dear Ralf,
dear listmembers,
this did the trick. My rpm-specfile said "make check VERBOSE=1". After changing
this to "make check" I ended up with "the sound of silence" :-)
Thanks again,
take care
Dieter Jurzitza
--
HARMAN BECKER AUTOMOTIVE S
Hello Dieter,
* Jurzitza, Dieter wrote on Wed, Nov 29, 2006 at 04:13:10PM CET:
> when building and especially testing automake, tons of messages are
> output,
You should be able to avoid all that output by not setting VERBOSE.
Typically, all you will see with a plain 'make check' is:
PASS: test
Dear listmembers,
when building and especially testing automake, tons of messages are output,
and, moreover, I get a decent amount of messages like
* Only for demonstration purposes!
fn99-1.0/12345678/12345678/12345678/12345678/12345678/12345678/12345678/1234567
Hi Ralf,
I tested your patch and can confirm it works now. make -j3 passes all tests and
the build process successfully on automake-1.9.6.
Thanks for fixing this,
take care
Dieter Jurzitza
--
HARMAN BECKER AUTOMOTIVE SYSTEMS
Dr.-Ing. Dieter
11 matches
Mail list logo