Results 1 to 3 of 3

Thread: ALSA 1.0.16 compiling problem

  1. #1
    Join Date
    Apr 2008
    Beans
    2

    ALSA 1.0.16 compiling problem

    Hi,

    I'm trying to install alsa 1.0.16 from source in ubuntu studio 8.04 (because my echo gina 3g sound card is not detected at all). Working in the directory

    /usr/src/alsa/alsa-driver-1.0.16

    I try to configure (sudo ./configure) and get the following error:

    checking for C compiler default output file name... configure: error: C compiler cannot create executables
    See `config.log' for more details.

    I checked the 'config.log' only to find the same error "cannot create executables."

    I was wondering if anyone knows how to solve this problem or alternatively if anyone knows how to install alsa 1.0.16 in ubuntu studio 8.04 or if anyone knows how to get the echo gina 3g sound card working in ubuntu studio 8.04 (i.e. the newest ubuntu studio release)

    Thanks,
    mike musty

  2. #2
    Join Date
    Mar 2006
    Location
    Saint Petersburg, FL
    Beans
    1,123

    Re: ALSA 1.0.16 compiling problem

    Quote Originally Posted by musty View Post
    Hi,

    I'm trying to install alsa 1.0.16 from source in ubuntu studio 8.04 (because my echo gina 3g sound card is not detected at all). Working in the directory

    /usr/src/alsa/alsa-driver-1.0.16

    I try to configure (sudo ./configure) and get the following error:

    checking for C compiler default output file name... configure: error: C compiler cannot create executables
    See `config.log' for more details.

    I checked the 'config.log' only to find the same error "cannot create executables."

    I was wondering if anyone knows how to solve this problem or alternatively if anyone knows how to install alsa 1.0.16 in ubuntu studio 8.04 or if anyone knows how to get the echo gina 3g sound card working in ubuntu studio 8.04 (i.e. the newest ubuntu studio release)

    Thanks,
    mike musty
    Run the following:
    Code:
    sudo apt-get build-dep alsa-source
    this should download the dependencies to build the ALSA source package. You also need to install the following if not installed:
    Code:
    sudo apt-get install fakeroot kernel-package module-assistant linux-headers-$(uname -r)
    then you have all of the correct components to build the ALSA modules.
    For those new to Ubuntu most of your answers can be found at help.ubuntu.com or ubuntuguide.org

  3. #3
    Join Date
    Apr 2008
    Beans
    2

    Re: ALSA 1.0.16 compiling problem

    Thank you for your help. Everything is working great. Your help is very much appreciated.

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
  •