Ubuntu16.04 环境配置之llvm,libOpenGL.so

Ubuntu18.04有的部分so文件,在16上找不到,然而项目又需要,故耗费了几天的时间,把相关的依赖库都下载编译了一边:

18.04 上简单的apt intall libopengl0

/usr/lib/x86_64-linux-gnu/libOpenGL.so.0
/usr/lib/x86_64-linux-gnu/libOpenGL.so.0.0.0
/usr/share/bug/libopengl0/control
/usr/share/doc/libopengl0/changelog.Debian.gz
/usr/share/doc/libopengl0/copyright

需要下载NVIDAI  libglvnd: https://github.com/NVIDIA/libglvnd 

 

llvm


(venv_tf_py36) simon@simon-Aspire-4750:~/software/llvm-3.5.0.src$ ./configure
checking for clang... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for clang++... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking whether GCC or Clang is our host compiler... gcc
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking type of operating system we're going to host on... Linux
checking type of operating system we're going to target... Linux
checking target architecture... x86_64
checking whether GCC is new enough... yes
checking optimization flags... -O3
checking for GNU make... make
checking whether ln -s works... yes
checking for nm... /usr/bin/nm
checking for cmp... /usr/bin/cmp
checking for cp... /bin/cp
checking for date... /bin/date
checking for find... /usr/bin/find
checking for grep... /bin/grep
checking for mkdir... /bin/mkdir
checking for mv... /bin/mv
checking for ranlib... ranlib
checking for ar... ar
checking for rm... /bin/rm
checking for sed... /bin/sed
checking for tar... /bin/tar
checking for pwd... /bin/pwd
checking for dot... echo dot
checking for a BSD-compatible install... /usr/bin/install -c
checking for bzip2... /bin/bzip2
checking for cat... /bin/cat
checking for doxygen... no
checking for groff... /usr/bin/groff
checking for gzip... /bin/gzip
checking for pdfroff... no
checking for zip... /usr/bin/zip
checking for ocamlc... no
checking for ocamlopt... no
checking for ocamldep... no
checking for ocamldoc... no
checking for gas... no
checking for as... /usr/bin/as
checking for linker version... 2.26.1
checking for compiler -Wl,-R<path> option... yes
checking for compiler -rdynamic option... yes
checking for compiler -Wl,--version-script option... yes
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking tool compatibility... ok
checking optional compiler flags... -Wno-variadic-macros -Wno-missing-field-initializers   -Wno-maybe-uninitialized
checking for python... /home/user/software/anaconda3/envs/venv_tf_py36/bin/python
checking for python >= 2.5... /home/user/software/anaconda3/envs/venv_tf_py36/bin/python (3.6.10)
checking for sin in -lm... yes
checking for library containing dlopen... -ldl
checking for library containing clock_gettime... none required
checking for library containing setupterm... no
checking for library containing el_init... no
checking for library containing mallinfo... none required
checking for pthread_mutex_init in -lpthread... yes
checking for library containing pthread_mutex_lock... none required
checking for library containing pthread_rwlock_init... none required
checking for library containing pthread_getspecific... none required
checking for compress2 in -lz... yes
checking for xml2-config... no
checking for libxml2 includes... xml2-config not found
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for MAP_ANONYMOUS vs. MAP_ANON... yes
checking whether stat file-mode macros are broken... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking how to run the C++ preprocessor... g++ -E
checking cxxabi.h usability... yes
checking cxxabi.h presence... yes
checking for cxxabi.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking link.h usability... yes
checking link.h presence... yes
checking for link.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdint.h... (cached) yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking malloc/malloc.h usability... no
checking malloc/malloc.h presence... no
checking for malloc/malloc.h... no
checking mach/mach.h usability... no
checking mach/mach.h presence... no
checking for mach/mach.h... no
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking fenv.h usability... yes
checking fenv.h presence... yes
checking for fenv.h... yes
checking whether FE_ALL_EXCEPT is declared... yes
checking whether FE_INEXACT is declared... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking CrashReporterClient.h usability... no
checking CrashReporterClient.h presence... no
checking for CrashReporterClient.h... no
checking __crashreporter_info__... no
checking for HUGE_VAL sanity... yes
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for int64_t... yes
checking for uint64_t... yes
checking for backtrace... yes
checking for ceilf... yes
checking for floorf... yes
checking for roundf... yes
checking for rintf... yes
checking for nearbyintf... yes
checking for getcwd... yes
checking for powf... yes
checking for fmodf... yes
checking for strtof... yes
checking for round... yes
checking for log... yes
checking for log2... yes
checking for log10... yes
checking for exp... yes
checking for exp2... yes
checking for getpagesize... yes
checking for getrusage... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for gettimeofday... yes
checking for isatty... yes
checking for mkdtemp... yes
checking for mkstemp... yes
checking for mktemp... yes
checking for posix_spawn... yes
checking for pread... yes
checking for realpath... yes
checking for sbrk... yes
checking for setrlimit... (cached) yes
checking for strerror... yes
checking for strerror_r... yes
checking for setenv... yes
checking for strtoll... yes
checking for strtoq... yes
checking for sysconf... yes
checking for malloc_zone_statistics... no
checking for setjmp... yes
checking for longjmp... yes
checking for sigsetjmp... no
checking for siglongjmp... yes
checking for writev... yes
checking for futimes... yes
checking for futimens... yes
checking if printf has the %a format character... yes
checking for srand48/lrand48/drand48 in <stdlib.h>... yes
checking whether arc4random is declared... no
checking whether strerror_s is declared... no
checking for isnan in <math.h>... yes
checking for isnan in <cmath>... yes
checking for std::isnan in <cmath>... yes
checking for isinf in <math.h>... yes
checking for isinf in <cmath>... yes
checking for std::isinf in <cmath>... yes
checking for finite in <ieeefp.h>... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for mmap of files... yes
checking if /dev/zero is needed for mmap... no
checking for GCC atomic builtins... yes
checking for 32-bit userspace on 64-bit system... no
checking for __dso_handle... yes
checking for compiler -fvisibility-inlines-hidden option... yes
configure: creating ./config.status
config.status: creating include/llvm/Config/Targets.def
config.status: creating include/llvm/Config/AsmPrinters.def
config.status: creating include/llvm/Config/AsmParsers.def
config.status: creating include/llvm/Config/Disassemblers.def
config.status: creating Makefile.config
config.status: creating llvm.spec
config.status: creating docs/doxygen.cfg
config.status: creating bindings/ocaml/llvm/META.llvm
config.status: creating include/llvm/Config/config.h
config.status: creating include/llvm/Config/llvm-config.h
config.status: creating include/llvm/Support/DataTypes.h
config.status: executing setup commands
config.status: executing Makefile commands
config.status: executing Makefile.common commands
config.status: executing examples/Makefile commands
config.status: executing lib/Makefile commands
config.status: executing test/Makefile commands
config.status: executing test/Makefile.tests commands
config.status: executing unittests/Makefile commands
config.status: executing tools/Makefile commands
config.status: executing utils/Makefile commands
config.status: executing projects/Makefile commands
config.status: executing bindings/Makefile commands
config.status: executing bindings/ocaml/Makefile.ocaml commands
(venv_tf_py36) simon@simon-Aspire-4750:~/software/llvm-3.5.0.src$

 

