axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] sman and X libraries


From: Gabriel Dos Reis
Subject: Re: [Axiom-developer] sman and X libraries
Date: 27 Nov 2006 03:09:13 +0100

Waldek Hebisch <address@hidden> writes:

| Gabriel Dos Reis wrote:
| > Fixed.  As of today, 'ldd sman' gives:
| > 
| > [15:03]% ldd sman                     
~/build/axiom/target/i686-suse-linux/bin
| >         linux-gate.so.1 =>  (0xffffe000)
| >         libc.so.6 => /lib/tls/libc.so.6 (0x4003c000)
| >         /lib/ld-linux.so.2 (0x40000000)
| 
| As of version 324 build fails for me.  Most things apparantly build OK,
| but sman is missing.  Build fails because build_srcdir in the main
| Makefile is unset, and apparently the rule:
| 
| $(AXIOM_SRC_TARGETS):
|         cd $(build_srcdir) && $(ENV) $(MAKE)
| 
| is doing cd to my home directory, where no Makefile is present.

Gosh.  Everything built OK for me.  I must have fumble the commit
again.  I did a fresh check out, and I'm testing this.

-- Gaby

*** ChangeLog.build-improvements        (revision 16935)
--- ChangeLog.build-improvements        (local)
***************
*** 1,5 ****
--- 1,11 ----
  2006-11-26  Gabriel Dos Reis  <address@hidden>
  
+       * Makefile.pamphlet (build_srcdir): Restore from previous
+       accidental deletion.
+       * Makefile.in: Regenerate.
+ 
+ 2006-11-26  Gabriel Dos Reis  <address@hidden>
+ 
        * Makefile.pamphlet (AXIOM_SRC_TARGETS): Fix typos.
        * Makefile.in: Regenerate.
  
*** Makefile.in (revision 16935)
--- Makefile.in (local)
*************** subdir = 
*** 41,46 ****
--- 41,47 ----
  
  SUBDIRS = src/lib lsp src
  
+ build_srcdir = $(builddir)/src
  build_libdir = $(builddir)/src/lib
  lib_stamp = $(build_libdir)/stamp
  
*** Makefile.pamphlet   (revision 16935)
--- Makefile.pamphlet   (local)
*************** subdir = 
*** 314,319 ****
--- 314,320 ----
  
  SUBDIRS = src/lib lsp src
  
+ build_srcdir = $(builddir)/src
  build_libdir = $(builddir)/src/lib
  lib_stamp = $(build_libdir)/stamp
  
*** src/Makefile.in     (revision 16935)
--- src/Makefile.in     (local)
*************** all: all-ax
*** 13,19 ****
  all-ax all-src: stamp
        @echo finished $(builddir)
  
! stamp: @axiom_src_all@ all-book 
        -rm -f stamp
        $(STAMP) stamp
  
--- 13,19 ----
  all-ax all-src: stamp
        @echo finished $(builddir)
  
! stamp: @axiom_src_all@ all-sman all-book 
        -rm -f stamp
        $(STAMP) stamp
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]