no answers? I really need it =/

On Sun, Sep 27, 2009 at 8:47 PM, Paulo Pinheiro <
[email protected]> wrote:

> Because of my lack of experience, i guess, i could'nt create de dylib here
> is my steps:
>
> $ ./configure --with-libtool=/usr/bin/libtool
> $ make depend
> $ make
> $ sudo make install
>
> it puts agar .a and .la files on /usr/local/lib and includes in includes
> folder, nothing much. I need help. Do i need to do something else to get the
> shared libraries?
>
> Below an example of the .la file and the ./configure output:
>
> libag_core.la:
>
> # libag_core.la - a libtool library file
> # Generated by ltmain.sh - GNU libtool 1.3.5 (1.385.2.206 2000/05/27
> 11:12:27)
> #
> # Please DO NOT delete this file!
> # It is necessary for linking the library.
>
> # The name that we can dlopen(3).
> dlname=''
>
> # Names of this library.
> library_names=''
>
> # The name of the static archive.
> old_library='libag_core.a'
>
> # Libraries that this one depends upon.
> dependency_libs=''
>
> # Version information for libag_core.
> current=1
> age=0
> revision=0
>
> # Is this an already installed library?
> installed=yes
>
> # Directory that this library needs to be installed in:
> libdir='/usr/local/lib'
>
> configure output:
>
> Host: Darwin-9.8.0-i386
> checking for a usable C compiler...yes
> checking for compiler warning options...yes
> checking for gcc...yes
> checking for IEEE754 floating point...yes
> checking __bounded__ attribute...no
> checking __format__ attribute...yes
> checking __nonnull__ attribute...yes
> checking __aligned__ attribute...yes
> checking __packed__ attribute...yes
> checking for long double...yes
> checking for long long...yes
> checking for cygwin environment...no
> checking for <sys/types.h>...yes
> checking for 64-bit types...yes
> checking for conflicting typedefs...no
> checking for <stdlib.h>...yes
> checking for <unistd.h>...yes
> checking for compatible <limits.h>...yes
> checking for compatible <float.h>...yes
> checking for the __progname variable...yes
> checking for free(NULL) is a no-op...yes
> checking for the C math library...yes
> checking for the C math library (C99)...yes
> checking for a getpwuid() function...yes
> checking for a getuid() function...yes
> checking for a getenv() function...yes
> checking for setenv() and unsetenv()...yes
> checking for a strsep() function...yes
> checking for the snprintf() function...yes
> checking for the vsnprintf() function...yes
> checking for a vasprintf() function...yes
> checking for MD5 functions...no
> checking for SHA1 functions...no
> checking for RMD160 functions...no
> checking for the X window system...yes
> checking for the signal() function...yes
> checking for setjmp() and longjmp()...yes
> checking for a strtoll() function...yes
> checking for a strtold() function...yes
> checking for AltiVec (with <altivec.h>)...no
> checking for AltiVec (without <altivec.h>)...no
> checking for byte order...
> checking for BIG_ENDIAN...no (test program failed)
> checking for LITTLE_ENDIAN...yes
> checking for dlopen() interface...yes
> checking for dyld interface...no
> checking for shl_load() interface...no
> checking for SDL (http://www.libsdl.org)...yes
> checking whether SDL works...yes
> checking for FreeType (http://www.freetype.org)...yes
> checking whether FreeType works...yes
> checking for OpenGL (http://www.opengl.org)...yes
> checking whether OpenGL works...yes
> checking for libjpeg 
> (ftp://ftp.uu.net/graphics/jpeg/)...ok<ftp://ftp.uu.net/graphics/jpeg/%29...ok>
> checking whether libjpeg works...yes
> checking for POSIX threads...yes
> checking for the X/Open Threads Extension...yes
> checking for PTHREAD_MUTEX_RECURSIVE...yes
> checking for PTHREAD_MUTEX_RECURSIVE_NP...no
> * Using existing includes
> *
> * Configuration successful.
> * Use "make depend" if you plan on editing the source code.
> * Use "make" and "make install" to build and install Agar.
> *
>
>
>
> On Sun, Sep 27, 2009 at 5:44 AM, Julien Nadeau <[email protected]>wrote:
>
>>
>> I've only tested it on powerpc, but it should be compiling dynamic
>> libraries by default. If the bundled libtool fails to produce them,
>> you can always use the system libtool (--with-libtool).
>>
>> On Sun, Sep 27, 2009 at 01:36:07AM -0300, Paulo Pinheiro wrote:
>> > Is there any easy way to compile AG dynamic ( .dylib, .so ...) on macosx
>> > intel?
>> >
>> > --
>> > Paulo Victor de Almeida Pinheiro
>> > ------------------------------
>> > Laboratório de Redes de Comunicação e  Segurança da Informação - LARCES
>> > Mestrado em Ciência da Computação - UECE
>>
>> > _______________________________________________
>> > Agar mailing list
>> > [email protected]
>> > http://libagar.org/lists.html
>>
>>
>
>
> --
> Paulo Victor de Almeida Pinheiro
> ------------------------------
> Laboratório de Redes de Comunicação e  Segurança da Informação - LARCES
> Mestrado em Ciência da Computação - UECE
>



-- 
Paulo Victor de Almeida Pinheiro
------------------------------
Laboratório de Redes de Comunicação e  Segurança da Informação - LARCES
Mestrado em Ciência da Computação - UECE
_______________________________________________
Agar mailing list
[email protected]
http://libagar.org/lists.html

Reply via email to