| From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
|---|---|
| To: | Emanuel Calvo Franco <postgres(dot)arg(at)gmail(dot)com> |
| Cc: | pgsql-es-ayuda <pgsql-es-ayuda(at)postgresql(dot)org> |
| Subject: | Re: Error al compilar 8.4devel en xubuntu |
| Date: | 2009-01-02 13:58:22 |
| Message-ID: | 20090102135822.GC398@alvh.no-ip.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-es-ayuda |
Emanuel Calvo Franco escribió:
> Con el configure estandar, tira el siguiente mensaje de error:
>
> checking for gcc... gcc
> checking for C compiler default output file name...
> configure: error: C compiler cannot create executables
Tu compilador no funciona bien:
gcc conftest.c >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
Supongo que te falta instalar algún paquete, pero no sé cuál será.
libc6-dev o quizás algún el libgcc?
--
Alvaro Herrera http://www.amazon.com/gp/registry/CTMLCN8V17R4
"Doing what he did amounts to sticking his fingers under the hood of the
implementation; if he gets his fingers burnt, it's his problem." (Tom Lane)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Emanuel Calvo Franco | 2009-01-02 14:12:23 | Re: Error al compilar 8.4devel en xubuntu |
| Previous Message | Emanuel Calvo Franco | 2009-01-02 13:53:14 | Error al compilar 8.4devel en xubuntu |