guile-user
[Top][All Lists]
Advanced

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

Re: guile-1.6.0 build problem on Solaris 2.8 Intel


From: Thien-Thi Nguyen
Subject: Re: guile-1.6.0 build problem on Solaris 2.8 Intel
Date: Tue, 12 Nov 2002 10:54:01 -0800

   From: Thien-Thi Nguyen <address@hidden>
   Date: Tue, 12 Nov 2002 10:32:50 -0800

   in ice-9/Makefile
            ^^^^^^^^

oops, this should be make-gbi.sed.

another approach (see appended patch) is to chop the label name at all
branch sites and at label site.  does this work?

thi

__________________________________________
diff -w -c -b -c -r1.1 make-gbi.sed
*** make-gbi.sed        3 Sep 2002 07:37:33 -0000       1.1
--- make-gbi.sed        12 Nov 2002 18:53:12 -0000
***************
*** 21,32 ****
  }
  
  # Keep these but for selected FOOdir, also generate pkgFOOdir.
! # Common tail (pkgguile) also does "/some/bar" -> "/some/bar/guile".
  
! /^...libdir /b pkgguile
! /^...datadir /b pkgguile
  /^...includedir /{
! : pkgguile
   h
   s/^\(...\)/\1pkg/
   s,\(..\)$,/guile\1,
--- 21,33 ----
  }
  
  # Keep these but for selected FOOdir, also generate pkgFOOdir.
! # Common tail (pkgg (was "pkgguile" but that annoys some seds))
! # also does "/some/bar" -> "/some/bar/guile".
  
! /^...libdir /b pkgg
! /^...datadir /b pkgg
  /^...includedir /{
! : pkgg
   h
   s/^\(...\)/\1pkg/
   s,\(..\)$,/guile\1,




reply via email to

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