From: canete@acebuche.fie.us.es (José Miguel Cañete Valdeón)
Subject: Linking Libraries
10 Jan 1997 13:39:48 -0800
Sender: daemon@cygnus.com
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <32D65F26.5FAF.cygnus.gnu-win32@acebuche.fie.us.es>
Reply-To: canete@acebuche.fie.us.es
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.01 (WinNT; I)
Original-To: gnu-win32@cygnus.com
Original-Sender: owner-gnu-win32@cygnus.com

Hello Everybody.
I'm trying to link an import library (libcrtdll.a) for a dll
(crtdll.dll) to an object file obj.o. The problem is that I try with:
        ld obj.o -lcrtdll
and the linker returns an error: Cannot open -lcrtdll: not such file or
directory.
I have already set the variables PATH and GCC_EXEC_PREFIX to their
correct values.
Does anyone knows what am I doing wrong?

		Thanks and Happy New Year to Everybody
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
