Re: [crisos] linking problem

[ Thread Index | Date Index | More lists.tuxfamily.org/crisos Archives ]


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.


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/