Questions tagged [compiled]
163 questions
0
votes
1 answer
Cannot find mysql.sock Mountain Lion
I have compiled MySQL 5.5.27 on Snow Leopard OSX. Which is working good and mysql.sock is created where it is expected. Same binaries are used on Lion OSX, it works there too and also mysql.sock is created at desired location.
BUT Only in Mountain…

Jigar
- 3,256
- 1
- 30
- 51
0
votes
1 answer
compiled matlab filename as parameter
I compiled some Matlab code on Centos 5.
I try to run it like this:
run_cnaseq006.sh /projects/rcorbettprj2/mutationSeq/MCR/v714/ "/home/rcorbett/slx_service_rc/etc/cnv_test_data/CNV_test/config.m"
------------------------------------------
Setting…

lonestar21
- 1,113
- 2
- 13
- 23
-1
votes
2 answers
which file generated after compilation in C#?
i want to know that after compiling the file in C# which type of file is generated?

Rajan Patekar
- 105
- 1
- 7
-1
votes
1 answer
Powershell script run as administrator from .exe compiled file
I am building a simple Powershell script for AD management.
I need to run as Admin this script from the .exe file (portable between Domain Controllers and/or Enviroments). Any suggest to make the exe file to request the Admin Privileges to the…

Riccardo
- 1
- 1
-1
votes
3 answers
How to debug a compiled access database (accde)
I have an access front-end that connects to SQL Server tables and works fine. When I compile it into an accde file however, I get various errors when closing the DB. The errors seem to indicate that the program is still looking for a table or the…

Tom
- 11
- 3
-1
votes
1 answer
Install already compiled Memcached on another server
I would need to install Memcached on a server for which I don't have root rights.
Is it (legally) possible to install it on another server (i.e. a
CentOS virtual machine) and then bring the "compiled executable" on
the original server?
If yes, how…

Andrea Ottaviani
- 309
- 2
- 4
-1
votes
1 answer
Dynamically modify the iOS project .mobileprovision
Now,I have a big question.I'm doing iOS dynamically compiled function, I want to use an iOS project, compile several different ipa file, use the Enterprise so that these items can be installed to the phone, I use xcodebuild command. But I do not…

Magic
- 3
- 2
-1
votes
1 answer
Run C program on unix not in command line
It might be my code, but I can compile and run this program via command line. In windows the exe file is also runnable. However, I cannot run the compiled code outside of the terminal on any unix systems (ubuntu or osx) I am pretty new to C so any…

David
- 49
- 3
-1
votes
2 answers
made changes, compiled and regret
I made today few changes by ctrl+h to all the solution.
When I understood my mistakes I tried to undo it with ctrl-Z but the results were awful.
The question is : How can I reload the last compiled project before I had done this stupid move.
Lets…

user3673308
- 1
- 1
-2
votes
2 answers
Is it possible, in a conceptual level, to realize distribute computing in an assembly/compiled code level?
The goal of this question is to ask if it is possible to have some compiled code (think in terms of an ordinary program, not necessarily written in any special way [e.g multi-threaded] or in any particular paradigm/language) being sent through the…
-2
votes
1 answer
Uploading Compiled codes on server
i wanted to know whats the advantage and difference between uploading normal content to the server and uploading compiled codes on the server. does it makes any difference in the sites performance if i upload the content in the compiled form...…

Abbas
- 4,948
- 31
- 95
- 161
-2
votes
2 answers
can i create a icon to start my cython compiled program (python)
python program compiled to cython
not open the terminal
point to my virtualenv
>>> import my_program
Instead would like to make it more user friendly
and start the program from an icon

Cat
- 324
- 2
- 8
-3
votes
1 answer
Compiled program won't System.out
I created a runnable .jar, but it doesn't seem to start. I use System.out.println(), but there is 0 output. Do I have to do something else in order to output something, or can you only output something in the console when testing in Eclipse, and not…

ikhebgeenaccount
- 353
- 6
- 20