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

RE: Seemingly Basic Problem

2006-06-27 Thread Francesco Calimeri
try adding -L/sw/lib just before "-lltdl" in your command line (order is important). f Original Message From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lee Reis Sent: Monday, June 26, 2006 5:39 PM To: libtool@gnu.org Subject: Seemingly Basic Problem > I'm tryin