[crisos] linking problem

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


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) \
        $(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.

what am i doing wrong?


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