Menu

#118 Cannot build Swig: 'as' error

closed-works-for-me
5
2001-12-27
2001-12-11
Anonymous
No

None of the *.cxx will compile in the Source/SWIG1.1 directory on HP/UX using gcc. They all
produce the same error:
as: Directive name not recognized - STABS

Can anyone help????

Discussion

  • David M. Beazley

    • assigned_to: nobody --> beazley
    • status: open --> closed-works-for-me
     
  • David M. Beazley

    Logged In: YES
    user_id=7557

    Broken gcc/g++ installation?

    STABS is the name of a debugging information format that is
    produced by a compiler and inserted into object files for
    use by gdb and other debugging tools. It's not related to
    SWIG so I have no idea what would cause this problem or how
    you would actually go about fixing it? Does any C++
    program compile on your machine?

     

Log in to post a comment.