This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: XDR
- From: Toon Moene <toon at moene dot indiv dot nluug dot nl>
- To: Rikard Skelander <rikard at cs dot umu dot se>
- Cc: "gcc-help at gcc dot gnu dot org" <gcc-help at gcc dot gnu dot org>
- Date: Fri, 08 Aug 2003 15:00:03 +0200
- Subject: Re: XDR
- Organization: Moene Computational Physics, Maartensdijk, The Netherlands
- References: <oprthbu2t14ij748@mail.cs.umu.se>
Rikard Skelander wrote:
Hello
I wonder if I need to link with some special library in order to use
XDR:s in g77?
Yes. Unfortunately, this library isn't always called libxdr.a (in that
case it would suffice to all '-lxdr' at the end of the g77 statement).
You'll have to look through the system documentation ('apropos xdr') to
find out where these routines live.
Hope this helps,
--
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
GNU Fortran 95: http://gcc-g95.sourceforge.net/ (under construction)