This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/30868] New: can't compile empty main in c on hppa 11iv1 (11.11)
- From: "r dot ford at cox dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Feb 2007 06:11:46 -0000
- Subject: [Bug c/30868] New: can't compile empty main in c on hppa 11iv1 (11.11)
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
# 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