To: lablgtk at kaba.or.jp Subject: How to compile a lablgtk2 application statically? From: David MENTRE Organization: none Date: Sun, 10 Oct 2004 14:29:34 +0200 Message-ID: <87mzyu4uz5.fsf at linux-france.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: David Hello, I'm trying to compile my lablgtk2 application statically but I'm lost in the thousand of libraries needed for it. As anybody already done this and could give me some information? Here is below, after several iterations, the point I have arrived to. Several things I don't understand: - despite giving -lXcursor to the linker and having checked that the library is available on my system, ld does not want to link with it. $ ls -l /usr/lib/libXcursor.so.1* lrwxrwxrwx 1 root root 19 2004-04-28 19:05 /usr/lib/libXcursor.so.1 -> libXcursor.so.1.0.2 -rw-r--r-- 1 root root 33128 2004-04-19 23:28 /usr/lib/libXcursor.so.1.0.2 [...] /usr/bin/ld: cannot find -lXcursor collect2: ld returned 1 exit status - what is the library that contains png, jpeg and tiff code? - any idea how I can found missing libraries for: - FT_Get_BDF_Property like symbols? - XNextRequest symbol? - FcFontList like symbols? ocamlopt.opt -I srv -I bitv-0.5 -I net -I /usr/lib/ocaml/3.08/equeue-core -I /usr/local/lib/ocaml/3.08/rpc -I lablgtk2-clnt -I +lablgtk2 -thread -ccopt -static -ccopt -L/usr/lib -ccopt -L/usr/X11R6/lib -cclib -lglade-2.0 -cclib -lgtk-x11-2.0 -cclib -lxml2 -cclib -lpthread -cclib -lz -cclib -lgdk-x11-2.0 -cclib -latk-1.0 -cclib -lgdk_pixbuf-2.0 -cclib -lm -cclib -lpangoxft-1.0 -cclib -lpangox-1.0 -cclib -lpango-1.0 -cclib -lgobject-2.0 -cclib -lgmodule-2.0 -cclib -ldl -cclib -lglib-2.0 -cclib -lX11 -cclib -lXrandr -cclib -lXi -cclib -lXext -cclib -lXft -cclib -lfreetype -cclib -lfontconfig -cclib -lXrender -cclib -lpangoft2-1.0 -cclib -lexpat -o lablgtk2-clnt/demexp-lablgtk2-client \ unix.cmxa equeue.cmxa rpc.cmxa threads.cmxa str.cmxa \ lablgtk.cmxa lablglade.cmxa net/messages_aux.cmx net/messages_clnt.cmx net/messages_srv.cmx config.cmx lablgtk2-clnt/demexp_gladeui.cmx lablgtk2-clnt/clntflags.cmx lablgtk2-clnt/misc.cmx lablgtk2-clnt/pref.cmx lablgtk2-clnt/users.cmx lablgtk2-clnt/tags.cmx lablgtk2-clnt/newquestion.cmx lablgtk2-clnt/clsf.cmx lablgtk2-clnt/demexp-lablgtk2-client.cmx /usr/lib/libgmodule-2.0.a(gmodule.o)(.text+0x5d): In function `_g_module_open': : warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/lib/ocaml/3.08/libunix.a(getgr.o)(.text+0x115): In function `unix_getgrgid': : warning: Using 'getgrgid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/lib/ocaml/3.08/libunix.a(getgr.o)(.text+0xdc): In function `unix_getgrnam': : warning: Using 'getgrnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/lib/libgtk-x11-2.0.a(gtkfilesel.o)(.text+0x6d81): In function `get_pwdb': : warning: Using 'getpwent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/lib/libgtk-x11-2.0.a(gtkfilesel.o)(.text+0x57c8): In function `open_user_dir': : warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/lib/libglib-2.0.a(gutils.o)(.text+0xc54): In function `g_get_any_init': : warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/lib/libgtk-x11-2.0.a(gtkfilesel.o)(.text+0x6d7a): In function `get_pwdb': : warning: Using 'setpwent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/lib/libgtk-x11-2.0.a(gtkfilesel.o)(.text+0x6e70): In function `get_pwdb': : warning: Using 'endpwent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/lib/libglib-2.0.a(gutils.o)(.text+0xabe): In function `g_get_any_init': : warning: Using 'getpwuid_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/lib/libxml2.a(nanohttp.o)(.text+0x1729): In function `xmlNanoHTTPConnectHost': : warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/lib/ocaml/3.08/libunix.a(gethost.o)(.text+0x1d5): In function `unix_gethostbyaddr': : warning: Using 'gethostbyaddr_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/lib/libxml2.a(nanohttp.o)(.text+0x1834): In function `xmlNanoHTTPConnectHost': : warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/lib/ocaml/3.08/libunix.a(gethost.o)(.text+0x283): In function `unix_gethostbyname': : warning: Using 'gethostbyname_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/lib/ocaml/3.08/libunix.a(getproto.o)(.text+0xf4): In function `unix_getprotobynumber': : warning: Using 'getprotobynumber' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/lib/ocaml/3.08/libunix.a(getproto.o)(.text+0xbb): In function `unix_getprotobyname': : warning: Using 'getprotobyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/lib/ocaml/3.08/libunix.a(getserv.o)(.text+0xef): In function `unix_getservbyname': : warning: Using 'getservbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/lib/ocaml/3.08/libunix.a(getserv.o)(.text+0x139): In function `unix_getservbyport': : warning: Using 'getservbyport' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/lib/libgdk-x11-2.0.a(gdkcursor-x11.o)(.text+0x4dd): In function `create_cursor_image': : undefined reference to `XcursorImageCreate' /usr/lib/libgdk-x11-2.0.a(gdkcursor-x11.o)(.text+0x6e6): In function `gdk_cursor_new_from_pixbuf': : undefined reference to `XcursorImageLoadCursor' /usr/lib/libgdk-x11-2.0.a(gdkcursor-x11.o)(.text+0x6f0): In function `gdk_cursor_new_from_pixbuf': : undefined reference to `XcursorImageDestroy' /usr/lib/libgdk-x11-2.0.a(gdkcursor-x11.o)(.text+0x77c): In function `gdk_display_supports_cursor_alpha': : undefined reference to `XcursorSupportsARGB' /usr/lib/libgdk-x11-2.0.a(gdkcursor-x11.o)(.text+0x80c): In function `gdk_display_supports_cursor_color': : undefined reference to `XcursorSupportsARGB' /usr/lib/libgdk-x11-2.0.a(gdkcursor-x11.o)(.text+0x89c): In function `gdk_display_get_default_cursor_size': : undefined reference to `XcursorGetDefaultSize' /usr/lib/libgdk-x11-2.0.a(gdkscreen-x11.o)(.text+0x9c6): In function `check_xfree_xinerama': : undefined reference to `XineramaIsActive' /usr/lib/libgdk-x11-2.0.a(gdkscreen-x11.o)(.text+0x9f1): In function `check_xfree_xinerama': : undefined reference to `XineramaQueryScreens' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x17): In function `setup_png_transformations': : undefined reference to `png_get_bit_depth' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0xaa): In function `setup_png_transformations': : undefined reference to `png_get_IHDR' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0xd9): In function `setup_png_transformations': : undefined reference to `png_get_valid' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x121): In function `setup_png_transformations': : undefined reference to `png_read_update_info' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x15b): In function `setup_png_transformations': : undefined reference to `png_get_IHDR' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x1d5): In function `setup_png_transformations': : undefined reference to `png_get_channels' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x208): In function `setup_png_transformations': : undefined reference to `png_set_interlace_handling' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x215): In function `setup_png_transformations': : undefined reference to `png_set_gray_to_rgb' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x222): In function `setup_png_transformations': : undefined reference to `png_set_strip_16' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x234): In function `setup_png_transformations': : undefined reference to `png_set_expand' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x266): In function `png_simple_error_callback': : undefined reference to `png_get_error_ptr' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x410): In function `gdk_pixbuf__png_image_load': : undefined reference to `png_create_read_struct_2' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x425): In function `gdk_pixbuf__png_image_load': : undefined reference to `png_create_info_struct' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x455): In function `gdk_pixbuf__png_image_load': : undefined reference to `png_init_io' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x467): In function `gdk_pixbuf__png_image_load': : undefined reference to `png_read_info' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x52c): In function `gdk_pixbuf__png_image_load': : undefined reference to `png_read_image' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x53e): In function `gdk_pixbuf__png_image_load': : undefined reference to `png_read_end' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x55e): In function `gdk_pixbuf__png_image_load': : undefined reference to `png_get_text' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x58f): In function `gdk_pixbuf__png_image_load': : undefined reference to `png_destroy_read_struct' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x644): In function `gdk_pixbuf__png_image_load': : undefined reference to `png_destroy_read_struct' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x766): In function `gdk_pixbuf__png_image_begin_load': : undefined reference to `png_create_read_struct_2' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x790): In function `gdk_pixbuf__png_image_begin_load': : undefined reference to `png_create_info_struct' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x7c6): In function `gdk_pixbuf__png_image_begin_load': : undefined reference to `png_set_progressive_read_fn' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x7ec): In function `gdk_pixbuf__png_image_begin_load': : undefined reference to `png_destroy_read_struct' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x832): In function `gdk_pixbuf__png_image_begin_load': : undefined reference to `png_destroy_read_struct' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x868): In function `gdk_pixbuf__png_image_stop_load': : undefined reference to `png_destroy_read_struct' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x95e): In function `gdk_pixbuf__png_image_load_increment': : undefined reference to `png_process_data' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0xae8): In function `png_info_callback': : undefined reference to `png_get_progressive_ptr' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0xc3d): In function `png_info_callback': : undefined reference to `png_get_text' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0xd12): In function `png_row_callback': : undefined reference to `png_get_progressive_ptr' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0xdfd): In function `png_end_callback': : undefined reference to `png_get_progressive_ptr' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0xe26): In function `png_error_callback': : undefined reference to `png_get_error_ptr' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0xecc): In function `png_save_to_callback_write_func': : undefined reference to `png_get_io_ptr' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x1068): In function `real_save_png': : undefined reference to `png_create_write_struct' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x107b): In function `real_save_png': : undefined reference to `png_create_info_struct' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x10c0): In function `real_save_png': : undefined reference to `png_set_text' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x1101): In function `real_save_png': : undefined reference to `png_set_write_fn' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x1151): In function `real_save_png': : undefined reference to `png_set_IHDR' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x1177): In function `real_save_png': : undefined reference to `png_set_sBIT' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x1189): In function `real_save_png': : undefined reference to `png_write_info' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x1198): In function `real_save_png': : undefined reference to `png_set_shift' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x11a3): In function `real_save_png': : undefined reference to `png_set_packing' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x11d7): In function `real_save_png': : undefined reference to `png_write_rows' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x11f1): In function `real_save_png': : undefined reference to `png_write_end' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x1203): In function `real_save_png': : undefined reference to `png_destroy_write_struct' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0x128f): In function `real_save_png': : undefined reference to `png_init_io' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0xdd3): In function `png_row_callback': : undefined reference to `png_progressive_combine_row' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0xea5): In function `png_warning_callback': : undefined reference to `png_get_error_ptr' /usr/lib/libgdk_pixbuf-2.0.a(io-png.o)(.text+0xf0f): In function `png_save_to_callback_write_func': : undefined reference to `png_error' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0x4ed): In function `gdk_pixbuf__jpeg_image_load': : undefined reference to `jpeg_std_error' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0x553): In function `gdk_pixbuf__jpeg_image_load': : undefined reference to `jpeg_CreateDecompress' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0x5b4): In function `gdk_pixbuf__jpeg_image_load': : undefined reference to `jpeg_resync_to_restart' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0x5d7): In function `gdk_pixbuf__jpeg_image_load': : undefined reference to `jpeg_read_header' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0x5df): In function `gdk_pixbuf__jpeg_image_load': : undefined reference to `jpeg_start_decompress' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0x68b): In function `gdk_pixbuf__jpeg_image_load': : undefined reference to `jpeg_read_scanlines' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0x6c7): In function `gdk_pixbuf__jpeg_image_load': : undefined reference to `jpeg_finish_decompress' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0x6cf): In function `gdk_pixbuf__jpeg_image_load': : undefined reference to `jpeg_destroy_decompress' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0x706): In function `gdk_pixbuf__jpeg_image_load': : undefined reference to `jpeg_destroy_decompress' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0x783): In function `gdk_pixbuf__jpeg_image_load': : undefined reference to `jpeg_destroy_decompress' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0x8d8): In function `gdk_pixbuf__jpeg_image_begin_load': : undefined reference to `jpeg_CreateDecompress' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0x914): In function `gdk_pixbuf__jpeg_image_begin_load': : undefined reference to `jpeg_std_error' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0x954): In function `gdk_pixbuf__jpeg_image_begin_load': : undefined reference to `jpeg_resync_to_restart' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0xa0e): In function `gdk_pixbuf__jpeg_image_stop_load': : undefined reference to `jpeg_destroy_decompress' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0xa5a): In function `gdk_pixbuf__jpeg_image_stop_load': : undefined reference to `jpeg_finish_decompress' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0xc34): In function `gdk_pixbuf__jpeg_image_load_increment': : undefined reference to `jpeg_start_decompress' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0xc67): In function `gdk_pixbuf__jpeg_image_load_increment': : undefined reference to `jpeg_input_complete' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0xce2): In function `gdk_pixbuf__jpeg_image_load_increment': : undefined reference to `jpeg_read_scanlines' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0xd6a): In function `gdk_pixbuf__jpeg_image_load_increment': : undefined reference to `jpeg_finish_output' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0xd88): In function `gdk_pixbuf__jpeg_image_load_increment': : undefined reference to `jpeg_input_complete' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0xe48): In function `gdk_pixbuf__jpeg_image_load_increment': : undefined reference to `jpeg_start_output' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0xe7e): In function `gdk_pixbuf__jpeg_image_load_increment': : undefined reference to `jpeg_read_header' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0xec4): In function `gdk_pixbuf__jpeg_image_load_increment': : undefined reference to `jpeg_calc_output_dimensions' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0xeff): In function `gdk_pixbuf__jpeg_image_load_increment': : undefined reference to `jpeg_calc_output_dimensions' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0x1366): In function `real_save_jpeg': : undefined reference to `jpeg_std_error' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0x1395): In function `real_save_jpeg': : undefined reference to `jpeg_destroy_compress' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0x13e9): In function `real_save_jpeg': : undefined reference to `jpeg_CreateCompress' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0x1482): In function `real_save_jpeg': : undefined reference to `jpeg_set_defaults' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0x1498): In function `real_save_jpeg': : undefined reference to `jpeg_set_quality' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0x14a4): In function `real_save_jpeg': : undefined reference to `jpeg_start_compress' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0x1532): In function `real_save_jpeg': : undefined reference to `jpeg_write_scanlines' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0x155a): In function `real_save_jpeg': : undefined reference to `jpeg_finish_compress' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0x1562): In function `real_save_jpeg': : undefined reference to `jpeg_destroy_compress' /usr/lib/libgdk_pixbuf-2.0.a(io-jpeg.o)(.text+0x1597): In function `real_save_jpeg': : undefined reference to `jpeg_stdio_dest' /usr/lib/libgdk_pixbuf-2.0.a(io-tiff.o)(.text+0x57): In function `tiff_push_handlers': : undefined reference to `TIFFSetErrorHandler' /usr/lib/libgdk_pixbuf-2.0.a(io-tiff.o)(.text+0x68): In function `tiff_push_handlers': : undefined reference to `TIFFSetWarningHandler' /usr/lib/libgdk_pixbuf-2.0.a(io-tiff.o)(.text+0xb8): In function `tiff_pop_handlers': : undefined reference to `TIFFSetErrorHandler' /usr/lib/libgdk_pixbuf-2.0.a(io-tiff.o)(.text+0xc5): In function `tiff_pop_handlers': : undefined reference to `TIFFSetWarningHandler' /usr/lib/libgdk_pixbuf-2.0.a(io-tiff.o)(.text+0x197): In function `tifflibversion': : undefined reference to `TIFFGetVersion' /usr/lib/libgdk_pixbuf-2.0.a(io-tiff.o)(.text+0x254): In function `tiff_image_parse': : undefined reference to `TIFFGetField' /usr/lib/libgdk_pixbuf-2.0.a(io-tiff.o)(.text+0x2b4): In function `tiff_image_parse': : undefined reference to `TIFFGetField' /usr/lib/libgdk_pixbuf-2.0.a(io-tiff.o)(.text+0x465): In function `tiff_image_parse': : undefined reference to `_TIFFmalloc' /usr/lib/libgdk_pixbuf-2.0.a(io-tiff.o)(.text+0x496): In function `tiff_image_parse': : undefined reference to `TIFFReadRGBAImage' /usr/lib/libgdk_pixbuf-2.0.a(io-tiff.o)(.text+0x4f0): In function `tiff_image_parse': : undefined reference to `_TIFFfree' /usr/lib/libgdk_pixbuf-2.0.a(io-tiff.o)(.text+0x57d): In function `tiff_image_parse': : undefined reference to `_TIFFfree' /usr/lib/libgdk_pixbuf-2.0.a(io-tiff.o)(.text+0x716): In function `tiff_image_parse': : undefined reference to `TIFFReadRGBAImageOriented' /usr/lib/libgdk_pixbuf-2.0.a(io-tiff.o)(.text+0x9a2): In function `gdk_pixbuf__tiff_image_load': : undefined reference to `TIFFFdOpen' /usr/lib/libgdk_pixbuf-2.0.a(io-tiff.o)(.text+0xa48): In function `gdk_pixbuf__tiff_image_load': : undefined reference to `TIFFClose' /usr/lib/libgdk_pixbuf-2.0.a(io-tiff.o)(.text+0xd49): In function `gdk_pixbuf__tiff_image_stop_load': : undefined reference to `TIFFClientOpen' /usr/lib/libgdk_pixbuf-2.0.a(io-tiff.o)(.text+0xda0): In function `gdk_pixbuf__tiff_image_stop_load': : undefined reference to `TIFFClose' /usr/lib/libXft.a(xftdpy.o)(.text+0x6d6): In function `_XftDefaultInitBool': : undefined reference to `XGetDefault' /usr/lib/libXft.a(xftdpy.o)(.text+0x743): In function `_XftDefaultInitDouble': : undefined reference to `XGetDefault' /usr/lib/libXft.a(xftdpy.o)(.text+0x7b9): In function `_XftDefaultInitInteger': : undefined reference to `XGetDefault' /usr/lib/libfontconfig.a(fcfreetype.o)(.text+0x2b8): In function `FcGetPixelSize': : undefined reference to `FT_Get_BDF_Property' /usr/lib/libfontconfig.a(fcfreetype.o)(.text+0x750): In function `FcFreeTypeQuery': : undefined reference to `FT_Get_PS_Font_Info' /usr/lib/libfontconfig.a(fcfreetype.o)(.text+0xa42): In function `FcFreeTypeQuery': : undefined reference to `FT_Get_BDF_Property' /usr/lib/libfontconfig.a(fcfreetype.o)(.text+0xac4): In function `FcFreeTypeQuery': : undefined reference to `FT_Get_BDF_Property' /usr/lib/libfontconfig.a(fcfreetype.o)(.text+0xbe7): In function `FcFreeTypeQuery': : undefined reference to `FT_Get_BDF_Property' /usr/lib/libXrender.a(Xrender.o)(.text+0x1bc): In function `XRenderHasDepths': : undefined reference to `XNextRequest' /usr/lib/libpangoft2-1.0.a(pangofc-fontmap.o)(.text+0x5e0): In function `pango_fc_font_map_list_families': : undefined reference to `FcObjectSetBuild' /usr/lib/libpangoft2-1.0.a(pangofc-fontmap.o)(.text+0x5fd): In function `pango_fc_font_map_list_families': : undefined reference to `FcFontList' /usr/lib/libpangoft2-1.0.a(pangofc-fontmap.o)(.text+0x61a): In function `pango_fc_font_map_list_families': : undefined reference to `FcObjectSetDestroy' /usr/lib/libpangoft2-1.0.a(pangofc-fontmap.o)(.text+0x1906): In function `pango_fc_face_list_sizes': : undefined reference to `FcObjectSetCreate' /usr/lib/libpangoft2-1.0.a(pangofc-fontmap.o)(.text+0x1915): In function `pango_fc_face_list_sizes': : undefined reference to `FcObjectSetAdd' /usr/lib/libpangoft2-1.0.a(pangofc-fontmap.o)(.text+0x192f): In function `pango_fc_face_list_sizes': : undefined reference to `FcFontList' /usr/lib/libpangoft2-1.0.a(pangofc-fontmap.o)(.text+0x1a6a): In function `pango_fc_face_list_sizes': : undefined reference to `FcObjectSetDestroy' /usr/lib/libpangoft2-1.0.a(pangofc-fontmap.o)(.text+0x1d19): In function `pango_fc_family_list_faces': : undefined reference to `FcObjectSetBuild' /usr/lib/libpangoft2-1.0.a(pangofc-fontmap.o)(.text+0x1d60): In function `pango_fc_family_list_faces': : undefined reference to `FcFontList' /usr/lib/libpangoft2-1.0.a(pangofc-fontmap.o)(.text+0x1d77): In function `pango_fc_family_list_faces': : undefined reference to `FcObjectSetDestroy' collect2: ld a retourné 1 code d'état d'exécution Error during linking make: *** [lablgtk2-clnt/demexp-lablgtk2-client] Erreur 2 Yours, david -- pub 1024D/A3AD7A2A 2004-10-03 David MENTRE 5996 CC46 4612 9CA4 3562 D7AC 6C67 9E96 A3AD 7A2A