Return-Path: owner-postman
Received: from localhost (localhost [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id CAA18423 for postgres-redist; Wed, 22 Jun 1994 02:01:15 -0700
Resent-From: POSTGRES mailing list <postman@postgres.Berkeley.EDU>
Resent-Message-Id: <199406220901.CAA18423@nobozo.CS.Berkeley.EDU>
X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost didn't use HELO protocol
Sender: owner-postman@postgres.Berkeley.EDU
X-Return-Path: owner-postman
Received: from ks.mpi-dortmund.mpg.de (ks.mpi-dortmund.mpg.de [141.5.68.16]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id CAA18413 for <postgres@postgres.Berkeley.EDU>; Wed, 22 Jun 1994 02:00:45 -0700
Received: from dl.mpi-dortmund.mpg.de by ks.mpi-dortmund.mpg.de (4.1/SMI-4.1MHS-mpi-1.4.93)
	id AA11195; Wed, 22 Jun 94 11:00:13 +0200
Received: by dl.mpi-dortmund.mpg.de (4.1/SMI-4.1-mpi-30.3.93)
	id AA03601; Wed, 22 Jun 94 11:00:10 +0200
Date: Wed, 22 Jun 94 11:00:10 +0200
From: joerg.plewe@mpi-dortmund.mpg.de (J.Plewe)
Message-Id: <9406220900.AA03601@dl.mpi-dortmund.mpg.de>
To: postgres@postgres.Berkeley.EDU
Subject: Binding libs...
Resent-To: postgres-redist@postgres.Berkeley.EDU
Resent-Date: Wed, 22 Jun 94 02:01:15 -0700
Resent-XMts: smtp

Hello!

Last night I was playing around with some of the postgres demos
in order to find out some things which are very interesting 
for me.

Starting with circle.c I added further (graphical) functionality
to the output routine.
This made it necessary to link circle.o with a graphical lib.

And this is the point where I failed.

Using the load-command postgres either complains too few symbols,
when I have not linked circle.o with my lib;
or it complains about multiple defined symbols.

The problem I think is that some libs use symbols already used 
with postgres; in my case e.g. 'circf' and others.

So, do you think there is a possibility to use an arbitrary lib
together with postgres?
Is the a possibility e.g. to link circle.o in a way, that internal 
references are covered but only important symbols (circle_out) show
in the symboltable (some kind of a soft strip)?

I tried these things with postgres 4.2 on a linux system, but the
will arise anywhere, I think.



Thanks for any help,

- Joerg



*********************************************************************
Dipl. Phys. Joerg Plewe               joerg.plewe@mpi-dortmund.mpg.de
MPI fuer molekulare Physiologie
Rheinlanddamm 201
44139 Dortmund
Germany                               +49 (0)231 1206 384
*********************************************************************


==============================================================================
   To add/remove yourself to/from the POSTGRES mailing list: send mail with 
   the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU"

   If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and
   a human will deal with it.  DO NOT post to the "postgres" mailing list.
==============================================================================
