Package Details: pcc 1.1.0-1

Git Clone URL: https://aur.archlinux.org/pcc.git (read-only, click to copy)
Package Base: pcc
Description: A Portable C Compiler
Upstream URL: http://pcc.ludd.ltu.se/
Keywords: compiler lightweight portable
Licenses: custom:BSD
Submitter: andreas_baumann
Maintainer: edh
Last Packager: edh
Votes: 20
Popularity: 0.000000
First Submitted: 2009-03-13 10:02 (UTC)
Last Updated: 2020-09-15 09:23 (UTC)

Dependencies (1)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3

andreas_baumann commented on 2017-07-01 15:35 (UTC) (edited on 2017-07-01 17:55 (UTC) by andreas_baumann)

Fails with: ./cc.c:212:47: error: expected '}' before 'MULTIARCH_PATH' #define DEFLIBDIRS { "/usr/lib/", "/usr/lib/" MULTIARCH_PATH "/", 0 } ^ ./cc.c:230:22: note: in expansion of macro 'DEFLIBDIRS' char *deflibdirs[] = DEFLIBDIRS; ^~~~~~~~~~

edh commented on 2015-03-22 17:38 (UTC)

Version 1.1.0 is out! I fixed minor inconsistencies and tested the package on three different machines.

shaurz commented on 2012-12-15 17:34 (UTC)

I currently get the following output: ld: cannot find /usr/lib64/crt1.o: No such file or directory I guess it needs patching to look in /usr/lib

andreas_baumann commented on 2011-10-05 17:12 (UTC)

Actually, I recommend using pcc-libs-cvs and pcc-cvs. I currently don't get a running hello world using pcc 1.0.0 :-)

andreas_baumann commented on 2011-10-05 16:33 (UTC)

Mmh. Sorry for the late answer, can't reproduce. Can you paste the error message you get?

kfgz commented on 2011-04-09 13:35 (UTC)

You need to unset LDFLAGS because it doesn't compile.