unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* guile-1.6.0 build problem on Solaris 2.8 Intel
@ 2002-11-11  7:11 Anant Tamgole
  2002-11-11  8:02 ` Thien-Thi Nguyen
  0 siblings, 1 reply; 5+ messages in thread
From: Anant Tamgole @ 2002-11-11  7:11 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 1653 bytes --]


hi,

I am getting folowing error while compiling gile-1.6.0 ( using gcc )

/usr/ccs/bin/ld -G -z defs -h libguile.so.12 -o .libs/libguile.so.12.3.0  alist.
lo arbiters.lo async.lo backtrace.lo boolean.lo chars.lo continuations.lo debug.
lo deprecation.lo dynl.lo dynwind.lo environments.lo eq.lo error.lo eval.lo eval
ext.lo extensions.lo feature.lo fluids.lo fports.lo gc.lo gc_os_dep.lo gdbint.lo
 gh_data.lo gh_eval.lo gh_funcs.lo gh_init.lo gh_io.lo gh_list.lo gh_predicates.
lo goops.lo gsubr.lo guardians.lo hash.lo hashtab.lo hooks.lo init.lo ioext.lo i
select.lo keywords.lo lang.lo list.lo load.lo macros.lo mallocs.lo modules.lo nu
mbers.lo objects.lo objprop.lo options.lo pairs.lo ports.lo print.lo procprop.lo
 procs.lo properties.lo random.lo rdelim.lo read.lo root.lo rw.lo scmsigs.lo scr
ipt.lo simpos.lo smob.lo sort.lo srcprop.lo stackchk.lo stacks.lo stime.lo strin
gs.lo strop.lo strorder.lo strports.lo struct.lo symbols.lo throw.lo values.lo v
ariable.lo vectors.lo version.lo vports.lo weaks.lo symbols-deprecated.lo ramap.
lo unif.lo filesys.lo posix.lo net_db.lo socket.lo regex-posix.lo inet_aton.lo
-R/usr/local/lib -R/usr/local/lib  /usr/local/lib/libltdl.so -lcrypt -lsocket -l
nsl -lm -lc
Undefined                       first referenced
 symbol                             in file
_start                              gc_os_dep.lo
ld: fatal: Symbol referencing errors. No output written to .libs/libguile.so.12.
3.0
make: *** [libguile.la] Error 1

How to overcome this error.

with regards

anant

 


 

 



---------------------------------
Do you Yahoo!?
U2 on LAUNCH - Exclusive medley & videos from Greatest Hits CD

[-- Attachment #2: Type: text/html, Size: 2268 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: guile-1.6.0 build problem on Solaris 2.8 Intel
  2002-11-11  7:11 guile-1.6.0 build problem on Solaris 2.8 Intel Anant Tamgole
@ 2002-11-11  8:02 ` Thien-Thi Nguyen
  2002-11-12 18:06   ` Anant Tamgole
  0 siblings, 1 reply; 5+ messages in thread
From: Thien-Thi Nguyen @ 2002-11-11  8:02 UTC (permalink / raw)
  Cc: guile-user

   Delivery-date: Mon, 11 Nov 2002 02:25:42 -0500
   From: Anant Tamgole <anant_tamgole@yahoo.com>
   Date: Sun, 10 Nov 2002 23:11:14 -0800 (PST)

   I am getting folowing error while compiling gile-1.6.0 ( using gcc )
   [snip] How to overcome this error.

if you don't need GOOPS, you can avoid the error (and possibly run into
other errors) by using guile 1.4.1.92 (http://www.glug.org/tmp/2002-11/
has a tarball).  almost goes w/o saying, if you don't know what GOOPS is
you probably don't need it...

thi


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: guile-1.6.0 build problem on Solaris 2.8 Intel
  2002-11-11  8:02 ` Thien-Thi Nguyen
@ 2002-11-12 18:06   ` Anant Tamgole
  2002-11-12 18:32     ` Thien-Thi Nguyen
  0 siblings, 1 reply; 5+ messages in thread
