General :: Commercial C++ Compiler For OS Based Application?

Jan 12, 2011

What is the best commercial C++ compiler on Linux. Best in the sense of runtime performance.

View 3 Replies


ADVERTISEMENT

Ubuntu :: Commercial Or Non-commercial Antivirus Software That Runs On 10.04 And That Works With The Samba V-scan Module?

Oct 17, 2010

Does anyone knows good commercial or non-commercial antivirus software that runs on ubuntu 10.04 and that works with the samba v-scan module? I was thinking about Avast, but I'm not sure it works with samba v-scan. Also I'm not sure it is possible to install the avast server edition for linux on ubuntu 10.04.

View 6 Replies View Related

General :: -fPIC Compiler Option Doesn't Let Application Initialize

Sep 22, 2010

My application is developed using GCC and an binary executable created out of it which initializes successfully. By initialization, I meant all the threads in the application are created and I get the required response from the executable. There was a need to create a .so file out of my application instead of binary executable, as it needs to be integrated with another .so file to create a final patch. So we used -fPIC compiler option and created a .so and also an binary executable. But with -fPIC included, the executable fails to initialize at all. It executes some instructions in the main program, before finally haulting down with a " Program received signal SIGSEGV, Segmentation fault." error. And it always fails at the same faulty address which points to nothing in my application code. What is that -fPIC adds to the code, which makes my code fail with strange behaviour.

View 2 Replies View Related

General :: Run Console Application Of My Compiler - Error While Loading Shared Libraries

Jun 22, 2011

I have a platform independent compiler. so, i created the common api's and platform api's using my complier. so i have this library files named cmn_api.a & platform_api.a in my auto/linjtag/lib.(they will be created when we run the makefile of the compiler).

The problem is when i'm trying to run the console application of my compiler. i have a menu.c from which i choose different modes and i operated on that.

When i tried to open one of the executable i'm getting this error:

View 4 Replies View Related

General :: Copy Text From Xterm Based Terminal To Some Other Gui Application?

Jan 13, 2011

i use uxrvt ( for those who dont know, its terminal emulator based on xterm).i know its easy to copy/paste stuff from terminal to itself is a trivial thing. it can be done by mouse left click to select and middle click to paste.but in my case i need to copy text from terminal to another application, viz on google chromium.

View 1 Replies View Related

General :: JavaScript Desktop Application With HTML Based UI Front-end?

May 20, 2010

I have created which uses Gnome Seed which is in the Ubuntu repositories (although the newest version needs to checked out from Git to allow it to work) and SeedKit which unfortunately isn't in synaptic but needs to be downloaded. The links to get the source for both projects are as follows:

[URL]

The proof of concept is a JavaScript/HTML based frontend of Gnome's Log Viewer. It doesn't replicate 100% of Log Viewers functionality but it produces the basics of it which is to display the contents of Linux log files. The tutorial and link to download the source files are as follows:

[URL]

For more information about SeedKit and HTML based User Interfaces are in my blog, link for that post is as follows:

[URL]

View 2 Replies View Related

General :: Ugly Fonts Of KDE Library Based Application In Debian

Jan 1, 2010

I am using Debian Lenny with LXDE. For some reason, I would like to use some software which is developed under KDE, such as Kile. But the fonts are not so good (screenshot here).

View 3 Replies View Related

Ubuntu :: GNU Licensing : Write An Application And Compile It Using The GCC Compiler?

Oct 7, 2010

I'm relatively new to Linux and had a question regarding the GCC compiler.I realize that I can write an application and compile it using the GCC complier.I can even sell it (or not) . My question is do I have to make my source code public available also ?

View 5 Replies View Related

OpenSUSE :: GCC C++ Compiler Installation - Repositories In The Application Sticky Only Applied To Installations Through 11.3

Apr 18, 2011

I am looking to install a c++ compiler. I run 11.4, and was told to look in the Software Manager for easy installation. I have no repositories installed, as the repositories in the Application sticky only applied to Suse installations through 11.3. I found the package "gcc45-c++" (Version Number 4.5.1_20...208-9.8) when I searched the Software Manager. I proceeded to install it, and had no problems, but when I looked in "applications", the compiler was not there. I'm aware that I may be revealing some great ignorance here, so I'll ask, should gcc appear? If not, how do I execute the program?

View 9 Replies View Related

Ubuntu :: Web Based File Transfer Application?

Mar 26, 2010

I am looking for a little help finding an appropriate application. Basically I am looking for something like a web based FTP client that runs on the file server (I use the term loosely) I have. Basically I want to be able to open a web browser on a different computer in my internal network, punch in hostnameort and get a web page that I can use to move files between the computer.

