CVS-- need to link to -lutil

Trying to build your own version of Vega Strike and having problems? Unix users, paste your config.log here (stderr output alone is not helpful).
Post Reply
myrddin_emrys
Star Pilot
Star Pilot
Posts: 5
Joined: Fri Jun 25, 2004 6:27 am

CVS-- need to link to -lutil

Post by myrddin_emrys »

I found a solution to this problem:
: undefined reference to `openpty'
/usr/lib/python2.3/config/libpython2.3.a(posixmodule.o)(.text+0x1f40): In function `posix_forkpty':
: undefined reference to `forkpty'
collect2: ld returned 1 exit status
make[3]: *** [vegastrike] Error 1
make[3]: Leaving directory `/home/justin/vegastrike-0.4.1-installer/vegastrike/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/justin/vegastrike-0.4.1-installer/vegastrike/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/justin/vegastrike-0.4.1-installer/vegastrike'
make: *** [all] Error 2

link to -lutil in src/Makefile is the solution

Just to let you know . . .
Regards,
Justin
Post Reply