| www.delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| From: | "Suhaib M. Siddiqi" <ssiddiqi AT inspirepharm DOT com> |
| To: | <cygwin AT sources DOT redhat DOT com> |
| Subject: | objdump |
| Date: | Sun, 13 Aug 2000 14:29:40 -0400 |
| Message-ID: | <GFECKJEBGCHOBLMKJBGMIEPNCBAA.ssiddiqi@inspirepharm.com> |
| MIME-Version: | 1.0 |
| X-Priority: | 3 (Normal) |
| X-MSMail-Priority: | Normal |
| X-Mailer: | Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) |
| Importance: | Normal |
| X-MimeOLE: | Produced By Microsoft MimeOLE V5.50.4133.2400 |
Not sure what is wrong but since Cygwin 1.1.4, I am having problems with
objdump.
Compiling XFree, while runing dllwrap, I get always
objdump: libX11.dll: no symbols
No code has changed in Xfree for building DLLs.
Anyone has any suggestions?
Suhaib
rm -f libPEX5.a
rm -f libPEX5.dll
if [ -f /tmp/DLL_BASE_COUNTER ]; then true; \
else echo 0x67000000 > /tmp/DLL_BASE_COUNTER; fi
dllwrap -s --def PEX5.def --output-lib libPEX5.a -o libPEX5.dll pl_convert.o
pl_
escape.o pl_font.o pl_free.o pl_lut.o pl_nameset.o
pl_oc_attr.o pl_oc_dec.o pl_oc_enc.o pl_oc_prim.o
pl_oc_st
r.o pl_oc_util.o pl_pc.o pl_pick.o pl_rdr.o
pl_sc.o
pl_startup.o pl_struct.o pl_util.o pl_wks.o
junk.o -L../../
exports/lib -lX11 -image-base `cat /tmp/DLL_BASE_COUNTER`
VERSION 6.0
VERSION 6.0
IMAGE_LENGTH=`objdump -x libPEX5.dll |awk '/SizeOfImage/ {print "0x"$2}'`; \
export IMAGE_LENGTH=`expr '(' \`printf %u $IMAGE_LENGTH\` / 65536 + 1 ')'
'*' 65
536` ; \
export IMAGE_BASE=`cat /tmp/DLL_BASE_COUNTER`; \
printf 0x%x `expr \`printf %u $IMAGE_BASE\` + $IMAGE_LENGTH` >
/tmp/DLL_BASE_COU
NTER
objdump: libPEX5.dll: no symbols
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
rm -f ../../exports/lib/libPEX5.a
cd ../../exports/lib && ln -s ../../lib/PEX5/libPEX5.a .
rm -f ../../exports/bin/libPEX5.dll
cd ../../exports/bin && cp ../../lib/PEX5/libPEX5.dll .
make[4]: Leaving directory `/g/cygwin-xfree/src/xc/lib/PEX5'
making all in lib/xkbfile...
make[4]: Entering directory `/g/cygwin-xfree/src/xc/lib/xkbfile'
rm -f xkbtext.o
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |