开发者

compilation

0
  • Is it possible to compile c++ without any lib?

    Is it possible to compile c++ without any lib? Because when i was trying to c开发者_如何学Goompile my program with Mingw and cygwinafter the .exe file was made i couldn\'t run it and it said there is[详细]

    2023-04-13 04:32 分类:问答
  • OMXCodec.cpp error compiling Gingerbread from codeaurora.org

    After downloading the entire Android source code for Gingerbread from the codeaurora.org Git repository, I\'m getting a compile error.[详细]

    2023-04-13 01:58 分类:问答
  • What's an object file in C?

    I am reading about libraries in C but I have not y开发者_如何学JAVAet found an explanation on what an object file is. What\'s the real difference between any other compiled file and an object file?[详细]

    2023-04-12 15:04 分类:问答
  • How do I do a static build with uclibc

    I have a uclibc toolchain that works. I can compile a simple hello.c program statically (a开发者_开发技巧rm-linux-gcc hello.c -o hello -static -s) but source packages are automatically compiled dynami[详细]

    2023-04-12 13:51 分类:问答
  • Editing source during program execution

    I have a C program which calls several functions from different 开发者_开发知识库files, and in compilation I link all the object files together to make the binary. I then start execution of the progra[详细]

    2023-04-12 10:38 分类:问答
  • Can I make vb.net run in Compile Time

    Basically I am creating a program and would like it to run in compile time as opposed to the standard run time, I would like to know how, if possibl开发者_开发知识库e, please.[详细]

    2023-04-12 08:55 分类:问答
  • Running the C# compiler from a C# program

    I am trying to build a C# program that converts a different language into C# code. I have the program working fine, converting the code and writing it to a .cs file. I want to have this file automatic[详细]

    2023-04-12 07:15 分类:问答
  • Script# - Getting the latest build to compile

    I\'ve downloaded (cloned the repository) of script# from https://github.com/nikhilk/scriptsharp Only I can\'t figure out how to get the source to compile.[详细]

    2023-04-12 06:30 分类:问答
  • Compile an old fortran code

    I need to compile an old (1992) fortran code. This code run in some SGI IRIX workstation and it was originally 开发者_JAVA百科compiled with f77. I get errors if I try to compile it with gcc (g77) on m[详细]

    2023-04-12 06:22 分类:问答
  • Error When Cross Compiling gnutls

    I am trying to cross compile gnutls. Gnutls depends on libnettle. I was able to cross compile libnettle, however, when trying to cross compile gnutls, I encounter an error during configure:[详细]

    2023-04-12 06:11 分类:问答