libdrm-2.4.99

  • libdrm-2.4.99 http://www.linuxfromscratch.org/blfs/view/stable/x/libdrm.html

    • (venv_tf_py36) simon@simon-Aspire-4750:~/software/libdrm-2.4.99/build$ meson -Dudev=true The Meson build system
      Version: 0.53.1
      Source dir: /home/simon/software/libdrm-2.4.99
      Build dir: /home/simon/software/libdrm-2.4.99/build
      Build type: native build
      Project name: libdrm
      Project version: 2.4.99
      C compiler for the host machine: cc (gcc 5.4.0 "cc (Ubuntu 5.4.0-6ubuntu1~16.04.12) 5.4.0 20160609")
      C linker for the host machine: cc GNU ld.bfd 2.26.1
      Host machine cpu family: x86_64
      Host machine cpu: x86_64
      Run-time dependency threads found: YES
      Found pkg-config: /usr/bin/pkg-config (0.29.1)
      Found CMake: /user/bin/cmake-3.16/cmake-3.16.0-rc4/bin/cmake (3.16.0-rc4)
      Run-time dependency atomic_ops found: NO (tried pkgconfig and cmake)
      Checking if "Intel Atomics" compiles: YES
      Checking for function "dlsym" : NO
      Library dl found: YES
      Checking for function "clock_gettime" : YES
      Library m found: YES
      Checking if "sys/sysctl.h works" compiles: YES
      Checking if "sys/select.h works" compiles: YES
      Checking if "alloca.h works" compiles: YES
      Header <sys/sysmacros.h> has symbol "major" : YES
      Checking for function "open_memstream" : YES
      Compiler for C supports arguments -Wall: YES
      Compiler for C supports arguments -Wextra: YES
      Compiler for C supports arguments -Wsign-compare: YES
      Compiler for C supports arguments -Werror=undef: YES
      Compiler for C supports arguments -Werror=implicit-function-declaration: YES
      Compiler for C supports arguments -Wpointer-arith: YES
      Compiler for C supports arguments -Wwrite-strings: YES
      Compiler for C supports arguments -Wstrict-prototypes: YES
      Compiler for C supports arguments -Wmissing-prototypes: YES
      Compiler for C supports arguments -Wmissing-declarations: YES
      Compiler for C supports arguments -Wnested-externs: YES
      Compiler for C supports arguments -Wpacked: YES
      Compiler for C supports arguments -Wswitch-enum: YES
      Compiler for C supports arguments -Wmissing-format-attribute: YES
      Compiler for C supports arguments -Wstrict-aliasing=2: YES
      Compiler for C supports arguments -Winit-self: YES
      Compiler for C supports arguments -Winline: YES
      Compiler for C supports arguments -Wshadow: YES
      Compiler for C supports arguments -Wdeclaration-after-statement: YES
      Compiler for C supports arguments -Wold-style-definition: YES
      Compiler for C supports arguments -Wunused-parameter: YES
      Compiler for C supports arguments -Wattributes: YES
      Compiler for C supports arguments -Wlong-long: YES
      Compiler for C supports arguments -Wmissing-field-initializers: YES
      Run-time dependency pciaccess found: YES 0.13.4
      Run-time dependency cunit found: NO (tried pkgconfig and cmake)
      Run-time dependency cairo found: NO (tried pkgconfig and cmake)
      Run-time dependency valgrind found: NO (tried pkgconfig)
      Program xsltproc found: NO
      Program sed found: YES (/bin/sed)
      Program bash found: YES (/bin/bash)
      Checking if "compiler supports __attribute__(("hidden"))" compiles: YES
      Configuring config.h using configuration
      Program nm found: YES (/usr/bin/nm)
      Message:
      Message: libdrm will be compiled with:
      Message:
      Message:   libkms         true
      Message:   Intel API     true
      Message:   vmwgfx API     true
      Message:   Radeon API     true
      Message:   AMDGPU API     true
      Message:   Nouveau API   true
      Message:   OMAP API       false
      Message:   EXYNOS API     false
      Message:   Freedreno API false (kgsl: false)
      Message:   Tegra API     false
      Message:   VC4 API       false
      Message:   Etnaviv API   false
      Message:
      Build targets in project: 22

      Found ninja-1.5.1 at /usr/bin/ninja

nijia

sudo ninjia install

```shell
(venv_tf_py36) simon@simon-Aspire-4750:~/software/libdrm-2.4.99/build$ sudo ninja install
[sudo] password for simon:
Sorry, try again.
[sudo] password for simon:
[1/1] Installing files.
Installing libdrm.so.2.4.0 to /usr/local/lib/x86_64-linux-gnu
Installing libkms/libkms.so.1.0.0 to /usr/local/lib/x86_64-linux-gnu
Installing intel/libdrm_intel.so.1.0.0 to /usr/local/lib/x86_64-linux-gnu
Installing nouveau/libdrm_nouveau.so.2.0.0 to /usr/local/lib/x86_64-linux-gnu
Installing radeon/libdrm_radeon.so.1.0.1 to /usr/local/lib/x86_64-linux-gnu
Installing amdgpu/libdrm_amdgpu.so.1.0.0 to /usr/local/lib/x86_64-linux-gnu
Installing /home/simon/software/libdrm-2.4.99/libsync.h to /usr/local/include
Installing /home/simon/software/libdrm-2.4.99/xf86drm.h to /usr/local/include
Installing /home/simon/software/libdrm-2.4.99/xf86drmMode.h to /usr/local/include
Installing /home/simon/software/libdrm-2.4.99/include/drm/drm.h to /usr/local/include/libdrm
Installing /home/simon/software/libdrm-2.4.99/include/drm/drm_fourcc.h to /usr/local/include/libdrm
Installing /home/simon/software/libdrm-2.4.99/include/drm/drm_mode.h to /usr/local/include/libdrm
Installing /home/simon/software/libdrm-2.4.99/include/drm/drm_sarea.h to /usr/local/include/libdrm
Installing /home/simon/software/libdrm-2.4.99/include/drm/i915_drm.h to /usr/local/include/libdrm
Installing /home/simon/software/libdrm-2.4.99/include/drm/mach64_drm.h to /usr/local/include/libdrm
Installing /home/simon/software/libdrm-2.4.99/include/drm/mga_drm.h to /usr/local/include/libdrm
Installing /home/simon/software/libdrm-2.4.99/include/drm/msm_drm.h to /usr/local/include/libdrm
Installing /home/simon/software/libdrm-2.4.99/include/drm/nouveau_drm.h to /usr/local/include/libdrm
Installing /home/simon/software/libdrm-2.4.99/include/drm/qxl_drm.h to /usr/local/include/libdrm
Installing /home/simon/software/libdrm-2.4.99/include/drm/r128_drm.h to /usr/local/include/libdrm
Installing /home/simon/software/libdrm-2.4.99/include/drm/radeon_drm.h to /usr/local/include/libdrm
Installing /home/simon/software/libdrm-2.4.99/include/drm/amdgpu_drm.h to /usr/local/include/libdrm
Installing /home/simon/software/libdrm-2.4.99/include/drm/savage_drm.h to /usr/local/include/libdrm
Installing /home/simon/software/libdrm-2.4.99/include/drm/sis_drm.h to /usr/local/include/libdrm
Installing /home/simon/software/libdrm-2.4.99/include/drm/tegra_drm.h to /usr/local/include/libdrm
Installing /home/simon/software/libdrm-2.4.99/include/drm/vc4_drm.h to /usr/local/include/libdrm
Installing /home/simon/software/libdrm-2.4.99/include/drm/via_drm.h to /usr/local/include/libdrm
Installing /home/simon/software/libdrm-2.4.99/include/drm/virtgpu_drm.h to /usr/local/include/libdrm
Installing /home/simon/software/libdrm-2.4.99/include/drm/vmwgfx_drm.h to /usr/local/include/libdrm
Installing /home/simon/software/libdrm-2.4.99/libkms/libkms.h to /usr/local/include/libkms
Installing /home/simon/software/libdrm-2.4.99/intel/intel_bufmgr.h to /usr/local/include/libdrm
Installing /home/simon/software/libdrm-2.4.99/intel/intel_aub.h to /usr/local/include/libdrm
Installing /home/simon/software/libdrm-2.4.99/intel/intel_debug.h to /usr/local/include/libdrm
Installing /home/simon/software/libdrm-2.4.99/nouveau/nouveau.h to /usr/local/include/libdrm/nouveau
Installing /home/simon/software/libdrm-2.4.99/nouveau/nvif/class.h to /usr/local/include/libdrm/nouveau/nvif
Installing /home/simon/software/libdrm-2.4.99/nouveau/nvif/cl0080.h to /usr/local/include/libdrm/nouveau/nvif
Installing /home/simon/software/libdrm-2.4.99/nouveau/nvif/cl9097.h to /usr/local/include/libdrm/nouveau/nvif
Installing /home/simon/software/libdrm-2.4.99/nouveau/nvif/if0002.h to /usr/local/include/libdrm/nouveau/nvif
Installing /home/simon/software/libdrm-2.4.99/nouveau/nvif/if0003.h to /usr/local/include/libdrm/nouveau/nvif
Installing /home/simon/software/libdrm-2.4.99/nouveau/nvif/ioctl.h to /usr/local/include/libdrm/nouveau/nvif
Installing /home/simon/software/libdrm-2.4.99/nouveau/nvif/unpack.h to /usr/local/include/libdrm/nouveau/nvif
Installing /home/simon/software/libdrm-2.4.99/radeon/radeon_bo.h to /usr/local/include/libdrm
Installing /home/simon/software/libdrm-2.4.99/radeon/radeon_cs.h to /usr/local/include/libdrm
Installing /home/simon/software/libdrm-2.4.99/radeon/radeon_surface.h to /usr/local/include/libdrm
Installing /home/simon/software/libdrm-2.4.99/radeon/radeon_bo_gem.h to /usr/local/include/libdrm
Installing /home/simon/software/libdrm-2.4.99/radeon/radeon_cs_gem.h to /usr/local/include/libdrm
Installing /home/simon/software/libdrm-2.4.99/radeon/radeon_bo_int.h to /usr/local/include/libdrm
Installing /home/simon/software/libdrm-2.4.99/radeon/radeon_cs_int.h to /usr/local/include/libdrm
Installing /home/simon/software/libdrm-2.4.99/radeon/r600_pci_ids.h to /usr/local/include/libdrm
Installing /home/simon/software/libdrm-2.4.99/amdgpu/amdgpu.h to /usr/local/include/libdrm
Installing /home/simon/software/libdrm-2.4.99/build/meson-private/libdrm.pc to /usr/local/lib/x86_64-linux-gnu/pkgconfig
Installing /home/simon/software/libdrm-2.4.99/build/meson-private/libkms.pc to /usr/local/lib/x86_64-linux-gnu/pkgconfig
Installing /home/simon/software/libdrm-2.4.99/build/meson-private/libdrm_intel.pc to /usr/local/lib/x86_64-linux-gnu/pkgconfig
Installing /home/simon/software/libdrm-2.4.99/build/meson-private/libdrm_nouveau.pc to /usr/local/lib/x86_64-linux-gnu/pkgconfig
Installing /home/simon/software/libdrm-2.4.99/build/meson-private/libdrm_radeon.pc to /usr/local/lib/x86_64-linux-gnu/pkgconfig
Installing /home/simon/software/libdrm-2.4.99/build/meson-private/libdrm_amdgpu.pc to /usr/local/lib/x86_64-linux-gnu/pkgconfig
Installing /home/simon/software/libdrm-2.4.99/data/amdgpu.ids to /usr/local/share/libdrm
```

 

System tools:

libglvnd

  • (libOpenGL.so)

 

 

 


 

conda

export PATH=$PATH:/home/user/software/anaconda3/bin:/home/user/software/anaconda3/condabin

 

 

OPENCL

sudo apt update
sudo apt install ocl-icd-opencl-dev
/usr/lib/x86_64-linux-gnu/libOpenCL.so

 

 

ERROR:

FindOpenGL found both a legacy GL library:

  OPENGL_gl_LIBRARY: /usr/lib/x86_64-linux-gnu/libGL.so

and GLVND libraries for OpenGL and GLX:

  OPENGL_opengl_LIBRARY: /usr/lib/x86_64-linux-gnu/libOpenGL.so
  OPENGL_glx_LIBRARY: /usr/lib/x86_64-linux-gnu/libGLX.so

 

 

libOpenGL.so

depend: libglvnd

File list of package libopengl0 in bionic-updates of architecture amd64

/usr/lib/x86_64-linux-gnu/libOpenGL.so.0
/usr/lib/x86_64-linux-gnu/libOpenGL.so.0.0.0
/usr/share/bug/libopengl0/control
/usr/share/doc/libopengl0/changelog.Debian.gz
/usr/share/doc/libopengl0/copyright

 

 

libglvnd: https://github.com/NVIDIA/libglvnd

File list of package libglvnd0 in bionic-updates of architecture amd64

/usr/lib/x86_64-linux-gnu/libGLdispatch.so.0
/usr/lib/x86_64-linux-gnu/libGLdispatch.so.0.0.0
/usr/share/bug/libglvnd0/control
/usr/share/doc/libglvnd0/changelog.Debian.gz
/usr/share/doc/libglvnd0/copyright
/usr/share/lintian/overrides/libglvnd0

Build-GEN:

 

(base) simon@simon-Aspire-4750:~/software/libglvnd-1.0.0$ ll src/GLdispatch/.libs/
total 788
drwxrwxr-x 2 simon simon   4096 Feb 22 11:30 ./
drwxrwxr-x 5 simon simon   4096 Feb 22 11:30 ../
lrwxrwxrwx 1 simon simon     19 Feb 22 11:30 libGLdispatch.la -> ../libGLdispatch.la
-rw-rw-r-- 1 simon simon 13880 Feb 22 11:30 libGLdispatch_la-GLdispatch.o
-rw-rw-r-- 1 simon simon   965 Feb 22 11:30 libGLdispatch.lai
lrwxrwxrwx 1 simon simon     22 Feb 22 11:30 libGLdispatch.so -> libGLdispatch.so.0.0.0*
lrwxrwxrwx 1 simon simon     22 Feb 22 11:30 libGLdispatch.so.0 -> libGLdispatch.so.0.0.0*
-rwxrwxr-x 1 simon simon 773288 Feb 22 11:30 libGLdispatch.so.0.0.0*
-rw-rw-r-- 1 simon simon   480 Feb 22 11:30 libGLdispatch.ver

