[Bf-committers] Re: [Bf-blender-cvs] CVS commit: blender configure.ac blender/intern/SoundSystem Makefile.am SND_DependKludge.h (fwd)

John K. Walton bf-committers@blender.org
Tue, 16 Sep 2003 21:08:24 -0400 (EDT)


in the final link the end $LIBS are missing here is example of working
link:

gcc -g -O2 -funsigned-char -I/usr/freeware/include/SDL -D_SGI_MP_SOURCE -o
blender  -L/usr/freeware/lib32 -L/usr/freeware/lib
-L/usr/local/lib/python2.2/config source/.libs/libb
lender_source.al intern/bsp/.libs/libblender_BSP.al
intern/decimation/.libs/libblender_LOD.al
intern/ghost/.libs/libblender_GHOST.al
intern/string/.libs/libblender_STR.al intern
/guardedalloc/.libs/libblender_guardedalloc.al
intern/bmfont/.libs/libblender_BMF.al
intern/container/.libs/libblender_CTR.al
intern/memutil/.libs/libblender_MEM.al intern/iksol
ver/.libs/libblender_IK.al intern/moto/.libs/libblender_MT.al
intern/SoundSystem/.libs/libsoundsystem.al -lSDL -lpthread -lSDL -lpthread
-lpython2.2 -lm -lGLU -lGL -lX11 -lXext 
-lSDL -ljpeg -lpng -lpthread -ldl -lstdc++ -lz -lSDL -lpthread -lmovieGL
-lC -ldmedia -lcl


the link I get from the current CVS is missing the "-lmovieGL -lC -ldmedia
-lcl" parts. just figure out how to add them back in, and blender is up
and running auto*/gcc on irix once more!
once more!

Thank michel!
John

---------- Forwarded message ----------
Date: Tue, 16 Sep 2003 18:27:59 -0400 (EDT)
From: John K. Walton <walton@mrnutty.com>
Reply-To: bf-committers@blender.org
To: bf-committers@blender.org
Cc: bf-blender-cvs@blender.org
Subject: Re: [Bf-blender-cvs] CVS commit: blender configure.ac
    blender/intern/SoundSystem Makefile.am SND_DependKludge.h


Michel this fixed openal probem. now irix only link libs are lost
in final link again (ie -lc -lmovie, etc.....)
i'll try clean make/build to confirm tonight.

thanks!
John


On Tue, 16 Sep 2003, Michel Selten wrote:

> michel (Michel Selten) 2003/09/16 21:28:29 CEST
> 
>   Modified files:
>     .                    configure.ac 
>     blender/intern/SoundSystem Makefile.am SND_DependKludge.h 
>   
>   Log:
>   * Fix bug #390 - auto/gcc compile fails on irix:openal
>     OpenAL is now a configurable option again. The trick was to update the
>     SND_DependKludge not to #define/#undef anything when the auto* tools are
>     used.
>   
>   Revision  Changes    Path
>   1.54      +25 -4     blender/configure.ac
>   1.8       +17 -4     blender/intern/SoundSystem/Makefile.am
>   1.11      +6 -2      blender/intern/SoundSystem/SND_DependKludge.h
> _______________________________________________
> Bf-blender-cvs mailing list
> Bf-blender-cvs@blender.org
> http://www.blender.org/mailman/listinfo/bf-blender-cvs
> 

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
http://www.blender.org/mailman/listinfo/bf-blender-cvs