Xref: utzoo comp.lang.c++:13100 comp.std.c++:862 gnu.g++.announce:16 gnu.g++.help:729 gnu.g++.lib.bug:521 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!think.com!snorkelwacker.mit.edu!ai-lab!ai.mit.edu!gnulists From: bmassey@tygart.cerc.wvu.wvnet.edu (James Brian Massey) Newsgroups: comp.lang.c++,comp.std.c++,gnu.g++.announce,gnu.g++.help,gnu.g++.lib.bug Subject: makefiles for g++ Message-ID: <1639@babcock.cerc.wvu.wvnet.edu> Date: 25 Apr 91 13:59:52 GMT Followup-To: poster Lines: 16 Approved: info-gnu@prep.ai.mit.edu To: gnu-g++-announce@rutgers.edu I have a program that I want to place in a multi-user environment that is written in c++. I need to create a library out of this so it can be connected to a previously implemented blackboard which was coded in C, placed in a different directory. At this point I can create the library out of the c++ and it is recognizable by the blackboard. The problems I am having is that the library does not recognize a function call, the function being part of the blackboard, and all the compiling of the library I do on the command line, which is very tedious. The c++ files are compiled using g++. Any examples of a makefile to create a library of C++ files compiled with g++ and suggestions on how to recognize a the function call within the library contained in blackboard directory would be greatly appreciated. Thank You, Brian Massey