Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA04347; Mon, 15 Feb 93 18:24:28 -0800
Message-Id: <9302160224.AA04347@postgres.Berkeley.EDU>
From: scollins@wpi.WPI.EDU (Suppasak Collins)
Subject: Creating one .o file?
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
To: postgres@postgres.Berkeley.EDU
Date: Mon, 15 Feb 1993 21:24:54 -0500 (EST)
X-Mailer: ELM [version 2.4 PL3]
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Length: 587       


 Hi,
 	I'm having a problem on a project that I'm working on.  My code
 for user defined types are divided up into many .o files and I'm
 having problems (link error in PostGres while using 'load' command) when
 a function from one .o file calls a function in another .o file that
 has been previously loaded.
 
 	My question:  is there a way around this problem without putting 
 all my code into one C file and compiling it?  Or maybe there's a way
 of compiling a bunch of C files and creating one .o file?
 
 	Any suggestions?  Thank you very much for your time.
 
 -Art Collins
 

