I think the solution would be to comment out the "private version" directory defines in src/makefile
# Directories (private version) #HOMEDIR = ../home #INCDIR = ../home/p2c #BINDIR = .. #LIBDIR = ../home #MANDIR = ../home #MANFILE = p2c.cat # human-readable manual (for cat.1) #MANFILE = p2c.man.inst # uncompressed nroff source (for man.1) #MANFILE = p2c.man.Z # compressed nroff source (for man.1.Z) And uncomment and the public ones # Directories (public version) HOMEDIR = /usr/lib/p2c INCDIR = /usr/include/p2c BINDIR = /usr/bin LIBDIR = /usr/lib MANDIR = /usr/man/man1 MANFILE = p2c.man.inst -- p2c bad config file path https://bugs.launchpad.net/bugs/565468 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
