[Bug c/30868] New: can't compile empty main in c on hppa 11iv1 (11.11)

r dot ford at cox dot net gcc-bugzilla@gcc.gnu.org
Tue Feb 20 06:11:00 GMT 2007


# gcc -o main.out main.c
/usr/lib/dld.sl: Unresolved symbol: pthread_mutex_lock (code)  from
/usr/local/libexec/gcc/hppa2.0w-hp-hpux11.11/4.1.1/cc1
gcc: Internal error: Aborted (program cc1)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
# cc -o main.out main.c
# ./main.out 
# cat main.c
int main(int argc,char** argv)
{

}
# gcc -o main.out main.c
/usr/lib/dld.sl: Unresolved symbol: pthread_mutex_lock (code)  from
/usr/local/libexec/gcc/hppa2.0w-hp-hpux11.11/4.1.1/cc1
gcc: Internal error: Aborted (program cc1)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
# cc -o main.out main.c
# ./main.out 
# cat main.c
int main(int argc,char** argv)
{

}
#


-- 
           Summary: can't compile empty main in c on hppa 11iv1 (11.11)
           Product: gcc
           Version: 4.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: r dot ford at cox dot net


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30868



More information about the Gcc-bugs mailing list