I don't care if it uses FTP or not. I basically just want the specific functionality. I have vsftp installed on my 'server' already.I have looked at Gollem, but I am unsure if that is the correct application for me to use. If you have used it any opinions would be great.I know this is probably not the most secure way to do things, but it is only for my internal network and kind of an experiment for me. Any help would be appreciated. Thanks.

View 5 Replies View Related

General :: Commercial NAS RAID1 Disks Moved To Software Raid System?

Feb 14, 2011

I've got a couple of commercial NAS boxes and I'm wondering if they (ReadyNas duo, DLink DNS-323) or any other NAS is suitable for having their RAIDed disks moved to a software-based NAS. To be specific, I'm a big fan of the (largely) Debian-based Ubuntu. Can the aforementioned NAS drives be migrated to Ubuntu (e.g. using the mdadm Linux command)?

Secondly, is there any commercial NAS that can be migrated over? Incidentally, here is a link to somebody who succeeded in a migration:URL...My specific scenario I'd like to prepare for, is the eventual (sudden) death of one of the NAS motherboards.

View 2 Replies View Related

Ubuntu :: CLI Based - Mini Install - Application For Opening Word Documents

Dec 3, 2010

I am looking for an cli based application what will open microsoft office documents in a cli based window. Very similar to the old Word for DOS application. Not I will be running this on the mini install, so no gui or packages are avalible.

View 5 Replies View Related

Software :: Starting Firebird Database From Wine Windows-based Application

Oct 1, 2009

