Bug #3890 | Build problems under AIX 5.2 with xlc | ||
---|---|---|---|
Submitted: | 26 May 2004 0:59 | Modified: | 29 May 2004 6:23 |
Reporter: | Evan Rempel | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S2 (Serious) |
Version: | 4.0.20 | OS: | IBM AIX (AIX 5.2) |
Assigned to: | Matthew Lord | CPU Architecture: | Any |
[26 May 2004 0:59]
Evan Rempel
[29 May 2004 5:42]
Matthew Lord
trying to verify...
[29 May 2004 6:23]
Matthew Lord
I could not repeat the problem. I was able to build it successfuly and run make test w/o any failures. I did this using bash with the following env variables: AUTHSTATE=compat ODMDIR=/etc/objrepos LOCPATH=/usr/lib/nls/loc LC__FASTMSG=true SHLVL=1 SHELL=/usr/bin/bash PATH=/usr/vacpp/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/mysqldev/bin:/usr/bin/X11:/sbin:. NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat Also, xlC_r was located in: /usr/vacpp/bin/xlC_r
[15 Jun 2004 0:29]
Evan Rempel
This problem was caused by having Visual Age C installed, but not having the Visual Age C++ environment installed. After Visual Age C++ was intalled, the problem went away.