From: Bruce Korb <bruce.korb@gmail.com>
Subject: Guile 1.6.7 on AIX & HP/UX
Date: Sun, 12 Jun 2005 11:13:51 -0700 [thread overview]
Message-ID: <200506121113.51644.bkorb@veritas.com> (raw)
AIX:
> source='../../libguile/modules.c' object='modules.lo' libtool=yes DEPDIR=.deps \
> depmode=aix /bin/sh ../../depcomp /bin/sh ../libtool --tag=CC --mode=compile \
> /usr/bin/xlc -DHAVE_CONFIG_H -I. -I../../libguile -I.. -I.. -I../../libguile/.. \
> -I../../libguile-ltdl -g -c -o modules.lo ../../libguile/modules.c
> /usr/bin/xlc -DHAVE_CONFIG_H -I. -I../../libguile -I.. -I.. -I../../libguile/.. \
> -I../../libguile-ltdl -g -c -M ../../libguile/modules.c -DPIC -o .libs/modules.o
> make: Cannot find a rule to create target CFLAGS from dependencies.
> Stop.
> make: The error code from the last command is 1.
>
HP/UX: "guile" never finishes generating "guile.texi".
I solved it by copying it + guile-procedures.texi from the Solaris build.
I am still building, so I don't know what else I'll encounter.
> Making all in libguile
> gmake[2]: Entering directory `/tmp_mnt/home/bkorb/tools/guile/guile-1.6.7/_hpux/libguile'
> cat alist.doc arbiters.doc async.doc backtrace.doc boolean.doc chars.doc continuations.doc \
> debug.doc dynl.doc dynwind.doc environments.doc eq.doc error.doc eval.doc evalext.doc \
> extensions.doc feature.doc fluids.doc fports.doc gc.doc goops.docgsubr.doc guardians.doc \
> hash.doc hashtab.doc hooks.doc init.doc ioext.doc iselect.doc keywords.doc lang.doc \
> list.doc load.doc macros.doc mallocs.doc modules.doc numbers.doc objects.doc objprop.doc \
> options.doc pairs.doc ports.doc print.doc procprop.doc procs.doc properties.doc random.doc \
> rdelim.doc read.doc root.doc rw.docscmsigs.doc script.doc simpos.doc smob.doc sort.doc \
> srcprop.doc stackchk.doc stacks.doc stime.doc strings.doc strop.doc strorder.doc \
> strports.doc struct.doc symbols.doc throw.doc values.doc variable.doc vectors.doc \
> version.doc vports.doc weaks.doc symbols-deprecated.doc ramap.doc unif.doc filesys.doc \
> posix.doc net_db.doc socket.doc regex-posix.doc | \
> GUILE="/home/bkorb/tools/guile/guile-1.6.7/_hpux/pre-inst-guile" \
> ../../scripts/snarf-check-and-output-texi --manual > guile.texi || \
> {rm guile.texi; false; }
>
> $ ps -l -u bkorb
> F S UID PID PPID C PRI NI ADDR SZ WCHAN TTY TIME COMD
> 1 S 4438 16719 16652 0 158 20 421ca840 88 4222e040 pts/0 0:00 gmake
> 1 S 4438 16652 16650 0 158 20 42e179c0 85 423b7040 pts/0 0:00 ksh
> 1 S 4438 16720 16719 0 158 20 422f84c0 85 42677040 pts/0 0:00 gmake
> 1 S 4438 16746 16745 0 154 20 422dfac0 11 414a376c pts/0 0:00 cat
> 1 S 4438 16745 16744 0 158 20 422dfc00 74 46b9d040 pts/0 0:00 sh
> 1 S 4438 16744 16721 0 158 20 42082580 432 4a4ab040 pts/0 0:01 gmake
> 1 S 4438 16756 16754 0 158 20 42034540 85 4dff0040 pts/1 0:00 ksh
> 1 R 4438 16824 16756 0 178 20 421ca0c0 33 - pts/1 0:00 ps
> 1 S 4438 16721 16720 0 158 20 42034a40 75 4699d040 pts/0 0:00 sh
> 1 R 4438 16747 16745 255 241 20 41c791c0 45 - pts/0 1:38 guile
> $ ps -l -u bkorb
> F S UID PID PPID C PRI NI ADDR SZ WCHAN TTY TIME COMD
> 1 S 4438 16719 16652 0 158 20 421ca840 88 4222e040 pts/0 0:00 gmake
> 1 S 4438 16652 16650 0 158 20 42e179c0 85 423b7040 pts/0 0:00 ksh
> 1 S 4438 16720 16719 0 158 20 422f84c0 85 42677040 pts/0 0:00 gmake
> 1 S 4438 16746 16745 0 154 20 422dfac0 11 414a376c pts/0 0:00 cat
> 1 S 4438 16745 16744 0 158 20 422dfc00 74 46b9d040 pts/0 0:00 sh
> 1 S 4438 16744 16721 0 158 20 42082580 432 4a4ab040 pts/0 0:01 gmake
> 1 S 4438 16756 16754 1 158 20 42034540 85 4dff0040 pts/1 0:00 ksh
> 1 R 4438 16825 16756 0 178 20 421ca0c0 33 - pts/1 0:00 ps
> 1 S 4438 16721 16720 0 158 20 42034a40 75 4699d040 pts/0 0:00 sh
> 1 R 4438 16747 16745 251 240 20 41c791c0 45 - pts/0 2:23 guile
> $ ps -l -u bkorb
> F S UID PID PPID C PRI NI ADDR SZ WCHAN TTY TIME COMD
> 1 S 4438 16719 16652 0 158 20 421ca840 88 4222e040 pts/0 0:00 gmake
> 1 S 4438 16652 16650 0 158 20 42e179c0 85 423b7040 pts/0 0:00 ksh
> 1 S 4438 16720 16719 0 158 20 422f84c0 85 42677040 pts/0 0:00 gmake
> 1 S 4438 16746 16745 0 154 20 422dfac0 11 414a376c pts/0 0:00 cat
> 1 S 4438 16745 16744 0 158 20 422dfc00 74 46b9d040 pts/0 0:00 sh
> 1 S 4438 16744 16721 0 158 20 42082580 432 4a4ab040 pts/0 0:01 gmake
> 1 S 4438 16756 16754 0 158 20 42034540 85 4dff0040 pts/1 0:00 ksh
> 1 R 4438 16828 16756 1 178 20 421ca0c0 33 - pts/1 0:00 ps
> 1 S 4438 16721 16720 0 158 20 42034a40 75 4699d040 pts/0 0:00 sh
> 1 R 4438 16747 16745 255 241 20 41c791c0 45 - pts/0 6:09 guile
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel
next reply other threads:[~2005-06-12 18:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-12 18:13 Bruce Korb [this message]
2005-06-12 18:19 ` Guile 1.6.7 on HP/UX Bruce Korb
2005-06-13 15:46 ` Rob Browning
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
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200506121113.51644.bkorb@veritas.com \
--to=bruce.korb@gmail.com \
--cc=bkorb@veritas.com \
/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 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).