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: Bill Page
Subject: RE: [Axiom-developer] FW: Axiom on Solaris 10.2 x86
Date: Mon, 9 Apr 2007 01:39:29 -0400

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?

Regards,
Bill Page.






reply via email to

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