libtool
[Top][All Lists]
Advanced

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

Re: univel support?


From: Peter Eisentraut
Subject: Re: univel support?
Date: Thu, 30 Aug 2001 22:27:02 +0200 (CEST)

Don Anderson writes:

> Does anyone know about 'univel'?

I don't, but the project I help develop (PostgreSQL) has shared library
support for univel from way back when.  The following flags are used:

export-dynamic flag:    -Wl,-Bexport
shared library suffix:  .so
pic flag:               -K PIC
link command:           $(LD) -G -Bdynamic -o $@ $<
(There's also a -z text used in some cases.)

All in all it looks like standard SysV material.  You should be able to
copy most of the configuration from, say, Unixware.

-- 
Peter Eisentraut   address@hidden   http://funkturm.homeip.net/~peter




reply via email to

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