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: Gabriel Dos Reis
Subject: Re: [Axiom-developer] FW: Axiom on Solaris 10.2 x86
Date: 08 Apr 2007 18:13:55 -0500

"Bill Page" <address@hidden> writes:

| Gaby,
| 
| On April 8, 2007 2:13 PM you wrote:
| > ... 
| > "Bill Page" <address@hidden> writes:
| > | 
| > | Sorry, the earlier patch also did not work on 'i386-pc-solaris2.10'.
| > | The same error as before. No -lsocket was added to the gcc command.
| > 
| > Huh.  It was added on my machine and compiler-link failed
| > precisely because the system ld could not find -lsocket.  I have
| > special cased solaris.  The build was OK on both i686-suse-linux
| > and x86_64-suse-linux.  If your build fails, please send me again
| > your config.log. 
| 
| 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!

-- Gaby




reply via email to

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