Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5847591
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T12:44:24+00:00 2026-05-22T12:44:24+00:00

I have been trying in vain for almost two weeks now to generate a

  • 0

I have been trying in vain for almost two weeks now to generate a “l.bc” files based on my very own library for building a swc with Alchemy.

I have tried doing (in both alc-on / alc-off modes)

ar rc myOwnLibrary.a myOwnlibraryObj1.o myOwnlibraryObj2.o

But still no l.bc files are generated, instead only .a files are generated.

How do I get the proper l.bc files generated?

PS. I even followed examples in Adobe Alchemy: Compiling a C library to run in Flex/Flash.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T12:44:25+00:00Added an answer on May 22, 2026 at 12:44 pm

    You must have alc-on the entire time, when you’re using gcc and when using ar. For example:

    $ alc-on
    $ which gcc
    ~/alchemy-darwin-v0.5a/achacks/gcc
    $ which ar
    ~/alchemy-darwin-v0.5a/achacks/ar
    $
    $ ls -l
    total 16
    -rw-r--r--  1   29 May 19 16:59 test1.c
    -rw-r--r--  1   29 May 19 16:59 test2.c
    $
    $ cat test1.c
    int test1() {
       return 0;
    }
    $
    $ cat test2.c
    int test2() {
       return 0;
    }
    $
    $ gcc -c test1.c
    $ gcc -c test2.c
    $ ls -l
    total 32
    -rw-r--r--  1    29 May 19 16:59 test1.c
    -rwxr-xr-x  1   532 May 19 17:17 test1.o
    -rw-r--r--  1    29 May 19 16:59 test2.c
    -rwxr-xr-x  1   532 May 19 17:17 test2.o
    $ ar rc libtest.a test1.o test2.o
    $
    $ ls -l
    total 48
    -rw-------  1   1268 May 19 17:17 libtest.a
    -rw-r--r--  1    668 May 19 17:17 test.l.bc
    -rw-r--r--  1     29 May 19 16:59 test1.c
    -rwxr-xr-x  1    532 May 19 17:17 test1.o
    -rw-r--r--  1     29 May 19 16:59 test2.c
    -rwxr-xr-x  1    532 May 19 17:17 test2.o
    $ 
    

    If this isn’t working for you I think you might have a subtly corrupted alchemy installation. I suggest re-installing it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been trying for almost a week now to create an SQLite database
I have been trying, in vain, to make a program that reads text out
Have have been trying to make a validator for my xml files. I have
I have been trying to generate report as per age differences of different months
I have been trying(in vain) to build a page whose elements would resize as
I have been trying in vain to round down the current time to the
I am new to scons and have been trying to build some files, in
have been trying couple of hours now to make my iphone app universal. The
I have been trying to add google map to my Umbraco based website. It
I have been trying in vain to try to find how to add listeners

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.