Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 1998 06:02:01 -0700
From:      "David O'Brien" <obrien@NUXI.com>
To:        freebsd-ports@FreeBSD.ORG
Subject:   linker help needed for a port
Message-ID:  <19980521060201.A1350@nuxi.com>

next in thread | raw e-mail | index | archive | help
For some reason, I'm now getting this error when trying to compile the
ncftp3 port:

cc -fpic -O2 -W -Wall -Wimplicit -Wstrict-prototypes -Wmissing-prototypes
-DSTRNP_ZERO_PAD=0 -DSTRN_ZERO_PAD=1 version.c -c -o version.so
/bin/rm -f libStrn.so.1
gcc -shared -Wl,-x -o libStrn.so.1 `lorder Strncpy.so Strncat.so
Strntok.so Strnpcpy.so Strnpcat.so strtokc.so version.so | tsort -q`
ld: No reference to __DYNAMIC
*** Error code 1


What is this reference to "__DYNAMIC"?  I can't find any real changes to
``ld'' in -STABLE.  Should I use the "-r" option to ``ld''?

-- 
-- David    (obrien@NUXI.com  -or-  obrien@FreeBSD.org)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980521060201.A1350>