Re: Linking non-libtool libraries into a new backend?

Petter Reinholdtsen (pere@hungry.com)
Thu, 8 Apr 1999 12:09:51 +0200

[Graham Stoney]
> Now I know libtool is supposed to make life easier, but is there any
> way I can convince it to link my existing libraries in to the new
> backend?

The problem is not really non-libtool libraries. The problem is
non-dll libraries, which libtool tries to handle for you. The objects
included in a shared library _must_ be compiled as position
independent code (PIC). If you don't have this, you can not link it
with a shared library.

What kind of libraries are you trying to link in?

-- 
##>  Petter Reinholdtsen <##    | pere@td.org.uit.no
 O-  <SCRIPT Language="Javascript">window.close()</SCRIPT>
http://www.hungry.com/~pere/    | Go Mozilla, go! Go!

--
Source code, list archive, and docs: http://www.mostang.com/sane/
To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com