Slackware :: Error: Checking For C Compiler Default Output File Name
Feb 20, 2010
I downloaded Go-OpenOffice from SlackBuilds.org, but I can't build it. make terminates with configure error: checking for C compiler default output file name. configure: error: in `/tmp/SBo/ooo-build-3.1.1.5': configure: error: C compiler cannot create executables See `config.log' for more details.
(I can't find config.log anywhere) I use a quite 'light' installation (no xap, ap), and I suspect that I have some unmet dependencies, but the error message provides no information about what software is needed (I've installed all dependencies listed on SlackBuilds.org). I'm using Slackware64-13 with Xfce
View 3 Replies
ADVERTISEMENT
Feb 25, 2010
checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables See `config.log' for more details.
View 4 Replies
View Related
Mar 22, 2010
When I try to install wxGTK SlackBuilds. I get this error:
Code:
./src/aui/auibook.cpp: In member function 'size_t wxAuiNotebook::SetSelection(size_t)':
./src/aui/auibook.cpp:3482: internal compiler error: Segmentation fault
Please submit a full bug report with preprocessed source if appropriate.
See [URL] for instructions.
make: *** [auidll_auibook.o] Error 1
I tried redownloading the wxGTK-3.8.9.tar.gz file and reinstalling it, I get the same error.
View 8 Replies
View Related
Oct 11, 2010
We have a big proprietary project. Our code was compiling very properly with gcc 3.3.4 but not with 4.1.2.
The errors what we get is "ISO forbids declaration" / undefined symbols kind of.
my question is that is there any gcc/g++ compiler switch which can disable checking extra ISO confirmations and stick to our older ISO standards.
in addition to this how we can figure out what ISO standards are supported by which gcc/g++ versions
View 2 Replies
View Related
Apr 21, 2011
Fsck is not check any file system which are not root file system at boot time.
Normally it run: /sbin/fsck -A -R -C -a
But this command doesn't do anything.
I've tried to strace it, and looks like this:
Code:
View 2 Replies
View Related
Jun 27, 2009
I recently upgraded my file/media server to Fedora 11. After doing so, I can no longer copy large files to the server. The files begin to transfer, but typically after about 1gb of the file has transferred, the transfer stalls and ultimately fails with the message:
"Error writing to file: Input/output error"
I've run out of ideas as to what could cause this problem. I have tried the following:
1. Different NFS versions: NFS3 and NFS4
2. Tried copying the files to different physical drives on the server.
3. Tried copying the files from different physical drives on the client.
4. Tried different rsize and wsize block sizes when mounting the NFS share
5. Tried copying the files via a different protocol. SSH in this case. The file transfers are always successful when I use SSH.
Regardless of what I do, the result is the same. The file transfers always fail after approximately 1gb.
Some other notes.
1. Both the client and the server are running Fedora 11 kernel 2.6.29.5-191.fc11.x86_64
I am out of ideas. Has anyone else experienced something similar?
View 13 Replies
View Related
Jun 8, 2010
I am trying to learn C Programing and I'm having trouble on the output of my script. my script should count the characters in input but it doesn't give me any numbers..
here's my program code:
Code:
#include <stdio.h>
main()
{
double nc;
[code]....
View 14 Replies
View Related
Nov 24, 2010
I have just installed SABnzb application in my home folder. The executable file is SABnzb.py When I run the command in the Konsole # python SABnzb.py I have this Quote: python: can't open file 'SABnzbd.py': [Errno 2] No such file or directory
View 5 Replies
View Related
Nov 11, 2010
We make everyday a DB Mysql backup on Linux redhat Enterprise. We are using a bash shell script (and putting it in the crontab) to execute it automatically everyday. We added a line to this script telling, once the backup has completed, to find old backup files (stored on hard disk after each backup) older than x days to remove them. We use the find command (search for file type) with the mtime option and in combination with rm command. Everything runs ok but we also want to add some new code to the same line: If find command cannot find anything or fails, for example if it cannot delete file or fails, send the error message (standard error output) to an error file (like error000001 and increasing) and mail the errorxxxx file to an email address for example to admin@companyname.com. What would be the code for this issue to add it to our find command in the same bash shell script??
View 2 Replies
View Related
Jun 3, 2010
When I try to copy PDF files from one folder to another folder, it give me this error: "Error while copying "2004-SNUG-Europe-paper_...log_DPI_with_SystemC.pdf". There was an error copying the file into /media/CCDCE66BDCE64F70/Backup Master/Heterogeneous_cosimulation/Documentation" "Error splicing file: Input/output error" What is the reason of this error and how can this be fixed?
View 9 Replies
View Related
Jun 29, 2010
I have a 7.2 GB file (VMWare virtual machine file) that I am trying to copy from its original location to the another folder OR to external hard drive...each time I try to do this, I always get the following error after the copying process reach 'exactly' 1.4 GB
Error reading from file input/output error
And I have to either Cancel or Skip
I've tried to split the files to smaller pieces but the idea didn't work as I still get the same error whenever I try to compress/ split or do any operation with this file. how I can copy this file?
View 2 Replies
View Related
Jul 18, 2011
I am using g++ 4.5.2 I copied and tried a piece simple (Making a Class Writealbe to a Stream) program, from page 363 of book(C++ cookbook), Example 10-6 your can download and test by yourself [URL]
[Code]....
View 1 Replies
View Related
Mar 3, 2010
I am having getting bluetooth working. I am using a home built computer, AMD Athalon 64, 1.5 gig ram, Slackware 13_64, up to date. I have bluez-firmware-1.2-x86_64-1, bluez-hcidump-1.42-x86_64-2, bluez-libs-3.36-x86_64-2, bluez-utils-3.36-x86_64-7 installed. I have a USB Micro Adapter 2.1 from IOGear and a Motorola S9-HD stereo headset.
This is what happens when I try to connect:
root|/home/john # hcitool scan
Scanning ...
00:23:D7:DE:8D:DFGravity
00:0D:FD:2A:BB:42Motorola S9-HD
root|/home/john # hcitool cc 00:0D:FD:2A:BB:42
Can't create connection: Input/output error
I am finding the headset but can't connect to it. I have the password from the headset in the default file of /etc/bluetooth/passkeys.
View 2 Replies
View Related
Apr 15, 2010
Is there a standard compiler provided with the install of openSUSE?
Like gcc...
View 9 Replies
View Related
Oct 2, 2009
I have multiple gcc compilers in my laptop, how can I change the default gcc compiler?
View 2 Replies
View Related
Jul 1, 2011
I am trying to compile a program with mpicc. To compile I use:
CC=/usr/bin/mpicc ./configure
However mpicc's default C compiler is gcc 4.4.2 and I need to use 4.0.0 which I have installed in another directory. I do not (nor can get) root privileges so I cannot edit mpicc's default compiler. Is there an option I can set while configuring?
View 2 Replies
View Related
Jul 30, 2010
I'm running Slack 13.1 [32 bit] Re: pdfedit from SlackBuilds 13.1. I've installed qt3 per the dependencies w/installpkg. I've pointed pdfedit.SlackBuilds to where qt3 is and it's found fine. The problem arises when the build can't find docbook stylesheets. "checking for docbook xsl... configure: error: unable to find docbook.xsl stylesheet"
I've installed docbook.xsl where it can be found which is in the same folder qt3 support is found and verified my system can find it there,, which it does. I still get the can't find stylesheet error. Is this a glitch or am I overlooking something somewhere along the line?
View 2 Replies
View Related
Feb 24, 2011
Fresh guest install of current as of changelog dated 16-Feb-2011, in to VirtualBox 4.0.4 (13.1 x86_64 host).
1. About 6 of the icons normally residing in the top half of Settings Manager are missing (names are their and functions work). Selecting 'Appearance -> Icons' and re-selecting the one choice available restores one, the rest remain MIA.
2. Default xfce Terminal launch fails with error <????> Re-selecting the default 'Preferred Applications -> Utilities -> Terminal -> Xfce Terminal' has no effect. 'Properties' shows the usual 'exo-open --launch TerminalEmulator'.
Setting 'Preferred Applications' to 'X Terminal' launches an xterm successfully as expected.
View 4 Replies
View Related
Jan 21, 2011
When running rsnapshot tonight it failed with a bunch of
cannot remove `file': Input/output error
errors.
I navigated to the directory and tried to delete it manually and I got the same errors. I tried with 'sudo rm directory'. How else can I delete this directory? What would cause a situation like this?
View 9 Replies
View Related
Nov 11, 2010
I just received a 1TB external(Western Digital) hard drive(NTFS) for backup purposes. I'm using an Ubuntu Live CD, and an external hard drive dock. I am transferring over esata and am receiving the error:
Code:
Cannot open file: input/output error
Seems strange that it said "open". At any rate only about 60 of the 200+ GB were able to be transferred over...this won't do. I have tried to copy via CLI using
Code:
cp -r
and received the same issue. For clarification I am attempting to transfer from a mounted partition onto the mounted external.
View 2 Replies
View Related
Mar 10, 2011
I have a bash script that i created for a colleague to configure the servers he installs. It does package installations, modifies some config files, creates directories.
The problem is sometimes he says that the script skips some steps. There are some steps that require user input and i think he chooses wrong option. (i have tested the script and it works fine).
My question is how can i save the output in a file (or log) so i can check if there are error? I know about the ">>" operators but will this "script.sh >> output.txt" still bring the dialogs for user input (like read input from shell and mysql password dialog from install package)? And how can i record everything he inputs?
I read about logger, but since there are a lot of commands do i have to log every command or can i just log the whole script.
View 3 Replies
View Related
Apr 8, 2010
I got a new HDD like a Storage on my Ubuntu ,it is formated as ext3 and i am able to mount it ,but sometimes while downloading from FTP ,when the session broke Ubuntu crates some ./afternature.mp4 Input/output error ,which i can see on "ls -l" ,and that causes great troubles to me ,because i can not copy or write on that disk another file with the same one which is created like this ,these error are gone only if i format the hdd .
My mounting command is "mount /dev/hdb3 /tmp/hd ext3 rw 0 0" So is that possible to remove these error without formatting the disk . PS:I did a lot of search for that error ,on unix forums also here but i didn`t find a concrete answer ,i found a thread which is for that case but removing with inode is impossible because on ls -l i`m not receiving the inode .
View 5 Replies
View Related
Dec 22, 2009
I have been trying to install MATLAB 2008b as a standalone version; however, every time when the process runs to 18% it shows an error as follows: "There was an error extracting the archives for MATLAB compiler. Chceck that you have enough disk space and rerun the installer."
I did have checked the disk space which is much more than enough. I have also changed few different disks that are way more than enough as well, about 5GB at least, but this error still popped out when it runs to 18%.
View 9 Replies
View Related
Sep 9, 2010
i tried to install gcc-4.5.0 on opensuse 11.2 I gave ./configure but it gave the error couldn't find the c compiler.. the message was
[Code]....
View 2 Replies
View Related
Feb 15, 2011
I'm trying to create an iso file in a terminal with the following command:
$cat /dev/sr0 > nameofdisk.iso
I get the following error
cat: /dev/sr0: Input/output error
I already checked and my optical drive is indeed /dev/sr0. I've hunted google a few hours trying to figure it out. Does anyone know why I'd be getting this error?
View 4 Replies
View Related
Oct 11, 2010
I've got a problem installing application into my slack, when I was trying to configure the packages (./configure) in order to install them, the system shows me a message in which there was a problem with using gcc libraries.
View 6 Replies
View Related
Apr 14, 2010
I was trying to compile xbmc today, and got the error about the c compiler not being able to create executables. I did a search on the forum, and found something from 2004.None of the suggestions there worked for me. I can compile libraries, because I did a few for dependencies. The last thing I compiled with an executable was BloodFrontier, and it works perfectly.
View 14 Replies
View Related
Jan 7, 2011
earlier this morning, i compiled Qtcurve with no issues. but now, when i try to compile Avant Window Navigator, i get a strange error. everything begins to compile, it checks dependencies, begins compiling, and then i get this error:
Code:
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
[code]...
View 3 Replies
View Related
May 22, 2011
I get an error when running slapt-get. The error is: "slapt-get: error while loading shared libraries: libsas.so.2: cannot open shared object file: No such file or directory".
I've booted the Slackware disk # 1 and unchecked everything except the libraries category and installed them. I rebooted and it still says this. I get this same error before I put the disk in and rebooted to install ALL libraries. I really need help. BTW, I can't load KDE.I found a pkg manager already installed called "slackpkg". But I really need help on this library issue!! I uninstalled it (slapt-get) anyway, so forget that!
View 3 Replies
View Related
May 19, 2011
Occasionally, when startx, I got the error message: "Monitor output has changed" error message ( and sometimes it appear while I am working in X too but rarer). Whenever this happened, my screen changes to "1024x768" resolution when normally it is "1280x800". I click on "Configure", a "Configure Display" windows appear and I have to change the screen to Size"1280x800" back (since it would give me 1024x768"). Besides, the number of error messages will be up to 50s, 60s message. (This "Configure Display" is what you get when you go to "Application->System->"Screen Resize and Rotate" (KRandRTray)) My computer is Toshiba Satellite L500, the distro is Slackware 13.37. It was just installed so all the configuration is out of the box.
View 10 Replies
View Related