compile

  1. N

    /usr/local/go/pkg/tool/linux_amd64/link: running gcc failed: exit status 1 on centos

    [nobin@CentOS9 tc-dump]$ CGO_ENABLED=1 go build # github.com/Asphaltt/tc-dump /usr/local/go/pkg/tool/linux_amd64/link: running gcc failed: exit status 1 /usr/bin/ld: cannot find -lresolv /usr/bin/ld: cannot find -lpthread /usr/bin/ld: cannot find -lc collect2: error: ld returned 1 exit status...
  2. N

    No rule to make target '/home/pegasus/Documents/bpftime/third_party/bpftool/include/linux/err.h', needed by 'prog.o'. Stop

    I'm building a Docker image. docker build . Here's the Dockerfile FROM ubuntu:23.10 WORKDIR /bpftime RUN apt-get update && apt-get install -y --no-install-recommends \ libelf1 libelf-dev zlib1g-dev make cmake git libboost1.74-all-dev \ binutils-dev libyaml-cpp-dev gcc g++...
  3. blackneos940

    Why Do I Find It So Hard To Integrate Code From Elsewhere?

    Hey guys. :3 It is I, black! :3 Anywho, it seems that despite all my years of trying to understand Programming, I still have a hard time integrating existing Code into a Program I'm writing... :< Take for example this: public static void click(int x, int y) throws AWTException{ Robot bot =...
  4. blackneos940

    How Do I Compile VLC? I Keep Having Trouble With Qt.

    So I'm back with another conundrum..... :3 I'm trying to compile VLC and make my own version, called VLC Custard, and I took care of everything like xcb and friends..... :3 Now, it's telling me that I need a specific version of Qt, specifically: configure: error: No package 'Qt5Core'...
Top