axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] Compile errors on Axiom 2004-11-15


From: Meino Christian Cramer
Subject: Re: [Axiom-developer] Compile errors on Axiom 2004-11-15
Date: Sat, 18 Dec 2004 12:30:42 +0100 (CET)

From: Camm Maguire <address@hidden>
Subject: Re: [Axiom-developer] Compile errors on Axiom 2004-11-15
Date: 17 Dec 2004 18:58:11 -0500

Greetings !  :)

 Ok, I did the build with the two changes and it works well.

 I installed it with:

   sudo make INSTALL=/usr/axiom COMMAND=/usr/bin/xiom install

 as described in the README
 
 and typed

   xiom

 on the commandline, which gaves me back this one:

   /usr/bin/xiom: line 7: /usr/axiom/mnt//bin/clef: No such file or directory

 The  I looked into that place and found:


    -rwxr-xr-x   1 mccramer users       34188 Dec 18 10:55 
/usr/axiom/mnt/linux/bin/clef

 So...what is going wrong here again ?

 Regards,
 Meino


> Greetings!
> 
> You guys are so fast!  I concur -- the patch on the GCL errata page is
> the ticket to the immediate problem below, but configuring with
> --disable-statsysbfd --enable-locbfd should be an option out of the
> box.
> 
> Take care,
> 
> Stephen Wilson <address@hidden> writes:
> 
> > Hello,
> > 
> > I recall a more recent posting from Camm:
> > 
> >   http://lists.gnu.org/archive/html/axiom-developer/2004-11/msg00098.html
> > 
> > This posting gives a few patches to the gcl sources which should allow
> > it to compile with respect to a recent bfd. These patches involve the
> > precise files and bfd structures which caused Meino's build to choke.
> > Apparently the patches are available on gcl's errata page as well.
> > 
> > There is still the option of configuring gcl to build against its own
> > bfd library. In lsp/Makefile.pamphlet, about line 340, you will find
> > the following stanza starting as:
> > 
> >  ========================================================================
> > <<gclConfigureMake>>=
> >         @(cd ${GCLVERSION} ; \
> >         ./configure --enable-vssize=65536*2 --enable-statsysbfd     
> > --enable-maxpage=128*1024 ; \
> >  ========================================================================
> > 
> > Where you can change the options to configure. You could try
> > `--disable-statsysbfd --enable-locbfd' thus:
> > 
> >  ========================================================================
> > <<gclConfigureMake>>=
> >         @(cd ${GCLVERSION} ; \
> >         ./configure --enable-vssize=65536*2 --disable-statsysbfd 
> > --enable-locbfd \
> >     --enable-maxpage=128*1024 ; \
> >  ========================================================================
> > 
> > Cheers,
> > Steve
> > 
> > 
> > On Fri, Dec 17, 2004 at 12:36:32PM -0500, Bill Page wrote:
> > > Hi,
> > > 
> > > I am sorry. I hate when people who do that to me... :)
> > > 
> > > Maybe this entry in the archive will be of some help?
> > > 
> > > http://lists.gnu.org/archive/html/axiom-developer/2004-06/msg00279.html
> > > 
> > > Regards,
> > > Bill Page.
> > > 
> > > > -----Original Message-----
> > > > From: Meino Christian Cramer [mailto:address@hidden 
> > > > Sent: Friday, December 17, 2004 12:28 PM
> > > > To: address@hidden
> > > > Cc: address@hidden; address@hidden; 
> > > > address@hidden
> > > > Subject: Re: [Axiom-developer] Compile errors on Axiom 2004-11-15
> > > > 
> > > > 
> > > > From: "Bill Page" <address@hidden>
> > > > Subject: RE: [Axiom-developer] Compile errors on Axiom 2004-11-15
> > > > Date: Fri, 17 Dec 2004 11:44:14 -0500
> > > > 
> > > > Bill,
> > > > 
> > > >  for what patterns/keywords should I look for in those mailing lists?
> > > > 
> > > >  With "gcl", "build" I got far too many hits.
> > > > 
> > > >  Could you give a little more detailed hellp other than "search in
> > > >  the mailing lists?"
> > > > 
> > > >  Regards,
> > > >  Meino Cramer
> > > > 
> > > > 
> > > > > Meino,
> > > > > 
> > > > > This is a GCL build problem. I think the usual solution that
> > > > > Camm would suggest is to repeat the build specifying the
> > > > > locbfd option in the GCL configure step. You can do that by
> > > > > editing the file lsp/Makefile.pamphlet. This causes GCL to
> > > > > build it's own library rather than depending on the one supplied
> > > > > by the system. Check the axiom-developer and/or gcl email
> > > > > archives for details.
> > > > > 
> > > > > Regards,
> > > > > Bill Page.
> > > > > 
> > > > > > -----Original Message-----
> > > > > > From: 
> > > > > > address@hidden 
> > > > > > [mailto:address@hidden
> > > > > > .org] On Behalf Of Meino Christian Cramer
> > > > > > Sent: Friday, December 17, 2004 10:22 AM
> > > > > > To: address@hidden
> > > > > > Cc: address@hidden; address@hidden
> > > > > > Subject: Re: [Axiom-developer] Compile errors on Axiom 2004-11-15
> > > > > > 
> > > > > > 
> > > > > > Hi Martin,
> > > > > > 
> > > > > >  thanks for the reply :)
> > > > > > 
> > > > > >  Here is my configuration:
> > > > > > 
> > > > > >  ----------------------------------------------------------
> > > > > >          libbfd.so (libc6) => /usr/lib/libbfd.so
> > > > > >          libbfd-2.15.91.0.1.so (libc6) => 
> > > > > > /usr/lib/libbfd-2.15.91.0.1.so
> > > > > >          libbfd-2.15.90.0.1.1.so (libc6) => 
> > > > > > /usr/lib/libbfd-2.15.90.0.1.1.so
> > > > > >  ----------------------------------------------------------
> > > > > >  -rw-r--r--  1 root 2206246 Oct 30 19:57 
> > > > > > /usr/lib/libbfd-2.15.90.0.1.1.so
> > > > > >  -rwxr-xr-x  1 root 607226 May 30  2004 
> > > > /usr/lib/libbfd-2.15.91.0.1.so
> > > > > >  lrwxrwxrwx  1 root 21 May 30  2004 /usr/lib/libbfd.so -> 
> > > > > > libbfd-2.15.91.0.1.so
> > > > > >  ----------------------------------------------------------
> > > > > > 
> > > > > > Kind regards,
> > > > > >  Meino
> > > > > > 
> > > > > >  
> > > > > > 
> > > > > > > It looks like there is a problem with bfd. (whatever this 
> > > > > > is) Most probably, Camm Maguire will be able to help. What
> > > > > > version of bfd do you have? Look for something like
> > > > > > > 
> > > > > > > /usr/lib/libbfd-2.14.90.0.5.so
> > > > > > > 
> > > > > > > Sorry for the inconvenience,
> > > > > > > 
> > > > > > > Martin
> > > > > > > 
> > > > > 
> > > > 
> > > 
> > > 
> > > 
> > > _______________________________________________
> > > Axiom-developer mailing list
> > > address@hidden
> > > http://lists.nongnu.org/mailman/listinfo/axiom-developer
> > 
> > 
> > 
> 
> -- 
> Camm Maguire                                          address@hidden
> ==========================================================================
> "The earth is but one country, and mankind its citizens."  --  Baha'u'llah
> 




reply via email to

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