HI<br><br>It must be something in my application, because i have successfully compiled an older version of my application, but the last version does&#39;t compile.<br>So, the problem is not the make file neither the mpich in the cluster.<br>
Any suggestion? <br><br><br><br>Thanks<br><br><div class="gmail_quote">2009/10/19 Luís Miranda <span dir="ltr">&lt;<a href="mailto:luistm@gmail.com">luistm@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Unfortunately that didn&#39;t help<br>Anyway, thanks for your help.<div><div></div><div class="h5"><br><br>Thanks<br><br><div class="gmail_quote">2009/10/19 Mário Costa <span dir="ltr">&lt;<a href="mailto:mario.silva.costa@gmail.com" target="_blank">mario.silva.costa@gmail.com</a>&gt;</span><br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt;From what I can see you are using dynamic compiling in your<br>
application, and I would guess that your mpich compilers have a<br>
default configuration to use static liking with the mpich libraries,<br>
you can check that with the mpichversion or similar command in the dir<br>
/opt/mpich/gnu/bin/ .<br>
<br>
If your application can compile statically try changing<br>
<br>
  OPT=-O3 -fPIC -D__IC_SMS to<br>
 OPT=-O3 -static -D__IC_SMS<br>
<br>
and<br>
<br>
LRT_LDFLAGS=-rdynamic $(OPT) to<br>
LRT_LDFLAGS= $(OPT)<br>
<br>
Hope this helps<br>
<div><div></div><div><br>
On Mon, Oct 19, 2009 at 2:58 PM, Luís Miranda &lt;<a href="mailto:luistm@gmail.com" target="_blank">luistm@gmail.com</a>&gt; wrote:<br>
&gt; This is the makefile i use:<br>
&gt;<br>
&gt; ARCH = $(shell uname)<br>
&gt; LEX=flex<br>
&gt; YACC=bison -d -v -t<br>
&gt; LEXLIB = -lfl<br>
&gt; DLLLIB = -ldl<br>
&gt; ifeq ($(ARCH),Darwin)<br>
&gt;   DLLLIB =<br>
&gt; endif<br>
&gt; ifeq ($(ARCH),OpenBSD)<br>
&gt;   DLLLIB =<br>
&gt; endif<br>
&gt;<br>
&gt; EXRINCLUDE=-I/export3/home/lmiranda/.usr/include/OpenEXR<br>
&gt; EXRLIBDIR=-L/export3/home/lmiranda/.usr/lib<br>
&gt;<br>
&gt; #EXRINCLUDE=-I/export3/home/lmiranda/Sources/par-pbrt/src/OpenEXR/include<br>
&gt; #EXRLIBDIR=-L/export3/home/lmiranda/Sources/par-pbrt/src/OpenEXR/liblinux<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; #EXRLIBS=$(EXRLIBDIR) -Bstatic -lIex -lIlmImf -lImath -lIex -lHalf -Bdynamic<br>
&gt; -lz<br>
&gt;<br>
&gt;<br>
&gt; ifeq ($(ARCH),Linux)<br>
&gt;   EXRLIBS += -lpthread<br>
&gt; endif<br>
&gt;<br>
&gt;<br>
&gt; #CC=gcc<br>
&gt; #CXX=g++<br>
&gt; #CC=/opt/mpich-mx/bin/mpicc<br>
&gt; #CXX=/opt/mpich-mx/bin/mpicxx<br>
&gt; #CC=/opt/mpich/intel/bin/mpiCC<br>
&gt; #CXX=/opt/mpich/intel/bin/mpicxx<br>
&gt; CC=/opt/mpich/gnu/bin/mpicc<br>
&gt; CXX=/opt/mpich/gnu/bin/mpicxx<br>
&gt;<br>
&gt; #CC=/export3/home/lmiranda/.opt/openmpi/bin/mpicc<br>
&gt; #CXX=/export3/home/lmiranda/.opt/openmpi/bin/mpicxx<br>
&gt;<br>
&gt; #CC=/export3/home/lmiranda/.opt/mpich2/bin/mpicc<br>
&gt; #CXX=/export3/home/lmiranda/.opt/mpich2/bin/mpicxx<br>
&gt;<br>
&gt;<br>
&gt; #CC= /opt/mpich/myrinet/gnu/bin/mpicc<br>
&gt; #CXX= /opt/mpich/myrinet/gnu/bin/mpicxx<br>
&gt; LD=$(CXX) $(OPT)<br>
&gt;<br>
&gt;<br>
&gt; #v0.4######################################<br>
&gt; #OPT=-O3 -fPIC<br>
&gt; OPT=-O3 -fPIC -D__IC_SMS<br>
&gt; #OPT=-O3 -fPIC -D__AU_L<br>
&gt; #OPT=-O3 -fPIC -pthread -D__AU_L_2T<br>
&gt; #OPT=-O3 -fPIC -pthread -D__AB_L_2T<br>
&gt; #OPT=-O3 -fPIC -D__AB_L<br>
&gt; #OPT=-O3 -fPIC  -D__OTA<br>
&gt;<br>
&gt; #v0.2.1 &amp; v0.3######################################<br>
&gt; #OPT=-O3 -fPIC   -D__IC_SMS<br>
&gt; #OPT=-O3 -fPIC -pthread -D__ALC<br>
&gt; #OPT=-O3 -fPIC  -D__AU<br>
&gt; #OPT=-O3 -fPIC -D__AU-L<br>
&gt;<br>
&gt; #OPT=-O3 -fPIC  -D__AB<br>
&gt; #OPT=-O3 -fPIC  -D__AB2<br>
&gt; #OPT=-O3 -fPIC -D__AB-L<br>
&gt;<br>
&gt;<br>
&gt; #OPT=-O3 -fPIC -D__AL<br>
&gt; #OPT=-O3 -fPIC -D__AL2<br>
&gt; #OPT=-O3 -fPIC -D__ALL<br>
&gt;<br>
&gt; #v0.2##############################################<br>
&gt; #OPT=-O3 -fPIC   -D__AB1<br>
&gt; #OPT=-O3 -fPIC   -lm -D__AB2<br>
&gt; #OPT=-O3 -fPIC   -lm -D__AU<br>
&gt; #OPT=-O3 -fPIC   -lm -D__AU2<br>
&gt; #OPT=-O3 -fPIC   -lm -D__LR<br>
&gt;<br>
&gt; #ORIGINAL#########################################<br>
&gt; #OPT=-O3 -fPIC<br>
&gt; #OPT=-O3<br>
&gt; # OPT=-O2 -msse -mfpmath=sse<br>
&gt; INCLUDE=-I. -Icore $(EXRINCLUDE)<br>
&gt; WARN=-Wall<br>
&gt; CWD=$(shell pwd)<br>
&gt; CXXFLAGS=$(OPT) $(INCLUDE) $(WARN)<br>
&gt; CCFLAGS=$(CXXFLAGS)<br>
&gt; LIBS=$(LEXLIB) $(DLLLIB) $(EXRLIBDIR) $(EXRLIBS) -lm<br>
&gt;<br>
&gt; SHARED_LDFLAGS = -shared<br>
&gt; LRT_LDFLAGS=-rdynamic $(OPT)<br>
&gt; #PBRTPRELINK=-Wl,--export-dynamic -Wl,-whole-archive<br>
&gt; #PBRTPOSTLINK=-Wl,-no-whole-archive<br>
&gt;<br>
&gt; ifeq ($(ARCH), Darwin)<br>
&gt;   OS_VERSION = $(shell uname -r)<br>
&gt;   SHARED_LDFLAGS = -flat_namespace -undefined suppress -bundle -noprebind<br>
&gt;   LRT_LDFLAGS=$(OPT) # -L/sw/lib<br>
&gt;   INCLUDE += -I/sw/include<br>
&gt;   WARN += -Wno-long-double<br>
&gt; endif<br>
&gt;<br>
&gt; ACCELERATORS = grid kdtree<br>
&gt; CAMERAS      = environment orthographic perspective<br>
&gt; CORE         = api camera color dynload exrio film geometry light material<br>
&gt; mc \<br>
&gt;                paramset parser primitive reflection sampling scene shape \<br>
&gt;                texture timer transform transport util volume pbrtparse<br>
&gt; pbrtlex<br>
&gt; FILM         = image<br>
&gt; FILTERS      = box gaussian mitchell sinc triangle<br>
&gt; INTEGRATORS  = directlighting emission irradiancecache \<br>
&gt;                path photonmap single whitted igi debug exphotonmap<br>
&gt; LIGHTS       = area distant goniometric infinite point projection spot<br>
&gt; infinitesample<br>
&gt; MATERIALS    = bluepaint brushedmetal clay felt \<br>
&gt;                glass matte mirror plastic primer \<br>
&gt;                shinymetal skin substrate translucent uber<br>
&gt; SAMPLERS     = bestcandidate lowdiscrepancy random stratified<br>
&gt; SHAPES       = cone cylinder disk heightfield hyperboloid loopsubdiv nurbs \<br>
&gt;                paraboloid sphere trianglemesh<br>
&gt; TEXTURES     = bilerp checkerboard constant dots fbm imagemap marble mix \<br>
&gt;                scale uv windy wrinkled<br>
&gt; TONEMAPS     = contrast highcontrast maxwhite nonlinear<br>
&gt; VOLUMES      = exponential homogeneous volumegrid<br>
&gt;<br>
&gt; RENDERER     = pbrt<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; RENDERER_OBJS     := $(addprefix objs/, $(RENDERER:=.o) )<br>
&gt; CORE_OBJS         := $(addprefix objs/, $(CORE:=.o) )<br>
&gt; CORE_LIB          := core/libpbrt.a<br>
&gt;<br>
&gt; SHAPES_DSOS       := $(addprefix bin/, $(SHAPES:=.so))<br>
&gt; MATERIALS_DSOS    := $(addprefix bin/, $(MATERIALS:=.so))<br>
&gt; LIGHTS_DSOS       := $(addprefix bin/, $(LIGHTS:=.so))<br>
&gt; INTEGRATORS_DSOS  := $(addprefix bin/, $(INTEGRATORS:=.so))<br>
&gt; VOLUMES_DSOS      := $(addprefix bin/, $(VOLUMES:=.so))<br>
&gt; TEXTURES_DSOS     := $(addprefix bin/, $(TEXTURES:=.so))<br>
&gt; ACCELERATORS_DSOS := $(addprefix bin/, $(ACCELERATORS:=.so))<br>
&gt; CAMERAS_DSOS      := $(addprefix bin/, $(CAMERAS:=.so))<br>
&gt; FILTERS_DSOS      := $(addprefix bin/, $(FILTERS:=.so))<br>
&gt; FILM_DSOS         := $(addprefix bin/, $(FILM:=.so))<br>
&gt; TONEMAPS_DSOS     := $(addprefix bin/, $(TONEMAPS:=.so))<br>
&gt; SAMPLERS_DSOS     := $(addprefix bin/, $(SAMPLERS:=.so))<br>
&gt;<br>
&gt; SHAPES_OBJS       := $(addprefix objs/, $(SHAPES:=.o))<br>
&gt; MATERIALS_OBJS    := $(addprefix objs/, $(MATERIALS:=.o))<br>
&gt; LIGHTS_OBJS       := $(addprefix objs/, $(LIGHTS:=.o))<br>
&gt; INTEGRATORS_OBJS  := $(addprefix objs/, $(INTEGRATORS:=.o))<br>
&gt; VOLUMES_OBJS      := $(addprefix objs/, $(VOLUMES:=.o))<br>
&gt; TEXTURES_OBJS     := $(addprefix objs/, $(TEXTURES:=.o))<br>
&gt; ACCELERATORS_OBJS := $(addprefix objs/, $(ACCELERATORS:=.o))<br>
&gt; CAMERAS_OBJS      := $(addprefix objs/, $(CAMERAS:=.o))<br>
&gt; FILTERS_OBJS      := $(addprefix objs/, $(FILTERS:=.o))<br>
&gt; FILM_OBJS         := $(addprefix objs/, $(FILM:=.o))<br>
&gt; TONEMAPS_OBJS     := $(addprefix objs/, $(TONEMAPS:=.o))<br>
&gt; SAMPLERS_OBJS     := $(addprefix objs/, $(SAMPLERS:=.o))<br>
&gt;<br>
&gt; RENDERER_BINARY = bin/pbrt<br>
&gt;<br>
&gt; CORE_HEADERFILES = api.h camera.h color.h dynload.h film.h geometry.h \<br>
&gt;                   kdtree.h light.h pbrt.h material.h mc.h mipmap.h octree.h<br>
&gt; \<br>
&gt;                   paramset.h primitive.h reflection.h sampling.h scene.h \<br>
&gt;                   shape.h texture.h timer.h tonemap.h transform.h<br>
&gt; transport.h \<br>
&gt;                   volume.h<br>
&gt;<br>
&gt; CORE_HEADERS := $(addprefix core/, $(CORE_HEADERFILES) )<br>
&gt;<br>
&gt; .SECONDARY: $(SHAPES_OBJS) $(MATERIALS_OBJS) $(LIGHTS_OBJS)<br>
&gt; $(INTEGRATORS_OBJS) \<br>
&gt;             $(VOLUMES_OBJS) $(ACCELERATORS_OBJS) $(CAMERAS_OBJS)<br>
&gt; $(FILTERS_OBJS) \<br>
&gt;             $(FILM_OBJS) $(TONEMAPS_OBJS) $(SAMPLERS_OBJS) $(TEXTURES_OBJS)<br>
&gt;<br>
&gt; .PHONY: tools exrcheck<br>
&gt;<br>
&gt; default: $(CORE_LIB) $(RENDERER_BINARY) $(INTEGRATORS_DSOS) $(VOLUMES_DSOS)<br>
&gt; $(FILM_DSOS) $(SHAPES_DSOS) $(MATERIALS_DSOS) $(LIGHTS_DSOS)<br>
&gt; $(ACCELERATORS_DSOS) $(CAMERAS_DSOS) $(SAMPLERS_DSOS) $(FILTERS_DSOS)<br>
&gt; $(TONEMAPS_DSOS) $(TEXTURES_DSOS) #tools<br>
&gt;<br>
&gt; tools: $(CORE_LIB)<br>
&gt;     (cd tools &amp;&amp; $(MAKE))<br>
&gt;<br>
&gt; $(CORE_LIB): $(CORE_OBJS)<br>
&gt;     @echo &quot;Building the core rendering library (libpbrt.a)&quot;<br>
&gt;     @ar rcs $(CORE_LIB) $(CORE_OBJS)<br>
&gt;<br>
&gt; bin/%.so: objs/%.o<br>
&gt;     @$(LD) $(SHARED_LDFLAGS) $^ -o $@<br>
&gt;<br>
&gt; objs/%.o: renderer/%.cpp $(CORE_HEADERS)<br>
&gt;     @echo &quot;Building the rendering binary (pbrt)&quot;<br>
&gt;     @$(CXX) $(CXXFLAGS) -o $@ -c $&lt;<br>
&gt;<br>
&gt; objs/%.o: core/%.cpp $(CORE_HEADERS)<br>
&gt;     @echo &quot;Compiling $&lt;&quot;<br>
&gt;     @$(CXX) $(CXXFLAGS) -o $@ -c $&lt;<br>
&gt;<br>
&gt; objs/%.o: core/%.c $(CORE_HEADERS)<br>
&gt;     @echo &quot;Compiling $&lt;&quot;<br>
&gt;     @$(CC) $(CCFLAGS) -o $@ -c $&lt;<br>
&gt;<br>
&gt; objs/%.o: shapes/%.cpp $(CORE_HEADERS)<br>
&gt;     @echo &quot;Building Shape Plugin \&quot;$*\&quot;&quot;<br>
&gt;     @$(CXX) $(CXXFLAGS) -o $@ -c $&lt;<br>
&gt;<br>
&gt; objs/%.o: integrators/%.cpp $(CORE_HEADERS)<br>
&gt;     @echo &quot;Building Integrator Plugin \&quot;$*\&quot;&quot;<br>
&gt;     @$(CXX) $(CXXFLAGS) -o $@ -c $&lt;<br>
&gt;<br>
&gt; objs/%.o: volumes/%.cpp $(CORE_HEADERS)<br>
&gt;     @echo &quot;Building Volume Plugin \&quot;$*\&quot;&quot;<br>
&gt;     @$(CXX) $(CXXFLAGS) -o $@ -c $&lt;<br>
&gt;<br>
&gt; objs/%.o: textures/%.cpp $(CORE_HEADERS)<br>
&gt;     @echo &quot;Building Texture Plugin \&quot;$*\&quot;&quot;<br>
&gt;     @$(CXX) $(CXXFLAGS) -o $@ -c $&lt;<br>
&gt;<br>
&gt; objs/%.o: materials/%.cpp $(CORE_HEADERS)<br>
&gt;     @echo &quot;Building Material Plugin \&quot;$*\&quot;&quot;<br>
&gt;     @$(CXX) $(CXXFLAGS) -o $@ -c $&lt;<br>
&gt;<br>
&gt; objs/%.o: lights/%.cpp $(CORE_HEADERS)<br>
&gt;     @echo &quot;Building Light Plugin \&quot;$*\&quot;&quot;<br>
&gt;     @$(CXX) $(CXXFLAGS) -o $@ -c $&lt;<br>
&gt;<br>
&gt; objs/%.o: accelerators/%.cpp $(CORE_HEADERS)<br>
&gt;     @echo &quot;Building Accelerator Plugin \&quot;$*\&quot;&quot;<br>
&gt;     @$(CXX) $(CXXFLAGS) -o $@ -c $&lt;<br>
&gt;<br>
&gt; objs/%.o: cameras/%.cpp $(CORE_HEADERS)<br>
&gt;     @echo &quot;Building Camera Plugin \&quot;$*\&quot;&quot;<br>
&gt;     @$(CXX) $(CXXFLAGS) -o $@ -c $&lt;<br>
&gt;<br>
&gt; objs/%.o: filters/%.cpp $(CORE_HEADERS)<br>
&gt;     @echo &quot;Building Filter Plugin \&quot;$*\&quot;&quot;<br>
&gt;     @$(CXX) $(CXXFLAGS) -o $@ -c $&lt;<br>
&gt;<br>
&gt; objs/%.o: tonemaps/%.cpp $(CORE_HEADERS)<br>
&gt;     @echo &quot;Building Tone Map Plugin \&quot;$*\&quot;&quot;<br>
&gt;     @$(CXX) $(CXXFLAGS) -o $@ -c $&lt;<br>
&gt;<br>
&gt; objs/%.o: film/%.cpp $(CORE_HEADERS)<br>
&gt;     @echo &quot;Building Film Plugin \&quot;$*\&quot;&quot;<br>
&gt;     @$(CXX) $(CXXFLAGS) -o $@ -c $&lt;<br>
&gt;<br>
&gt; objs/%.o: samplers/%.cpp $(CORE_HEADERS)<br>
&gt;     @echo &quot;Building Sampler Plugin \&quot;$*\&quot;&quot;<br>
&gt;     @$(CXX) $(CXXFLAGS) -o $@ -c $&lt;<br>
&gt;<br>
&gt; core/pbrtlex.cpp: core/pbrtlex.l<br>
&gt;     @echo &quot;Lex&#39;ing pbrtlex.l&quot;<br>
&gt;     @$(LEX) -o$@ core/pbrtlex.l<br>
&gt;<br>
&gt; core/pbrtparse.h core/pbrtparse.cpp: core/pbrtparse.y<br>
&gt;     @echo &quot;YACC&#39;ing pbrtparse.y&quot;<br>
&gt;     @$(YACC) -o $@ core/pbrtparse.y<br>
&gt;     @if [ -e core/pbrtparse.cpp.h ]; then /bin/mv core/pbrtparse.cpp.h<br>
&gt; core/pbrtparse.h; fi<br>
&gt;     @if [ -e core/pbrtparse.hpp ]; then /bin/mv core/pbrtparse.hpp<br>
&gt; core/pbrtparse.h; fi<br>
&gt;<br>
&gt; $(RENDERER_BINARY): $(RENDERER_OBJS) $(CORE_LIB)<br>
&gt;     @echo &quot;Linking $@&quot;<br>
&gt;     @$(CXX) $(LRT_LDFLAGS) -o $@ $(RENDERER_OBJS) $(PBRTPRELINK)<br>
&gt; $(CORE_OBJS) $(PBRTPOSTLINK) $(LIBS)<br>
&gt;<br>
&gt; clean:<br>
&gt;     rm -f */*.o */*.so */*.a bin/pbrt core/pbrtlex.[ch]*<br>
&gt; core/pbrtparse.[ch]*<br>
&gt;     (cd tools &amp;&amp; $(MAKE) clean)<br>
&gt;<br>
&gt; objs/exrio.o: exrcheck<br>
&gt;<br>
&gt; exrcheck:<br>
&gt;     @echo -n Checking for EXR installation...<br>
&gt;     @$(CXX) $(CXXFLAGS) -o exrcheck exrcheck.cpp $(LIBS) || \<br>
&gt;         (cat exrinstall.txt; exit 1)<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; 2009/10/19 Mário Costa &lt;<a href="mailto:mario.silva.costa@gmail.com" target="_blank">mario.silva.costa@gmail.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; Maybe if you can post the build script or part of it where you<br>
&gt;&gt; compile, and have the flag and library definition e could try to<br>
&gt;&gt; identify what might be wrong...<br>
&gt;&gt;<br>
&gt;&gt; Regards,<br>
&gt;&gt; Mario<br>
&gt;&gt;<br>
&gt;&gt; On Mon, Oct 19, 2009 at 2:40 PM, Luís Miranda &lt;<a href="mailto:luistm@gmail.com" target="_blank">luistm@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Well, thanks for the suggestion, but the problem is still happening.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Thanks<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; 2009/10/19 Mário Costa &lt;<a href="mailto:mario.silva.costa@gmail.com" target="_blank">mario.silva.costa@gmail.com</a>&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Hi,<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; The problem is that the irradiancecache.so library is dynamic, and you<br>
&gt;&gt; &gt;&gt; are using mpich static library version libpmpich++.a.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Either you are compiling with -static with gnu, or you are specifying<br>
&gt;&gt; &gt;&gt; the static library libpmpich++.a.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; If that is the case remove the -static flag from gnu compiler in the<br>
&gt;&gt; &gt;&gt; byuild script, or use -lmpich++ instead of the library ...<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Hope this helps,<br>
&gt;&gt; &gt;&gt; Regards,<br>
&gt;&gt; &gt;&gt; Mário<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On Mon, Oct 19, 2009 at 11:56 AM, Luís Miranda &lt;<a href="mailto:luistm@gmail.com" target="_blank">luistm@gmail.com</a>&gt;<br>
&gt;&gt; &gt;&gt; wrote:<br>
&gt;&gt; &gt;&gt; &gt; Hi<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; I&#39;m having this problem, when i try to compile my software in a<br>
&gt;&gt; &gt;&gt; &gt; rocks4.2<br>
&gt;&gt; &gt;&gt; &gt; cluster.<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; /usr/bin/ld: /opt/mpich/myrinet/gnu/lib/libpmpich++.a(intercepts.o):<br>
&gt;&gt; &gt;&gt; &gt; relocation R_X86_64_32S against `a local symbol&#39; can not be used when<br>
&gt;&gt; &gt;&gt; &gt; making<br>
&gt;&gt; &gt;&gt; &gt; a shared object; recompile with -fPIC<br>
&gt;&gt; &gt;&gt; &gt; /opt/mpich/myrinet/gnu/lib/libpmpich++.a: could not read symbols: Bad<br>
&gt;&gt; &gt;&gt; &gt; value<br>
&gt;&gt; &gt;&gt; &gt; collect2: ld returned 1 exit status<br>
&gt;&gt; &gt;&gt; &gt; make: *** [bin/irradiancecache.so] Error 1<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; A solution to the problem, isto to compile the mpich with<br>
&gt;&gt; &gt;&gt; &gt; CFLAGS=-fPIC,<br>
&gt;&gt; &gt;&gt; &gt; but<br>
&gt;&gt; &gt;&gt; &gt; i can&#39;t do this, becouse i&#39;m not the cluster&#39;s admin.<br>
&gt;&gt; &gt;&gt; &gt; Anyone knows any other workaround to the problem?<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Thanks<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt;&gt; &gt; mpich-discuss mailing list<br>
&gt;&gt; &gt;&gt; &gt; <a href="mailto:mpich-discuss@mcs.anl.gov" target="_blank">mpich-discuss@mcs.anl.gov</a><br>
&gt;&gt; &gt;&gt; &gt; <a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; --<br>
&gt;&gt; &gt;&gt; Mário Costa<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Laboratório Nacional de Engenharia Civil<br>
&gt;&gt; &gt;&gt; LNEC.CTI.NTIEC<br>
&gt;&gt; &gt;&gt; Avenida do Brasil 101<br>
&gt;&gt; &gt;&gt; 1700-066 Lisboa, Portugal<br>
&gt;&gt; &gt;&gt; Tel : ++351 21 844 3911<br>
&gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt; mpich-discuss mailing list<br>
&gt;&gt; &gt;&gt; <a href="mailto:mpich-discuss@mcs.anl.gov" target="_blank">mpich-discuss@mcs.anl.gov</a><br>
&gt;&gt; &gt;&gt; <a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; mpich-discuss mailing list<br>
&gt;&gt; &gt; <a href="mailto:mpich-discuss@mcs.anl.gov" target="_blank">mpich-discuss@mcs.anl.gov</a><br>
&gt;&gt; &gt; <a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; mpich-discuss mailing list<br>
&gt;&gt; <a href="mailto:mpich-discuss@mcs.anl.gov" target="_blank">mpich-discuss@mcs.anl.gov</a><br>
&gt;&gt; <a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; mpich-discuss mailing list<br>
&gt; <a href="mailto:mpich-discuss@mcs.anl.gov" target="_blank">mpich-discuss@mcs.anl.gov</a><br>
&gt; <a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
&gt;<br>
&gt;<br>
_______________________________________________<br>
mpich-discuss mailing list<br>
<a href="mailto:mpich-discuss@mcs.anl.gov" target="_blank">mpich-discuss@mcs.anl.gov</a><br>
<a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
</div></div></blockquote></div><br>
</div></div></blockquote></div><br>