Changes http://wiki.axiom-developer.org/AxiomMail/diff -- Xin Li wrote: > Changes http://wiki.axiom-developer.org/AxiomMail/diff > -- > Dear all, > > I just updated my FC3 to FC5. > But I can't compile Axiom, neither GCL2.6.7 alone. > I also found a rpm package of GCL2.6.7 for FC5, but it's not working at all. > It's there already a solution to solve this problem? > > Thanks a lot > > Xin > > -- > forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED] > > Xin
Here is a copy of my adventures. Unfortunately I have to go to work, and can't help until tonight. I am using FC5/axiom successfully now. Ray _______________________________________ As I mentioned: I forgot somethings Lack of this causes the build to fail; although the runtime didn't seem to care. I probably didn't test enough. echo 0 >/proc/sys/kernel/randomize_va_space reboot reset it??? But, as I said, it still ran. Because I did testing under the build directory after "make install", the real chmod should be chmod a+x /usr/lib/axiom/bin/htsearch Ray Raymond E. Rogers wrote: > > Finally got around to getting it running. > > Below is how to get a working version; except.... > > The text entry in the browser window doesn't seem to work and doesn't > > report errors(: and htsearch permissions aren't set to execute. There > > is probably a make error I missed. If somebody doesn't give me a hint I > > will save the make output and examine it. I usually do that, but > > neglected this time since it's so strange. > > BTW: presume I have forgotten or mistyped something; you will have a > > happier life. > > > > Ray > > > > ****************** > > I can package this up in a bash script if wanted. But I hope most of it > > will go away. The Makefile.pamphlet will be updated; and the libXpm.a > > will go into the release. > > In other words look around a little before using these instructions; > > make sure they make sense at the time and date you are using them. > > > > If somebody wants I can edit the Makefile.pamphlet to retarget X11 paths > > for FC5. > > > > ******************** > > > > To get a functioning axiom on Fedora 5 as of 4/10/06 > > ***************** > > root > > libXpm.a is missing from the DVD install > > get libXpm from > > http://mirror.mcs.anl.gov/fedora-linux-core/5/source/SRPMS/ > > do a build and install. Of course it goes to different place, > > Apparently they changed to X11R7 and put it in /usr/local/lib/ > > for now: > > ln -s /usr/local/lib/libXpm.a /usr/X11R6/lib/libXpm.a > > > > > > go to some convenient directory and > > make sure to mv any old axiom; a bad previous compile gummed up the cvs > > > > cvs -z3 -d:pserver:[EMAIL PROTECTED]:/sources/axiom co axiom > > (my editor wrapped the last line) > > > > cd axiom > > ../configure > > make > > should build and test > > make install > > > > cd /usr/src/axiom/mnt/linux/bin > > chmod a+x htsearch > > > > > > user home: .bashrc , or /etc/profile or /etc/bashrc > > PATH=$PATH:/usr/local/axiom/mnt/linux/bin > > > > > > > > _______________________________________________ > > Axiom-developer mailing list > > [email protected] > > http://lists.nongnu.org/mailman/listinfo/axiom-developer > > > > -- forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]