I have a Windows-only language lab program ('Logolab') which provides students with listen and repeat exercises on audio and video material loaded by the teacher. It operates in conjuction with a Firebird database which stores subtitles (I think) and the sequencing data (the lengths of each segment) for recording (a recorded piece will be subdivided into small audio/video segments during which the student repeats what's been said).The audio and video functions are run internally by Windows Media Player, and the video input must be in .WMV format for the system to function.Using Wine, I've managed to install the language lab program on Ubuntu, as well as the Firebird database program. However, each time I start the language lab program, I get the message "Firebird database not started!".There is a BIN folder with the language lab software that contains a .INI file with the following contents:

Perhaps that needs to be modified for Linux or Wine on Linux? I've tried changing the DataBase field with the Linux path to the appropriate .FDB file, and likewise the ServerName field to the Ubuntu computer name or the ip address, but to no avail. Lately, I've installed the Linux version of Firebird and Flame Robin (which I couldn't understand).If anyone can provide any help or suggestions, I'd be most grateful (it's the only thing preventing me from migrating 100% to Linux).

View 3 Replies View Related

General :: Debian Based - Arch Based - What Is The Practical Difference?

Jun 7, 2010

I notice that on DistroWatch, the descriptions include "debian based", "arch based", etc. For the newbie, is there any practical difference between the different bases, or is it a Coke vs Pepsi type question?

Is a distro based on Debian say, easier for a newbie to learn or work with than say one that is FreeBSD based?

View 9 Replies View Related

Software :: Build A C Compiler Without An Existing C Compiler?

Dec 14, 2010

So for those of you who has built GCC from source would know that you can't install GCC without an existing GCC. So my question is, what would happen if all computers in the world suddenly just died, and all you had was the computer in front of you, and a copy of GCC 4.5. How would you install that?

I ask because I would like to install GCC 4.5 on my old powerbook G4 mac without installing a binary GCC provided by Tiger 10.4 disks. I would like to build GCC from source, without an existing GCC to complicate updating.

View 6 Replies View Related

General :: Frame Based Vs Dialog Based

Apr 5, 2010

When you use an IDE and it asks you if you want frame based or dialog based, what is the difference?

View 1 Replies View Related

General :: Distro Should Use, Rpm Based Or Debian Based?

Feb 2, 2011

what distro should i use, rpm based or debian based?

View 2 Replies View Related

Fedora :: Reading A Commercial DVD?

Mar 23, 2011

How do I get Fedora 14 to read a commercial DVD?

View 2 Replies View Related

General :: Application Called Impact - Paths In Java Application ?

Apr 14, 2010

So, I have this application called Impact, it is an explicit time integration Finite Elements code written in Java...

[url]

I untar the pack, and launch the application calling a script, from within the untarred folder,

Code:

This launches a gui which allows me to setup a case, which needs some setup file, tipically some *.in and a mesh file, tipically some *.msh.

Other mode of executuion consists of calling the setup file as argument to Impact.sh script ( CLI execution mode, for g33k5 )

My problem is : I have packed the whole stuff into a Slackware .tgz, that places it in /usr/local/Impact, and placed a calling script in /usr/local/bin,

Code:

Code:

I decided to hack the ImpactGUI_OGL_linux_amd64.sh script from

Code:

Code:

no avail,

Code:

even after adding /usr/local/Impact/bin to PATH... won't go...

I can run this thing from within its directory... but I do not like messing within the directories of my applications, this is why I sent this to /usr/local, and placed a calling script in /usr/local/bin...

View 4 Replies View Related

Software :: Ubuntu 10.04 Rip Commercial DVDs

Jun 17, 2010

I want to take dvds that I have bought and put them on my droid phone. I have been using windows XP for this but my windows machine took a dive a few weeks ago and I am struggling getting it going and I am trying to make Linux work. On my dell laptop inspiron 6000 I am running Ubuntu 10.04 and I am loving it so far but I am jot able to get any of my commercial DVD to rip. I know that it has to do with the copyrights but is there a way for me to rip a DVD and then convert it. I have virtualbox on the system and I am not against using another OS. I have tried to install windows 98 and XP (2different disk) and I have not been able to get it. I have tried k9copy, acidrip, DVD::rip, kino and pitivi video editor and I have not been able to get any of them to work.

I have also tried several different DVDs. I am not an expert in any of these software's. I am even willing to by software if I have to. I have also tried to get my wintv pvr usb2 video capture device to work under Ubuntu but I am have tried several times over the past several years to get it work but the walkthrough I have been finding have not workedm. My system does not do what they say its supposed to or I don't understand the walkthroughs. I would be very happy if anyone could any of the above options working. I don't care which one. I would even consider paying some to log into my computer and get it setup if there is a person or company that does that with Ubuntu.

View 1 Replies View Related

CentOS 5 :: Commercial Paid Support?

Nov 12, 2010

is there commerical paid support for centos i know fedora is supported by redhat

View 2 Replies View Related

General :: Where To Get A C Compiler

Oct 25, 2010

Does anyone know where I can dowload a C compiler for Linux?

Running RHAT 5.0 on SunFire X2270

View 2 Replies View Related

Ubuntu Multimedia :: Commercial Cutting MPEG2?

Sep 13, 2010

I'm just looking for a good mpeg cutter for my Ubuntu laptop. I currently use video redo on my Windows PC but that is also my HTPC and is hooked up to the TV. I would prefer not to do it on the TV because of possible burn in issues and would love to be able to take the mpeg files recorded on the HTPC and cut them on the laptop but haven't found a really great application to do that.

View 1 Replies View Related

Ubuntu Multimedia :: Codecs For Commercial DVDs?

Dec 16, 2010

I am unable to play commercial DVDs on an Ubuntu laptop.I have a fairly new Lenovo 4151 laptop. It came with Windows 7 Premium but I have replaced that with Ubuntu 10.04 LTS Lucid. (Actually, a friend helped me do that.) I would like to play commercial DVD's on it.Movie Player says it need a plugin but is unable to find on on the web. "No packages with the requested plugins found." "The requested plugins are: DVD Source"

So I installed VLC Media Player and it won't play the DVD either. It presents me with a host of files, none of which it will play.I would like to stay with 10.04 if possible because I want to give this lap-top to my sister and I would like her to have an LTS distro, so she doesn't have to upgrade for a long time.My supposition is that I need to add a source for additional codecs and install them.I did search these forums (fora?) for codec, but didn't find anything appropriate. I'm not so familiar with this, so I may have missed something.

View 2 Replies View Related

Security :: Define An Appliance Based On Suse For An Application Server And Web Server Apache - Best Network And Security?

Feb 6, 2010

We are trying to define an appliance based on Suse for an application server and Web server Apache, so we would like to know configuration best practices for network and security, is there any paper/doc about best practices?

View 3 Replies View Related

General :: Finding C++ Compiler/getting One?

Sep 28, 2010

I installed the newest version of Fedora last week using virtual box. I plan on doing some C++ programing(in net-beans) for school but u can't find the compiler any where. I assume their would be one installed when i installed fedora. I found a few websites saying i need to use the package manager to install it. I can't find this package manager i have searched for it. I don't want to go download and try to install a compiler if i already have one

View 5 Replies View Related

General :: Reverting To Old Compiler GCC 3.4.x?

Oct 1, 2010

I need a version of linux (an distrb) with compiler gcc 3.4. This is for academic purposes. Does anyone know of a site where I can download such an iso?? Or alternatively I have a version of Opensuse (10.3) but I am having trouble reverting to the old compiler?

View 2 Replies View Related

General :: Run C++ Compiler From Opensuse KDE?

Oct 21, 2010

Is it something like Ms Visual Studio, got Gui interface?

View 7 Replies View Related

General :: How To Install A C++ Compiler

Mar 30, 2011

How to install a c++ compiler?

View 10 Replies View Related

General :: Install A C Compiler In Red Hat?

Jun 19, 2011

I'm a member in your website. I have faced one problem in red hat linux 5.0. Recently I have installed redhat linux 5.0 in my system by vmware software. It installed successfully but i am facing one problem. when i am typing small c language program in vi editor. It will show one error what that means,bash : cc compiler not found.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved