Jump to content

Mitchel.

Member
  • Posts

    28
  • Joined

  • Last visited

  • Feedback

    0%

About Mitchel.

Informations

  • Gender
    Male

Mitchel.'s Achievements

Explorer

Explorer (4/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

1

Reputation

  1. hi, i have error, when i try to delete one directory: root@source:/usr/ports/misc/mc # rm -R work rm: work/mc-4.8.13/src/filemanager/.deps/find.Plo: Bad file descriptor rm: work/mc-4.8.13/src/filemanager/.deps: Directory not empty rm: work/mc-4.8.13/src/filemanager: Directory not empty rm: work/mc-4.8.13/src: Directory not empty rm: work/mc-4.8.13: Directory not empty rm: work: Directory not empty root@source:/usr/ports/misc/mc #
  2. I seem to have found the solution to the problem: lang/gcc needs to have symlinks in /usr/bin. Create these: # ln -s /usr/local/bin/gcc48 /usr/bin/gcc # ln -s /usr/local/bin/g++48 /usr/bin/g++ This way most, "gcc not found" errors should disappear.
  3. ok, im install gcc48 using pkg install gcc48 and im add this to /etc/make.conf CC=gcc48 CXX=g++48 CPP=cpp48 but i still have this error: root@server:/usr/src/Server # gmake Makefile:47: warning: overriding recipe for target `libserverkey' Makefile:13: warning: ignoring old recipe for target `libserverkey' gmake -C libthecore/src dep gmake[1]: Entering directory `/usr/src/Server/libthecore/src' g++ -Wall -O2 -pipe -mcpu=i686 -g -I../include -MM *.c > Depend g++: not found gmake[1]: *** [dep] Error 127 gmake[1]: Leaving directory `/usr/src/Server/libthecore/src' gmake: *** [libthecore] Error 2 root@server:/usr/src/Server #
  4. you must add LIBDIR += -L/usr/local/lib/mysql to game/src/MakeFile
  5. Hi, i have error, when i try to install gcc48 using cd /usr/ports/lang/gcc48 && make install clean I was looking for a solution, but i can't find ERROR: root@server:/usr/home/server # cd /usr/ports/lang/gcc48 root@server:/usr/ports/lang/gcc48 # make install clean ===> Installing for gcc48-4.8.4.s20140918 ===> gcc48-4.8.4.s20140918 depends on file: /usr/local/bin/as - found ===> gcc48-4.8.4.s20140918 depends on file: /usr/local/share/java/ecj-4.5.jar - found ===> gcc48-4.8.4.s20140918 depends on executable: indexinfo - found ===> gcc48-4.8.4.s20140918 depends on shared library: libgmp.so - found (/usr/local/lib/libgmp.so.10.1.3) ===> gcc48-4.8.4.s20140918 depends on shared library: libmpfr.so - found (/usr/local/lib/libmpfr.so.4.1.2) ===> gcc48-4.8.4.s20140918 depends on shared library: libmpc.so - found (/usr/local/lib/libmpc.so.3.0.0) ===> Checking if gcc48 already installed ===> Registering installation for gcc48-4.8.4.s20140918 pkg-static: gcc48-4.8.4.s20140918 conflicts with gcc-4.8.3_1 (installs files into the same place). Problematic file: /usr/local/bin/x86_64-portbld-freebsd10.0-c++48 To ensure binaries built with this toolchain find appropriate versions of the necessary run-time libraries, you may want to link using -Wl,-rpath=/usr/local/lib/gcc48 For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens transparently. *** Error code 70 Stop. make[1]: stopped in /usr/ports/lang/gcc48 Best regards.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.