Re: [crisos] linking problem |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/crisos Archives
]
- To: crisos@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [crisos] linking problem
- From: Claudio <claudyus84@xxxxxxxxx>
- Date: Tue, 3 Jun 2008 20:24:20 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=8smH2PeMG45qmv+UPnebMXp4LUz+mZeoTbejco2PaN0=; b=EHpD3oim5OmRf5wpTr4yI1wDcBJmedTuKzlZ8fsf0zU4MqT59mRPpbAryZfXyyTvOkq5SSyHEWdi+h5+DRRDJAr9T7YDVg5CcqpC5uQ1XjZC43ik10DQ8Ik9iBzcyePnP+fAGK6EeKRTlshMDCzaOJXz7cZo9HNp04P6n0pP6aM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TdrXv096zhRBPiUojAFG88d5v9IrQ/W8dblgEkzBrOwrQ3CWN1fJd1dMSQw2+uj1XCD3uZoGUwebgqIWtzUZWuafdzx//TnlIrkDeKFLKhjtvj9VQqhRhJLNSNqCAcz/r+ZS7Mtn0/nyjp6M699Jt8sGtFnoipnh7GgeYbSrpZU=
Hi Richard,
2008/6/2 Richard <richard.workman@xxxxxxxxxxxxxxxx>:
> hey
>
> i am having a few problems compiling my own app using the SDKF. it depends
> on libcurl, so i have built this, and my makefile includes the following:
>
> define Build/Compile
> $(MAKE) -C $(PKG_BUILD_DIR) \zlib
> $(TARGET_CONFIGURE_OPTS) \
> CFLAGS="$(TARGET_CFLAGS) \
> -I$(STAGING_DIR)/usr/include \
> -L$(STAGING_DIR)/usr/lib"
> endef
>
> on compiling, i get a bunch of errors complaining about missing libraries
> required by libcurl (libssl, libcrypto, libz) but all of these are present
> in the $(STAGING_DIR)/usr/include folder.
>
I think that the missing libraries is related to missing package dir
and not the real object.
Do you have a warning like this one?
tmp/.config-package.in:12167:warning: 'select' used by config symbol
'PACKAGE_mm' refer to undefined symbol 'PACKAGE_libsqlite'
Please note that libssl, libcrypto and libz doesn't exist; instead
exist libopenssl and zlib
Regards
> what am i doing wrong?
>
--
Claudio
User linux #415284
- http://www.crisos.org/
---
CrisOs mailing list
Official multi-language http://www.crisos.org/ mailing list
For unsubscribe send empty mail to: crisos-request@xxxxxxxxxxxxxxxxxxx with subject unsubscribe.