From owner-freebsd-questions Wed Jul 26 19:17:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from databoss.leth-theboss.com (databoss.theboss.net [206.191.102.8]) by hub.freebsd.org (Postfix) with ESMTP id 4A24C37BFEE for ; Wed, 26 Jul 2000 19:17:40 -0700 (PDT) (envelope-from chris@theboss.net) Received: from k5k5g7 ([206.191.102.232]) by databoss.leth-theboss.com (Netscape Mail Server v2.02) with SMTP id AAA25294 for ; Wed, 26 Jul 2000 20:16:57 -0600 Message-Id: <3.0.3.32.20000726201427.00685cac@theboss.net> X-Sender: chris@theboss.net (Unverified) X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.3 (32) Date: Wed, 26 Jul 2000 20:14:27 -0700 To: freebsd-questions@freebsd.org From: Chris Moline Subject: problems with include'd files Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi. I keep having problems whenever I install a library of some sort or other. Namely, whenever I do #include I get told that it can't be found or that it doesn't exist. If I give an absolute address or move the library files to the current directory the files will be found but every function I use will generate an undefined reference error. One of the libraries I am trying to use is qt. I have several progs that use it and they work quite well, so I don't think the problem is in the libraries. Any hints, suggestions about what the cause of the problem might be and how I can fix it? TIA, Chris Moline To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message