axiom-developer
[Top][All Lists]
Advanced

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

RE: [Axiom-developer] FW: Axiom on Solaris 10.2 x86


From: gdr
Subject: RE: [Axiom-developer] FW: Axiom on Solaris 10.2 x86
Date: Mon, 09 Apr 2007 10:52:37 -0500
User-agent: Internet Messaging Program (IMP) H3 (4.0.2)

Quoting Bill Page <address@hidden>:

Gaby,

On April 8, 2007 7:14 PM you wrote:
...
Bill Page wrote:
| Perhaps I just screwed up the previous patch last night. The build
| completed this time but I did have to make the following additional
| patch:
|
| -bash-3.00$ svn diff src/sman/Makefile.pamphlet
| Index: src/sman/Makefile.pamphlet
| ===================================================================
| --- src/sman/Makefile.pamphlet  (revision 496)
| +++ src/sman/Makefile.pamphlet  (working copy)
| @@ -35,13 +35,13 @@
|  session_sources = session.c
|  session_SOURCES = $(addsuffix .pamphlet, $(session_sources))
|  session_objects = $(session_sources:.c=.$(OBJEXT))
| -session_LDADD = -L$(build_libdir) -lspad
| +session_LDADD = -L$(build_libdir) -lspad @axiom_c_runtime_extra@
|  session_DEPENDENCIES =
|
|  spadclient_sources = spadclient.c
|  spadclient_SOURCES = $(addsuffix .pamphlet, $(spadclient_sources))
|  spadclient_objects = $(spadclient_sources:.c=.$(OBJEXT))
| -spadclient_LDADD = -L$(build_libdir) -lspad
| +spadclient_LDADD = -L$(build_libdir) -lspad @axiom_c_runtime_extra@
|  spadclient_DEPENDENCIES =
|
|  sman_sources = sman.c

Yes, you're right.  Please commit that if you can.  Many thanks!


Yes, I could commit this change but I just noticed that I am using
autoconf-2.61 so 'build-setup.sh' produces a lot of "housekeeping"
changes in 'configure'. Do you want me to include the new onfigure
in the commit? Or will you update it later?

OK, I'll do it.

Thanks!

-- Gaby









reply via email to

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