(base) simon@simon-Aspire-4750:~/software/libglvnd-1.0.0$ ll src/OpenGL/.libs/
total 272
drwxrwxr-x 2 simon simon   4096 Feb 22 11:30 ./
drwxrwxr-x 4 simon simon   4096 Feb 22 11:30 ../
lrwxrwxrwx 1 simon simon     15 Feb 22 11:30 libOpenGL.la -> ../libOpenGL.la
-rw-rw-r-- 1 simon simon   973 Feb 22 11:30 libOpenGL.lai
-rw-rw-r-- 1 simon simon   2700 Feb 22 11:30 libopengl_main.a
lrwxrwxrwx 1 simon simon     20 Feb 22 11:30 libopengl_main.la -> ../libopengl_main.la
-rw-rw-r-- 1 simon simon   2440 Feb 22 11:30 libopengl_main_la-libopengl.o
lrwxrwxrwx 1 simon simon     18 Feb 22 11:30 libOpenGL.so -> libOpenGL.so.0.0.0*
lrwxrwxrwx 1 simon simon     18 Feb 22 11:30 libOpenGL.so.0 -> libOpenGL.so.0.0.0*
-rwxrwxr-x 1 simon simon 235984 Feb 22 11:30 libOpenGL.so.0.0.0*
-rw-rw-r-- 1 simon simon 19608 Feb 22 11:30 libOpenGL.ver

 

 

 

原文链接: https://www.cnblogs.com/xiaoniu-666/p/12357389.html

欢迎关注

微信关注下方公众号,第一时间获取干货硬货;公众号内回复【pdf】免费获取数百本计算机经典书籍;

也有高质量的技术群,里面有嵌入式、搜广推等BAT大佬

    Ubuntu16.04 环境配置之llvm,libOpenGL.so

原创文章受到原创版权保护。转载请注明出处:https://www.ccppcoding.com/archives/376899

非原创文章文中已经注明原地址,如有侵权,联系删除

关注公众号【高性能架构探索】,第一时间获取最新文章

转载文章受原作者版权保护。转载请注明原作者出处!

(0)
上一篇 2023年3月3日 下午1:16
下一篇 2023年3月3日 下午1:17

相关推荐