Seemingly Basic Problem

2006-06-26 Thread Lee Reis
I'm trying to compile a program with Mac OS X Darwin, but eventually this happens: /bin/sh ../libtool --tag=CXX --mode=link g++ -o player -export- dynamic server.o -lm ../server/libplayerdrivers/ libplayerdrivers.la ../libplayercore/libplayercore.la ../ libplayercore/libplayererror.la ..

Re: Seemingly Basic Problem

2006-06-27 Thread Lee Reis
I'm not sure where those two pieces fit into what I'm doing. Maybe compile isn't the right word, I'm using "make" and that's when the error appears. Should I be putting libtool and some other commands with those two lines? Thanks for the help, Lee On Jun 27, 2006, at 3:39 AM, Francesco