"Bill Page" <[EMAIL PROTECTED]> writes: | Gaby, | | On April 8, 2007 2:13 PM you wrote: | > ... | > "Bill Page" <[EMAIL PROTECTED]> 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 _______________________________________________ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/mailman/listinfo/axiom-developer