From: Anant Tamgole @ 2002-11-12 18:06 UTC (permalink / raw)
  Cc: guile-user

[-- Attachment #1: Type: text/plain, Size: 1407 bytes --]


Dear thi, 
When I try with guile-1.4.1.92, I get following error 
surya# make
Making all in lang
make[1]: Entering directory `/home/downloads/guile-1.4.1.92/lang'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/downloads/guile-1.4.1.92/lang'
Making all in ice-9
make[1]: Entering directory `/home/downloads/guile-1.4.1.92/ice-9'
test -d boot-9 || mkdir boot-9
sed -f ./../scripts/config-status-vars.sed \
    -f ./make-gbi.sed \
    ../config.status > GBIFRAG
Label too long: /^...libdir /b pkgguile
make[1]: *** [boot-9.scm] Error 2
make[1]: Leaving directory `/home/downloads/guile-1.4.1.92/ice-9'
make: *** [all-recursive] Error 1
surya#

I want to install gnu radius and which uses guile scripts, so I require guile installed.

regards

anant




 
 Thien-Thi Nguyen <ttn@giblet.glug.org> wrote:Delivery-date: Mon, 11 Nov 2002 02:25:42 -0500
From: Anant Tamgole 
Date: Sun, 10 Nov 2002 23:11:14 -0800 (PST)

I am getting folowing error while compiling gile-1.6.0 ( using gcc )
[snip] How to overcome this error.

if you don't need GOOPS, you can avoid the error (and possibly run into
other errors) by using guile 1.4.1.92 (http://www.glug.org/tmp/2002-11/
has a tarball). almost goes w/o saying, if you don't know what GOOPS is
you probably don't need it...

thi


---------------------------------
Do you Yahoo!?
U2 on LAUNCH - Exclusive medley & videos from Greatest Hits CD

[-- Attachment #2: Type: text/html, Size: 1784 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: guile-1.6.0 build problem on Solaris 2.8 Intel
  2002-11-12 18:06   ` Anant Tamgole
@ 2002-11-12 18:32     ` Thien-Thi Nguyen
  2002-11-12 18:54       ` Thien-Thi Nguyen
  0 siblings, 1 reply; 5+ messages in thread
From: Thien-Thi Nguyen @ 2002-11-12 18:32 UTC (permalink / raw)
  Cc: guile-user

   From: Anant Tamgole <anant_tamgole@yahoo.com>
   Date: Tue, 12 Nov 2002 10:06:02 -0800 (PST)

   make[1]: Entering directory `/home/downloads/guile-1.4.1.92/ice-9'
   test -d boot-9 || mkdir boot-9
   sed -f ./../scripts/config-status-vars.sed \
       -f ./make-gbi.sed \
       ../config.status > GBIFRAG
   Label too long: /^...libdir /b pkgguile

thanks for the bug report.  according to the sedfaq section 6.6.5, bsd
sed limits labels to 8 chars, which " pkgguile" (note space) violates.
are you on a bsd box?  if you remove the space between the "b" and the
"pkgguile" in ice-9/Makefile, does that fix the problem?

thi


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: guile-1.6.0 build problem on Solaris 2.8 Intel
  2002-11-12 18:32     ` Thien-Thi Nguyen
@ 2002-11-12 18:54       ` Thien-Thi Nguyen
  0 siblings, 0 replies; 5+ messages in thread
From: Thien-Thi Nguyen @ 2002-11-12 18:54 UTC (permalink / raw)
  Cc: guile-user

   From: Thien-Thi Nguyen <ttn@giblet.glug.org>
   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,


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-11-12 18:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-11  7:11 guile-1.6.0 build problem on Solaris 2.8 Intel Anant Tamgole
2002-11-11  8:02 ` Thien-Thi Nguyen
2002-11-12 18:06   ` Anant Tamgole
2002-11-12 18:32     ` Thien-Thi Nguyen
2002-11-12 18:54       ` Thien-Thi Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).