LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 738 - llvm configure fails without bison
Summary: llvm configure fails without bison
Status: RESOLVED FIXED
Alias: None
Product: Build scripts
Classification: Unclassified
Component: autoconf (show other bugs)
Version: trunk
Hardware: PC FreeBSD
: P normal
Assignee: Reid Spencer
URL:
Keywords: build-problem
Depends on:
Blocks:
 
Reported: 2006-04-17 23:12 PDT by Alexander Friedman
Modified: 2010-02-22 12:47 PST (History)
1 user (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Friedman 2006-04-17 23:12:28 PDT
llvm configure fails when bison is not detected on freebsd 6.0

"
checking ... checking for bison... no
checking for byacc... byacc

configure: error: bison not found but required
"
Comment 1 Reid Spencer 2006-08-24 17:12:39 PDT
Mine.