Debian :: Mex C Files In Matlab - System Warned Stdc++ Cannot Be Found
Mar 17, 2011
I tried to mex two C files under matlab but faild. The system warned stdc++ cannot be found. I need the mexa64 files urgently. if someone can mex the C files using his/her machine. My server runs Debian GNU/Linux and the Matlab version is 64-bit R2010b. So the extension for the generated file would be mexa64. I'm using hotmail with the same user name as in here.
View 2 Replies
ADVERTISEMENT
Mar 17, 2011
I tried to mex two C files under matlab but faild. The system warned stdc++ cannot be found. I need the mexa64 files urgently. if someone can mex the C files using his/her machine. My server runs Debian GNU/Linux and the Matlab version is 64-bit R2010b. So the extension for the generated file would be mexa64. I'm using hotmail with the same user name as in here.
View 1 Replies
View Related
Oct 15, 2010
I am trying to install the Matlab 7.5 compiled runtime for 64-bit Linux (MCRInstaller.75.glnxa64.bin) and keep getting a "No Java Runtime Environment(JRE) was found on this system." error message.
I understand the JRE is bundled with MCRInstaller and will self-compile/install. However, I don't have admin access, could this be the source of the problem? If so, how could I fix it (not sure how to direct it to install locally without going into the source code)?
I got around this error before, but stupid me didn't write down what I did and I forgot.
View 3 Replies
View Related
Jan 25, 2010
After adding a second ubuntu variant to this machine I wanted to share the home directories so I had easy access to the same files regardless. so I read up on modifying home directories and put in the correct location and then rebooted. On boot-up the system warned me that it could not access the "shared" home directory and after a few more errors and warnings ended up at a blank screen with a mouse pointer!. All I can do is access a term window (ctrl-alt f4). So what I need is to know is where the user properties are stored so I can go and edit those from term rather than the usual way!
View 2 Replies
View Related
Feb 26, 2010
How can i remove a program from system, like MAtlab? What is the command in Konsole?
View 2 Replies
View Related
Mar 2, 2011
I have been browsing trough forums, manuals and people for a few days now wihout success so I thought i give this a go, any help will be very appricieted!
I'm using Matlab 2010a in Ubuntu 10.10. I also have a AVT Marlin F033C firewire camera and want to use the two together. Since most things i will do with the images will be processed in matlab I decided that the best would be if i could do everything in matlab.
The code for capturing a picture is however in c and uses the library dc1394 (usr/lib). Compiling this with gcc works good:
$ gcc grab_gray_image.c -ldc1394
To be able to create a mex-file of it (that matlab can run) I have included "mex.h" in the headers and added the function mexFunction in the very top, this function should do more once it works...:
Choosing "Template Options file for building gcc MEX-files".
When trying to compile i get a few errors but these are easily removed by taking away all the //-comments and all the inline for a few functions (this should do anything for the functionality right?).
After that I am still stuck with this error:
I should probably also note that I needed to rollback to gcc 4.1 since that is the latest one matlab 2010a can handle and now don't get that warning anymore.
View 4 Replies
View Related
Feb 22, 2010
I am trying to run matlab 7.7 (R2008b) on my ubuntu 9.10 distribution..the thing is that I am totally new with both matlab and linux and I get the following error message from matlab when I try to run an example mex-function:
>> mex yprime.c
/home/margareta/Desktop/matlab/bin/mex: 1572: gcc: Permission denied
Warning: You are using gcc version "". The earliest gcc version supported with mex is "4.0.0". The latest version tested for use with mex is "4.2.0". To download a different version of gcc, visit [URL] eval: 1: gcc: Permission denied mex: compile of ' "yprime.c"' failed. Error using ==> mex at 213 Unable to complete successfully.
I had gcc-4.4 as default on my pc, so after this error I downloaded an older version (gcc-4.1) and removed with rm the symbolic link in /usr/bin pointing to gcc-4.4 and created a new one pointing to gcc-4.1. Now when I type gcc -v in the terminal it says that gcc is in the packages gcc and pentium-builder, to do an apt-get install. I tried that but than it says that gcc-4.1 is already the newest version. It seems that I have multiple versions of gcc installed but neither the terminal nor matlab can find them.
View 10 Replies
View Related
Feb 20, 2010
Installed linux-image-2.6.32-bpo on my laptop today and after the reboot i got "no operating system found" . I'm now typing using a Puppy live cddrom .
View 3 Replies
View Related
Jun 7, 2011
I've decided to move to Debian because I have noticed Ubuntu releases getting progressively more unstable.I am following the official Debian installation guide. Just did this with the Debian 6.0 Net install .iso: 4.3.1. Preparing a USB stick using a hybrid CD or DVD image. Debian CD and DVD images can now be written directly a USB stick, which is a very easy way to make a bootable USB stick. Simply choose a CD or DVD image that will fit on your USB stick. See Section 4.1,Official Debian GNU/Linux CD-ROM Sets to get a CD or DVD image.
Alternatively, for very small USB sticks, only a few megabytes in size, you can download the mini.iso image from the netboot directory (at the location mentioned in Section 4.2.1,Where to Find Installation Image).The CD or DVD image you choose should be written directly to the USB stick, overwriting its current contents.
View 5 Replies
View Related
Jan 10, 2015
While attempting to install 7.7 on i7 Samsung notebook, iwlwifi and rtl_nic files cannot be found on usb or sdc (have no floppy to try) Added the missing files to iso and burned new disc which would not boot.
View 1 Replies
View Related
Jan 30, 2015
I'm trying to install debian and when the installer starts it UEFI at the top, instlal completes however on reboot it says 'no operating system found' i've read it can be because of UEFI but I have tried different bios options but to no avail.
Bios options
Sata mode: AHCI/IDE (haven't tried IDE yet)
Tried various combinations of the below
CSM: enable/disable
Boot Priority: Auto/legancy first/uefi first
Quick Boot: enable/disable
Boot up Num-lock Status: on/off
View 14 Replies
View Related
Feb 19, 2015
I will have a hosting server installed with debian 7.5 and has the following error: "operating system not found".
I've done everything I could. Reinstall grub and I let it install fine and no errors, but does not booting, among the iso "boot-repair-disk-32bit.iso" and repair, all good, but not booting.
The system has a Raid 5 disks with one volume and two partitions, including a livecd ubuntu, and I see perfectly partitions have no problems, checked. I go with the "Super Grub Disk" (iso) and let me enter the system out there, but they do not enter the iso, not start me. All isos the'm putting on a flash memory to boot.
View 2 Replies
View Related
Jan 15, 2010
I was trying to install sopcast today but it said i needed stdc++5 library.i was wondering how u install that?
View 4 Replies
View Related
Mar 3, 2011
I have brought a virtuell server to get Magento ready. My server is debian with PHP Version 5.2.6-1+lenny3
For that i need Pear. I want to install it global so i tried this command "apt-get install php-pear". Following i get after this:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
php5-cl
Suggested packages:
code....
1+lenny3_all.deb 404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
This is my sources.list:
deb url
deb url
deb url
View 2 Replies
View Related
Mar 23, 2011
i was installing sm packages my package installer or smthing seems to be broken. I was warned with a Msgbox, to install this thede items must be removed. i clicked 'install anyway''. Anyway, now i cant use any of my package installers. Synaptic says' U hv one broken package' and refuses to work until it is fixed. But fixing also doesn't work. Here are screenshots of terminal commands (apt-get install -f) and other msgs.
View 1 Replies
View Related
Feb 21, 2010
I recently tried Fedora on my laptop (previously Debian; I was bored one day) and gnome-disk-utility (palimpsest) warned me that my hard drive had numerous bad sectors. I re-installed Debian to find that this software was installed before so why had it not warned me?
When I load the disk utility, it says SMART is not available. I've got smartmontools installed, I can run a self-test with smartctl but I don't think this shows bad sectors. I've tried starting smartd on startup but the disk utility never changes from "SMART is not available". It is possible for it to work with this hardware as it works in Fedora on this laptop; any ideas?
View 3 Replies
View Related
Apr 1, 2011
I am trying to install debian 6.0.1a in an old COMPAQ 1255 (amd-k6, 160 MB ram, 4.3 Gbyte AT33.33 MB/s Cyl 6568 Heads 6 bytes per sector 512 HardDisk). I am using the netinstall CD_ROM , I just want the base system (the last option in the list you are presented) I got installed debian 5.0.8 , base package plus fluxbox plus a light browser plus a light pdfviewer, and I got really surprised what an useful system I got from such and old hardware.
With 6.0.1a everything goes well during the install process, the net is recognized, also the disk, formatting an partitions are created, apt-get configured, repositories contacted, etc. I only select base system (may be I am confused with the name, it is the last option in the list), and I select the install using the whole hard disk (i also tryed the install using a separated home partition but I had the same problem). I am installing the system in spanish, using latinamerican keyboard layout.
the installer then asks to take away the CD-ROM, I do, I reboot and then I got "GRUB Read Error Operating System not found". Just before the message, the machine search the floppy. If I press a key, I got the same behaviour, noise in the floppy, error message.
I can boot the CD_ROM in rescue mode, and I can select /dev/hda1 and get a console. i can do ls and cd and navigate the tree. It looks like everything is there, the /etc, the /home, all of the directories. if I do fdisk /dev/hda i got a warning because dos compatible mode is deprecated with option p of fdisk i got:
15 heads, 63 sectors/track 8944 cylinders. (different of the specifications?)
device boot Id system
/dev/hda1 * 83 Linux
[code].....
i can do less grub.cfg, and I got lot of information. I think this part could be relevant to the problem
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid
View 10 Replies
View Related
Mar 20, 2010
Due to my inattention, tiredness (and probably stupidity) i've run "chown -R someuser:someuser /" and now all your base are belongs to us the files on the server belong to one user (lol).After system restart, apache, bind9, mysql, and adozen other applications don't start and fill their log files with permission errors.I haven't done any backups on system files, only on the db and website files.Please suggest some ways to revive my web server. I have only 2 month experience with linux,
View 1 Replies
View Related
Feb 1, 2011
I have a linux server with debian system. I want to put in my debian server a site. I installed apache php mysql and phpmyadmim. I really thought that was more difficult for me to put my site database. But now i can load on server my database with phpmyadmin after a very simply installation. I could not believe. I'm studying how make ftp work (apt-get site-ftp?) and waiting from my host directadmin installed. But i try to manage linux console and was very exciting for a newbiest like me!
Now I can write text on my site server with echo etc,etc, I have a database, but I have not site files. While I was studying tutorial to make apache work, I frequently read the directory /var/www and my debian console confirm that is an existing directory. How can use this directory?
Any listing debian linux server commands to:
copy, delete, paste from my pc desktop a file TO folder /var/www ?
It is possible without ftp? Another question. Which bad errors can make a newbie like me configuring apache with linux? I ask this because I read all where that I could not manage a server system if I'm not a sysadmin, but I have only to put in a site... what the real risk?
View 3 Replies
View Related
Jun 27, 2010
I do have libstdc++6 and libstdc++6-4.4-dev installed though. I can't seem to figure out why it wouldn't detect it. Is it just a bug in ncurses' configure or what?
View 5 Replies
View Related
Jul 24, 2010
I downloaded the first Lenny DVD for amd64, wrote it but on trying the install on my laptop (Gateway NV5389u) I cant get past the installing base system step: I get an error that some files are corrupt / cannot be read from the DVD. I am wondering whether there's a way I can download a minimal version or just the files needed for the base system installation then use the same DVD to install the packages, coz I have a terribly slow internet connection it took me a whole 2 days to download, and I surely cant stand any more of it.
View 4 Replies
View Related
Apr 15, 2011
I installed debian 4.0 (etch) on an old computer with some pickled graphics card in it, and then I upgraded the computer to one with slightly newer hardware only without the graphics card (the new one used on board graphics). I moved the hard drive from the old one to the new one but when I booted it up it failed to start the X-server and I got some errors listed for "device not found" and "no screens found".
I tried using "dpkg-reconfigure xserver-xorg" however I can't seem to find a working configuration. It seems pretty silly that when installing debian it can detect all this automatically with no problems but when it comes to changing some hardware around you are left in the dark with a complicated re-configuration process. Is there not some way to automate this? I'd rather not have to re-install everything
View 8 Replies
View Related
Sep 2, 2010
I got a new laptop today and the first thing I did was to install Ubuntu as a dual boot with Windows 7. Everything seemed to work the first time I loaded Ubuntu after installation, and Windows also seemed to work. Then, Windows Maintenance said there was possible disk corruption, so I restarted the computer and now I get this error when trying to load. After reading around about similar problems I think it might be a problem with the grub bootloader. It is 64-bit if that makes a difference.
View 5 Replies
View Related
Apr 4, 2011
I have a server HP proliant and installed Redhat 4.3. server has only one HD as another was Bad and no RAID configuration. after 2 weeks I shutdown the system and when start it is giving the error - operating system not found?
View 2 Replies
View Related
May 18, 2011
I'm new to openSUSE, this is the first time i try to install openSUSE version 11.4. on my IBM Thinkpad T43 (on which SUSE Linux version 8.0 has been running before without problems). I have downloaded the ISO images and successfully burned the ISO images on a blank DVD. Having placed my openSUSE DVD in the drive and rebooted my laptop I can see the boot screen.
I then select installation with arrow up/down and press enter. Choosing language and keyboard layout works fine, as well as accepting the license agreement. However, when it comes to 'System Probing' the installation stops at 'Search for system files'. The cursor shows a little turning disk but the rest of the screen is blocked.
View 3 Replies
View Related
Mar 12, 2010
I was seaching for a particular file (WAV) and using Applications>Places>Search for files resulted in finding none of the files I was supposed to haveHowever I then used Gnome Do and bingo there was one of them, then used the "reveal" option and there were all my files.Does anyone know why the ubuntu file search facility could not find them , but the Gnome Do could? By the way in the system search facility I sued *.wav and found other wav files, and then used DA* (DA being the first two letters of the file) and found all sorts of data labeled files etc, but none of the ones I was looking for. In 'Gnome Do' I typed 'DA' and there it was. I would really like to know the answer for future reference.
View 5 Replies
View Related
Jun 4, 2010
How to find, what are the files (system & user) created after login to the system in RHEL 5.0?
Any single command available?
View 1 Replies
View Related
Sep 21, 2010
If I am logged in as root in a linux system and I run command rm -rf on / folder, should it remove all the files? also the kernel?
View 4 Replies
View Related
May 20, 2010
ich habe Probleme mit dem Booten meines Computer.Auf dem Laptop ist Windows 7 Starter sowie Suse 11.1parallel installiert. Als ich nun in Suse die Bootreihenfolge (vorher Suse jetzt Windows) �ber Yast ge�ndert hatte.Zeigte mir mein Computer nur noch"no operating system found" an. Mit der Software Super Grub Disk konnte ich das Suse wieder starten (dann erscheint auch die Boot-auswahl). Daduch konnte ich auch alle nderungen rckgngig machen. Trotzdem bootet der Computer nicht mehr
View 2 Replies
View Related
Apr 2, 2010
I am trying to install Ubuntu 9.10 on an old IBM T21 laptop. It starts very happily, and I am able to partition the disk & copy the files to the HDD. However, when it loads the desktop there is an icon for the CD drive (and install disk). Everything appears to be fine, but I don't see any confirmation of the installation being completed. The CD drive does not open when the button is pressed. When I restart the laptop, I get the message 'operating system not found'. Starting the machine using the CD works fine. The disk shows that the partitions have been created, and I am told that Ubuntu 9.10 is installed.
View 5 Replies
View Related