<br>Hi!<br><br>I&#39;m new in this world, and I&#39;m trying to install Petsc in order to develop my final studies project. I have received a few error messages and I have tried to study the configure.log file:<br><br><div style="margin-left: 40px;">
<font size="1"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Popping language C</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">*********************************************************************************</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UNABLE to CONFIGURE with GIVEN OPTIONS&nbsp;&nbsp;&nbsp;&nbsp;(see configure.log for details):</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">---------------------------------------------------------------------------------------</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Downloaded mpi could not be used. Please check install in /new/proyecto/PETSc/petsc-2.3.3-p8/externalpackages/mpich2-1.0.5p4/linux-gnu-c-debug</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">*********************************************************************************</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;File &quot;./config/configure.py&quot;, line 190, in petsc_configure</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;framework.configure(out = sys.stdout)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;File &quot;/home/ubuntu/Escritorio/PETSc/petsc-2.3.3-p8/python/BuildSystem/config/framework.py&quot;, line 878, in configure</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;child.configure()</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;File &quot;/home/ubuntu/Escritorio/PETSc/petsc-2.3.3-p8/python/BuildSystem/config/package.py&quot;, line 380, in configure</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;self.executeTest(self.configureLibrary)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;File &quot;/home/ubuntu/Escritorio/PETSc/petsc-2.3.3-p8/python/BuildSystem/config/base.py&quot;, line 93, in executeTest</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;return apply(test, args,kargs)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;File &quot;/home/ubuntu/Escritorio/PETSc/petsc-2.3.3-p8/python/BuildSystem/config/packages/MPI.py&quot;, line 548, in configureLibrary</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;config.package.Package.configureLibrary(self)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;File &quot;/home/ubuntu/Escritorio/PETSc/petsc-2.3.3-p8/python/BuildSystem/config/package.py&quot;, line 331, in configureLibrary</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;for location, directory, lib, incl in self.generateGuesses():</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;File &quot;/home/ubuntu/Escritorio/PETSc/petsc-2.3.3-p8/python/BuildSystem/config/package.py&quot;, line 160, in generateGuesses</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;raise RuntimeError(&#39;Downloaded &#39;+self.package+&#39; could not be used. Please check install in &#39;+d+&#39;\n&#39;)</span></font><br></div><br>I have seen many messages with:<br>
<br><div style="margin-left: 40px;"><font size="1"><span style="font-family: courier new,monospace;">Possible ERROR while running linker: gcc: opción &#39;-PIC&#39; no reconocida</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">gcc: opción &#39;-PIC&#39; no reconocida</span></font><br></div><br>What am I doing wrongly?<br><br>I thank you beforehand for your attention.