Date: Sun, 18 Jun 1995 13:15:02 +0300 From: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) To: macgyver AT infinet DOT com Subject: Re: lib that's linked? Cc: djgpp AT sun DOT soe DOT clarkson DOT edu > Is there a way to find out what library is linked to the executable? > Specifically, I'm trying to find out when libgpp is linked into the > program. Because I'm trying to deal with GPL/LGPL. AFAIK, not directly. The easiest way to know is to try linking without -lgpp on the command line and see if ld complains about unresolved externals. This assumes, of course, that *you* are the person who does the link.