Results 1 to 3 of 3

Thread: configuration flags used while compiling

  1. #1
    Join Date
    Sep 2009
    Beans
    6

    configuration flags used while compiling

    How could I know the flags used for, say, the Open office configure script?

    How is it that Open office and many other pieces of software seems to work functionally well under differing x86 hardware?

    When you compile, do you compile to the hardware or the HAL?

    Thank you
    lbrtchx

  2. #2
    Join Date
    Jun 2007
    Beans
    14,793

    Re: configuration flags used while compiling

    This usually works:
    Code:
    ./configure --help
    When you compile, do you compile to the hardware or the HAL?
    This doesn't make any sense to me :\

  3. #3
    Join Date
    Sep 2009
    Beans
    6

    Re: configuration flags used while compiling

    I knew about "./configure –help" already

    OK, let me reword my question. When you install software in a regular way, the installation program usually checks the combination of hardware + operating system (+ software) in order to optimize its functionality, but when you use a liveCD this doesn't/can't happen, so my conclusion is software must be install in a "dumb"/baseline mode without any particular optimizations.

    Am I right? What is the art of this business?

    Thanks
    lbrtchx

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •