delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2003/07/01/18:11:53

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
X-Originating-IP: [65.96.48.135]
X-Originating-Email: [mgainty AT hotmail DOT com]
From: "Martin Gainty" <mgainty AT hotmail DOT com>
To: <cygwin AT cygwin DOT com>, <elfyn AT cygwin DOT com>
Cc: <cygwin AT cygwin DOT com>
References: <Law10-OE47VlFvlRojT00011e7d AT hotmail DOT com> <Pine DOT CYG DOT 4 DOT 55 DOT 0307012250320 DOT 2836 AT ellixia>
Subject: Re: Dumb Question on GCC
Date: Tue, 1 Jul 2003 18:11:43 -0400
MIME-Version: 1.0
X-Priority: 3
X-MSMail-Priority: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Message-ID: <Law10-OE15T2NqFJ3sl00023a81@hotmail.com>
X-OriginalArrivalTime: 01 Jul 2003 22:11:39.0212 (UTC) FILETIME=[BE9438C0:01C3401D]

$ gcc SLPReg.c -L./ -llibcommonlibslp.a -llibcommonslpd.a
/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/ld:
cannot fi
nd -llibcommonlibslp.a
collect2: ld returned 1 exit status

I put c files, o.files, lib and all files local in same directory  and the
linker still cant find anything Is there any doc on how this works?

Thanks,
Martin

----- Original Message -----
From: "Elfyn McBratney" <elfyn AT cygwin DOT com>
To: "Martin Gainty" <mgainty AT hotmail DOT com>
Cc: <cygwin AT cygwin DOT com>
Sent: Tuesday, July 01, 2003 5:53 PM
Subject: Re: Dumb Question on GCC


> On Tue, 1 Jul 2003, Martin Gainty wrote:
>
> > GCC SlpReg.c
> >
/cygdrive/h/DOCUME~1/ADMINI~1/LOCALS~1/Temp/ccwParH7.o(.text+0x11d):SLPReg.c
> > : un
> > defined reference to `_SLPOpen'
> >
> > My header file refers to function SLPOpen not _SLPOpen
> > The .c file calls SLPOpen not _SLPOpen
>
> Meaning? You declare and define that function? Or you declare a library
> function? If the latter, you need to link in the library e.g.
>
>   $ gcc SlpReg.c -L/path/to/library/files -llib
>   (where the path after `-L' is searched for a library named `lib')
>
> > Where does the leading underscore come from ?
> > How do I shut it off the compiler from introducing leading _?
>
> That's how the linker referrs to the symbol name.
>
> Elfyn
> --
>
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:       http://cygwin.com/problems.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
>
>

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019