Getting expat compiled properly

Alex Martelli aleax at aleax.it
Fri Sep 7 06:03:02 EDT 2001


"Magnus Lie Hetland" <mlh at idi.ntnu.no> wrote in message
news:9na244$gc0$1 at tyfon.itea.ntnu.no...
    ...
> > I see (I did not take your previous statement that there might be a
> > libexpat.so somewhere for definite). In that case, specifying the full
> > libexpat.a path to the linker (instead of using a -l option) will do
> > the trick.
>
> OK. That's useful to know... But how do I express that instead of
> using -l? Can I use -L? Or?

Just give the full path to libexpat.a, including this very
name and extension, as you would give it to a whatever.o file.
No switch needed -- non-option arguments to the linker are
paths to object OR library files.


Alex






More information about the Python-list mailing list