Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 1998 16:30:35 -0400 (EDT)
From:      Chuck Robey <chuckr@glue.umd.edu>
To:        Spike Gronim <spork@cncn.com>
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: New library.
Message-ID:  <Pine.BSF.3.96.980421162943.18524g-100000@localhost>
In-Reply-To: <Pine.BSF.3.96.980421162638.391B-100000@pigstuy>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 21 Apr 1998, Spike Gronim wrote:

> Hello.
> 
> 	I just got "Advanced Programming in the Unix Environment", by W.
> Richard Stevens. It is a great book, however it requires a special library
> (libmisc.a) to compile/run the programs in the book. I downloaded the
> source for said file and got it to compile. I now have a file,
> /home/spork/apue/libmisc.a, which I need the linker to recognize. 
> 
> 	How to I get the linker to look for this new file, so I can use
> the code in it? Please respond directly, as I am not on the list. Thank
> you. 
> 

cc -o yourprog yourprog.c -Lpath_to_libmisc -lmisc

> 
> 	-Spike Gronim
> 	 spork@cncn.com	
> 
> 
> 		"Hacker, n: One who hacks real good"
> 			--Computer Contradictionary
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-hackers" in the body of the message
> 
> 

----------------------------+-----------------------------------------------
Chuck Robey                 | Interests include any kind of voice or data 
chuckr@glue.umd.edu         | communications topic, C programming, and Unix.
213 Lakeside Drive Apt T-1  |
Greenbelt, MD 20770         | I run Journey2 and picnic, both FreeBSD
(301) 220-2114              | version 3.0 current -- and great FUN!
----------------------------+-----------------------------------------------





To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980421162943.18524g-100000>