Nowe posty

xx Problem ze sterownikami. (5)
2024-04-13, 21:25:16
xx Instalacja xfce4 (2)
2024-04-13, 16:20:17
xx Serie kompilacji bez instalacji dla “emerge” w Gentoo (2)
2024-04-08, 18:40:04
xx Plasma 6 w Neonie ssie trochę mniej ... (17)
2024-04-05, 10:03:46
xx Problem z Linux Lite po instalacji (3)
2024-04-03, 14:23:40
xx Jak właczyć num locka przy starcie systemu debian 12? (12)
2024-04-02, 17:43:54
xx Brak dźwieku w systemie. (5)
2024-04-02, 16:13:41
xx Dystrybucja pod HP Omen (7)
2024-03-29, 11:33:05
xx [Poradnik] Wyszukiwanie Sterowników (2)
2024-03-27, 21:08:23
xx Ile pingwinów? (1)
2024-03-27, 08:59:24

Autor Wątek: Kompilacja Eagle-USB - C compiler cannot create executables.  (Przeczytany 4539 razy)

ian

  • Gość
yo

zainstalowałem se ubuntu przez wubi
chciałem se instalnąć neostrade ( sagem 800) wypakowałem se eagle-usb...potem ./configure i zgadnijcie co się stało...
Cytuj
checking whether the C compiler (gcc  ) works... no
configure: error: installation or configuration problem: C compiler
cannot create executables.
i co ja teraz biedny poczne?
sprawdziłem hello worlda
Cytuj
#include

int main()
{
std::cout<<"hello world\\n";
return 0;
}
Cytuj
test.c:1:19: error: iostream: No such file or directory
test.c: In function ‘main’:
test.c:5: error: expected expression before ‘:’ token
albo tak:
Cytuj
int main()
{
return 0;
}
Cytuj
root@ubuntu:/# gcc test.c -o test
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
config.log
Cytuj
PACKAGE_BUGREPORT=''
PACKAGE_NAME='eagle-usb'
PACKAGE_STRING='eagle-usb 2.3.0'
PACKAGE_TARNAME='eagle-usb'
PACKAGE_VERSION='2.3.0'
PATH_SEPARATOR=':
PIDOF=''
PPPD=''
PPPOE=''
PPP_OPTIONS_ADSL='/etc/ppp/peers/adsl'
PPP_OPTIONS_DIR='/etc/ppp/peers'
PPP_OPTIONS_MIRE='/etc/ppp/peers/mire'
SHELL='/bin/bash'
SIMPLE=''
SYSCONF_FILE=''
TCL=''
TCPIP1=''
TCPIP2=''
TK=''
USE_CMVS='1'
USE_EAGLECONNECT='1'
USE_HOTPLUG=''
USE_IFUPDOWN=''
XSLTPROC=''
ac_ct_CC='gcc'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='NONE'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME "eagle-usb"
#define PACKAGE_STRING "eagle-usb 2.3.0"
#define PACKAGE_TARNAME "eagle-usb"
#define PACKAGE_VERSION "2.3.0"
configure: exit 77
[EDIT xis: zmieniłem tytuł wątku, bo autor najwyraźniej ma z tym "problema"]

Małolat

  • Gość
Kompilacja Eagle-USB - C compiler cannot create executables.
« Odpowiedź #1 dnia: 2007-08-23, 15:55:48 »
Masz "problema"? To naucz się pisać, albo idź do lekarza.


Popraw posta bo patrzeć na niego nie mogę. I podaj więcej szczegółów. Wersje jądra na przyklad.

jk33

  • Gość
Kompilacja Eagle-USB - C compiler cannot create executables.
« Odpowiedź #2 dnia: 2007-08-23, 17:05:44 »
To nie jest najkrótszy sposób instalacji neostrady na Ubuntu.
I na pewno nie najłatwiejszy...
-> forum.ubuntu.pl

ian

  • Gość
Kompilacja Eagle-USB - C compiler cannot create executables.
« Odpowiedź #3 dnia: 2007-08-23, 17:54:52 »
Cytuj
I podaj więcej szczegółów. Wersje jądra na przyklad.
vmlinuz-2.6.20-15-generic
gcc :
Cytuj
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c+
+,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared
 --with-system-zlib --libexecdir=/usr/lib --without-included-gettext
 --enable-threads=posix --enable-nls --program-suffix=-4.1
--enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug
--enable-mpfr --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
kompilowałem z konta roota z pełnymi uprawnieniami...
co chwile się przelogowuje z windy na ubuntu...a jest to troche meczące
jeżeli dobrze zrozumiałem pana google to brakuje mi pakietów tak?
Cytuj
The program 'rpm' is currently not installed.  You can install it by typing:
apt-get install rpm
bash: rpm: command not found
root@ubuntu:/# apt-get install rpm
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Package rpm is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package rpm has no installation candidate
edit:
fstab:
Cytuj
#            
proc            /proc           proc        defaults          0   0
/media/host/wubi/disks/system.virtual.disk      /               ext3        loop,sync         0   1
/media/host/wubi/disks/home.virtual.disk      /home           ext3        loop,sync         0   2
/media/host/wubi/disks/swap.virtual.disk      none            swap        sw                0   0

Maciek_Rutecki

  • Gość
Kompilacja Eagle-USB - C compiler cannot create executables.
« Odpowiedź #4 dnia: 2007-08-23, 20:34:34 »
Cytat: ian
Cytuj
The program 'rpm' is currently not installed.  You can install it by typing:
apt-get install rpm
bash: rpm: command not found
root@ubuntu:/# apt-get install rpm
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Package rpm is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package rpm has no installation candidate
WTF?

RPM w Ubuntu? Co chcesz zrobić?

Swojego czasu w ubuntu były sterowniki do sagema fast 800. Ubuntowcy; nadal są?

http://jakilinux.org/pierwsze-kroki/internet

Offline Arkadiusz Bednarczyk

  • Linux.pl
  • Administrator
  • Guru
  • *****
  • Wiadomości: 654
    • Zobacz profil
    • Linux.pl
--
pozdrawiam
Arkadiusz Bednarczyk
email/jabber: arek@linux.pl