Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'linker'

2075638 - Linker-Cflags: c cflags linker
  1. On Mon, 20 Feb 2006, Matthew "Zashi" Hiles wrote:
  2. > /tmp/fakeroot/curl-7.15.1/lib/transfer.c:2226: undefined reference to 
> `__imp__curl_easy_strerror'
  3. Allow me to quote the FAQ (http://curl.haxx.se/docs/faq.html#5.7)
  4.    When building an application that uses the static libcurl library, you must 
   add -DCURL_STATICLIB to your CFLAGS. Otherwise the linker will look for 
   dynamic import symbols. If you get linker error like "unknown symbol 
   __imp__curl_easy_init ..." you have linked against the wrong (static) 
   library. If you want to use the libcurl.dll and import lib, you don't need 
   any extra CFLAGS, but use one of the import libraries below.
  5.  
  6. In the process of learning tinyos i have discovered that I am totally clueless about makefiles.
  7. there are many optional compile time features that can be used by way of declaring preprocessor variables
  8. to use them you have to do things like
  9.  
1266639 - CrossAppUrlHelper for sf 1.1: cross app symfony linker
  1. <?php
  2. /**
  3.  * @author Olivier Mansour
  4.  * @source http://www.glagla.org/weblog/2008/07/24/liens-inter-applications-avec-symfony-11/
  5.  */
  6.  
  7. /**
  8.  * return an url for a given symfony application and an internal url
  9.  
fantasy-obligation